1533 lines
78 KiB
HTML
1533 lines
78 KiB
HTML
|
||
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<!-- Mirrored from www.russellcountyva.us/calendar.aspx?CID=28 by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 09 Feb 2024 09:34:49 GMT -->
|
||
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
|
||
<head>
|
||
|
||
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
||
<!-- Google Tag Manager -->
|
||
<script>(function(w,d,s,l,i){w.GATrackingId='UA-204539812-82';w[l]=w[l]||[];w[l].push({'gtm.start':
|
||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
||
'../www.googletagmanager.com/gtm5445.html?id='+i+dl;f.parentNode.insertBefore(j,f);
|
||
})(window,document,'script','cpDataLayer','GTM-KN5P4QJ');</script>
|
||
<!-- End Google Tag Manager --><!-- Google Tag Manager for GA4 -->
|
||
<script>(function(w,d,s,l,i){w.GAMeasurementID='G-MV6F83961S';w[l]=w[l]||[];w[l].push({'gtm.start':
|
||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
||
'../www.googletagmanager.com/gtm5445.html?id='+i+dl;f.parentNode.insertBefore(j,f);
|
||
})(window,document,'script','cpDataLayerGA4','GTM-K73C5PS');</script>
|
||
<!-- End Google Tag Manager for GA4 -->
|
||
<script type='text/javascript'>
|
||
var enableTelemetry = 'false'
|
||
var aiConfig = {
|
||
instrumentationKey: '1cde048e-3185-4906-aa46-c92a7312b60f'
|
||
}
|
||
var appInsights = window.appInsights || function (a) { function b(a) { c[a] = function () { var b = arguments; c.queue.push(function () { c[a].apply(c, b) }) } } var c = { config: a }, d = document, e = window; setTimeout(function () { var b = d.createElement('script'); b.src = a.url || 'https://az416426.vo.msecnd.net/scripts/a/ai.0.js', d.getElementsByTagName('script')[0].parentNode.appendChild(b) }); try { c.cookie = d.cookie } catch (a) { } c.queue = []; for (var f = ['Event', 'Exception', 'Metric', 'PageView', 'Trace', 'Dependency']; f.length;)b('track' + f.pop()); if (b('setAuthenticatedUserContext'), b('clearAuthenticatedUserContext'), b('startTrackEvent'), b('stopTrackEvent'), b('startTrackPage'), b('stopTrackPage'), b('flush'), !a.disableExceptionTracking) { f = 'onerror', b('_' + f); var g = e[f]; e[f] = function (a, b, d, e, h) { var i = g && g(a, b, d, e, h); return !0 !== i && c['_' + f](a, b, d, e, h), i } } return c }(aiConfig);
|
||
window.appInsights = appInsights, appInsights.queue && 0 === appInsights.queue.length;
|
||
// Add telemetry initializer
|
||
appInsights.queue.push(function() {
|
||
appInsights.context.addTelemetryInitializer(function(envelope) {
|
||
var telemetryItem = envelope.data.baseData;
|
||
// To check the telemetry item’s type:
|
||
if (!false)
|
||
{
|
||
//If the telemetry is not enabled, we still want to capture Google map custom event, so only allow that
|
||
if (envelope.name.indexOf('.Event') == -1)
|
||
return false;
|
||
}
|
||
});
|
||
});
|
||
appInsights.trackPageView();
|
||
</script>
|
||
<script>
|
||
function populateAntiForgery(token) {
|
||
var input = document.createElement("input");
|
||
input.name = "__RequestVerificationToken";
|
||
input.type = "hidden";
|
||
input.value = token;
|
||
var absPat = /^https?:\/\/|^\/\//i;
|
||
var forms = document.getElementsByTagName("form");
|
||
for (var i = 0; i < forms.length; i++) {
|
||
if (forms[i].method == "post" &&
|
||
!forms[i].querySelector('[name="__RequestVerificationToken"]') &&
|
||
!absPat.test(forms[i].getAttribute("action"))) {
|
||
forms[i].appendChild(input.cloneNode());
|
||
}
|
||
}
|
||
}
|
||
|
||
function getAntiForgeryToken(callback, error) {
|
||
var xhr = new XMLHttpRequest();
|
||
xhr.open("GET.html", "/antiforgery");
|
||
xhr.addEventListener("load", function() {
|
||
try {
|
||
if (this.status !== 200) {
|
||
throw Error("Invalid status. Could not retrieve antiforgery token.");
|
||
}
|
||
var obj = JSON.parse(this.responseText);
|
||
callback(obj.token);
|
||
} catch (e) {
|
||
typeof error === "function" && error(e);
|
||
}
|
||
});
|
||
xhr.send();
|
||
}
|
||
|
||
getAntiForgeryToken(function(token) {
|
||
if (document.readyState === "complete"
|
||
|| document.readyState === "loaded"
|
||
|| document.readyState === "interactive") {
|
||
populateAntiForgery(token);
|
||
return;
|
||
}
|
||
document.addEventListener("DOMContentLoaded", function() {
|
||
populateAntiForgery(token);
|
||
}, false);
|
||
}, console.error);
|
||
</script>
|
||
|
||
|
||
<script type="text/javascript">
|
||
window.departmentHeader = {};
|
||
window.pageSectionTracker = {};
|
||
window.isResponsiveEnabled = true;
|
||
window.isRemoveSetHeights= false;
|
||
if (window.isRemoveSetHeights) {
|
||
document.documentElement.className += ' removeSetHeights';
|
||
}
|
||
window.mainMenuMediaQuery = 'screen and (max-width: 40em)';
|
||
window.isMobileBrowserIncludingTablets = false;
|
||
window.fixedResponsiveMenu = false;
|
||
window.fullWidthResponsiveMenu = false;
|
||
window.responsiveMenuHeight = '';
|
||
window.responsiveMenuFontSize = '';
|
||
(function () {
|
||
window.setSizeCookie = function () {
|
||
document.cookie = "dpi=" + window.devicePixelRatio + "; path=/";
|
||
document.cookie = "viewportWidth=" + window.innerWidth + "; path=/";
|
||
document.cookie = "viewportHeight=" + window.innerHeight + "; path=/";
|
||
if (screen && screen.width && screen.height) {
|
||
document.cookie = "screenWidth=" + screen.width + "; path=/";
|
||
document.cookie = "screenHeight=" + screen.height + "; path=/";
|
||
}
|
||
document.cookie = "responsiveGhost%3d1%3b%20path%3d/index.html";
|
||
};
|
||
|
||
setSizeCookie();
|
||
}());
|
||
</script>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
||
|
||
|
||
<meta name="theme-color" content="#094683">
|
||
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
|
||
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
|
||
<title>Calendar • BOS Regular Meeting Date</title>
|
||
|
||
<script src="Assets/Scripts/jQuery/jquery-2.2.4.min.js"></script>
|
||
<script src="Assets/Scripts/jQuery/jQuery-migrate-1.4.1.js" type="text/javascript"></script>
|
||
<!--[if IE 6]><script language="JavaScript" type="text/javascript"> var isie6 = true; </script><![endif]-->
|
||
<!--[if IE 7]><script language="JavaScript" type="text/javascript"> var isie7 = true; </script><![endif]-->
|
||
<!--[if IE 8]><script language="JavaScript" type="text/javascript"> var isie8 = true; </script><![endif]-->
|
||
<!--[if IE 9]><script language="JavaScript" type="text/javascript"> var isie8 = true; </script><![endif]-->
|
||
<script type="text/javascript"><!--
|
||
var intCountryCode = 840;
|
||
var externalSiteDialogHeight = '390px';
|
||
var order = '';
|
||
//--></script>
|
||
|
||
<link href="-1759649222.css" rel="stylesheet" type="text/css" /> <link href="-69831765.css" rel="stylesheet" type="text/css" />
|
||
|
||
<link rel="stylesheet" type="text/css" href="Assets/Styles/Print.css" media="print">
|
||
<script type="text/javascript">
|
||
window.Pages = window.Pages || {};
|
||
// FrontEnd RWD initialization
|
||
window.Pages.rwdReady = $.Deferred();
|
||
window.Pages.toolBarDeferred = $.Deferred();
|
||
window.Pages.rwdSetupComplete = $.Deferred();
|
||
window.Pages.megaMenuLoaded = $.Deferred();
|
||
window.Pages.angularToolbarComplete = $.Deferred();
|
||
window.Pages.frontEndToolbarComplete = $.Deferred();
|
||
</script>
|
||
|
||
|
||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
|
||
|
||
<link rel="stylesheet" href="App_Themes/CP/nmenu.css" type="text/css">
|
||
|
||
|
||
<!-- Dynamic Header Scripts -->
|
||
|
||
<!--Reference Stylesheet-->
|
||
|
||
|
||
<!--Dynamic Header Styles-->
|
||
<style type="text/css">
|
||
|
||
</style>
|
||
|
||
|
||
|
||
|
||
<script src="-1992112027.js" type="text/javascript"></script>
|
||
|
||
<script src="248816995.js" type="text/javascript"></script>
|
||
|
||
|
||
|
||
<!--[if lte IE 8]><link rel="stylesheet" type="text/css" href="/App_Themes/ie8.css"><![endif]-->
|
||
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="/App_Themes/ie7.css"><![endif]-->
|
||
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="/App_Themes/ie6.css"><![endif]-->
|
||
<!--[if lt IE 9]><script type="text/javascript" src="/Scripts/html5.js"></script><![endif]-->
|
||
|
||
<script type="text/javascript">
|
||
setEditorVariables(false, 840);
|
||
function getPrintPreviewType() { return 0; } function printPreview() {pPreview(getPrintPreviewType()); }
|
||
</script>
|
||
|
||
</head>
|
||
<body class="wide " >
|
||
|
||
<script>jQuery(document).click(function (event) {
|
||
var target = jQuery(event.target);
|
||
if (target.attr('src') && target.parents('.image').length && target.parents('.widget').length) {
|
||
var text = target.attr('title');
|
||
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Image',
|
||
eventAction: 'Image - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.is('button') || target.hasClass('button') || target.parents().hasClass('button')) {
|
||
var text = "";
|
||
if (target.parents('.button')[0]) {
|
||
text = target.parents('.button')[0].text;
|
||
} else if (target.text().length) {
|
||
text = target.text();
|
||
} else if (target.attr('title').length) {
|
||
text = target.attr('title');
|
||
}
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Button',
|
||
eventAction: 'Button - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.widgetCustomHtml').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Custom Html',
|
||
eventAction: 'Custom Html Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.editor').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Editor',
|
||
eventAction: 'Editor Link Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.GraphicLinks').length) {
|
||
var text = "";
|
||
var targetGraphicLink = target;
|
||
if (target.hasClass('widgetGraphicLinksLink')) {
|
||
targetGraphicLink = jQuery(target.children()[0]);
|
||
}
|
||
if (targetGraphicLink.hasClass('text')) {
|
||
text = targetGraphicLink.text();
|
||
} else if (targetGraphicLink.attr('src').length) {
|
||
if (targetGraphicLink.attr('alt').length) {
|
||
text = targetGraphicLink.attr('alt');
|
||
} else {
|
||
text = targetGraphicLink.attr('src');
|
||
}
|
||
} else {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Graphic Links',
|
||
eventAction: 'Graphic Link - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.InfoAdvanced').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Info Advanced',
|
||
eventAction: 'Info Advanced Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.list').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'List',
|
||
eventAction: 'List Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.megaMenuItem').length || target.parents('.topMenuItem').length) {
|
||
var megaMenuText = jQuery('.topMenuItem.mouseover').find('span').text();
|
||
var breadCrumbs = [];
|
||
jQuery('.breadCrumbs > li').each(function () {
|
||
breadCrumbs.push(this.textContent);
|
||
});
|
||
var pageTitle = breadCrumbs.join('>');
|
||
var subTitleText = target.parents('.megaMenuItem').children('.widgetTitle').children().text();
|
||
var text = "";
|
||
if (pageTitle) {
|
||
text += pageTitle + " | ";
|
||
} else {
|
||
text += document.title + ' - ';
|
||
}
|
||
if (target.text() == "" && megaMenuText == "") {
|
||
text += "N/A";
|
||
} else if (target.text().length && megaMenuText.length) {
|
||
if (megaMenuText == target.text()) {
|
||
text += megaMenuText;
|
||
} else {
|
||
text += megaMenuText + " - " + subTitleText + " - " + target.text();
|
||
}
|
||
} else if (target.text() == "") {
|
||
text += megaMenuText;
|
||
} else {
|
||
text += target.text();
|
||
}
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Mega Menu',
|
||
eventAction: 'Mega Menu : ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.widgetNewsFlash').length && target.parents('.widgetItem').length) {
|
||
var text = jQuery(target.parents('.widgetItem')[0]).find('.widgetTitle').children().text();
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'News Flash',
|
||
eventAction: 'News Flash - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.hasClass('widgetQuickLinksLink') || target.find('.widgetQuickLinksLink').length) {
|
||
var text = target.text();
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Quick Links',
|
||
eventAction: 'Quick Links - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.attr('src') && target.parents('.cpSlideshow').length) {
|
||
var text = target.attr('title');
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Slideshow',
|
||
eventAction: 'Slideshow - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.widgetText').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Text',
|
||
eventAction: 'Text Link Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
});</script>
|
||
|
||
<div id="fb-root"></div>
|
||
<div id=skipToContentLinks>
|
||
<a href="#contentarea" target="_self" class="skipToContentLink">Skip to Main Content</a>
|
||
</div>
|
||
<form id="frmReferenceFormForTelerikEditorDialogs"></form>
|
||
|
||
<input type="hidden" id="GoogleMapsKey" value="AIzaSyDWUuE-ifkbhxblF920N8MjpBdTg1Wt784" />
|
||
|
||
|
||
|
||
<link href="745732998.css" rel="stylesheet" type="text/css" />
|
||
|
||
<div tabindex="0"></div>
|
||
<div id="SplashMessageWrapper" class="cp-Splash-wrapper">
|
||
<div role="dialog" aria-labelledby="cp-Splash-title" aria-describedby="editorContentDesc" aria-modal="true" tabindex="-1" id="SplashMessage" class="hidden cp-Splash cp-Splash--modal is-open">
|
||
<div class="cp-Splash-header">
|
||
<h3 class="cp-Splash-title" id="cp-Splash-title">Loading</h3>
|
||
<button class="cp-Splash-Btn cp-Splash-close" aria-label="Close this modal" title="Close this window">
|
||
<svg id="iconClose" viewBox="0 0 25 25">
|
||
<polygon style="fill:currentcolor"
|
||
points="18.806,6.98 18.075,6.248 12.532,11.792 6.989,6.248 6.257,6.98 11.786,12.508 6.212,18.084 6.943,18.815 12.532,13.224 18.12,18.815 18.851,18.084 13.277,12.508"></polygon>
|
||
</svg>
|
||
</button>
|
||
</div>
|
||
<div class="cp-Splash-body">
|
||
<div class="cp-Splash-Prose editorContent fr-view fr-element" id="editorContentDesc">
|
||
<!-- Content from the Froala Editor will go here. -->
|
||
Loading
|
||
</div>
|
||
</div>
|
||
<div class="cp-Splash-footer">
|
||
<button class="cp-Splash-Btn cp-Splash-Btn--NoShow">Do Not Show Again</button>
|
||
<button class="cp-Splash-Btn cp-Splash-Btn--Close">Close</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div tabindex="0"></div>
|
||
|
||
<script src="Assets/Scripts/APIClient.js"></script>
|
||
<script src="Assets/Scripts/MomentJs/2.29.1/moment.min.js"></script>
|
||
<script src="Assets/Scripts/SplashModal/SplashModalRender.js"></script>
|
||
<script>
|
||
|
||
$(document).ready(function () {
|
||
var filter = {
|
||
targetId: '',
|
||
targetType: 0
|
||
}
|
||
|
||
new SplashModalRender().triggerRender(filter);
|
||
});
|
||
</script>
|
||
|
||
<input type="hidden" id="cpcDomain" value="https://cp-civicplusuniversity2.civicplus.com">
|
||
<input type="hidden" id="hdnStructureID" value="2" />
|
||
<input type="hidden" id="hdnContentCollectionID" value="760c99d9-604f-4a5f-a462-0fb632138ffd" />
|
||
<input type="hidden" id="hdnWorkingCopyID" value="00000000-0000-0000-0000-000000000000" />
|
||
<input type="hidden" id="hdnThemeID" value="15" />
|
||
<input type="hidden" id="pageIsFrontEnd" value="true" />
|
||
<input type="hidden" id="pageModuleID" value="58" />
|
||
<input type="hidden" id="pagePageID" />
|
||
<input type="hidden" id="hdnModuleEligibleForJquery224Upgrade" value="true" />
|
||
|
||
<input type="hidden" id="hdnModuleID" value="58" />
|
||
<img id="imgLogoPrintPreview" src="ImageRepository/Document79d5.jpg?documentID=27" alt="Russell County, VA" />
|
||
<div id="stickyPlaceholder"></div>
|
||
<div id="outer-wrap" class="outer-wrap">
|
||
<div id="inner-wrap" class="inner-wrap">
|
||
<div id="divToolbars" class="cpToolbars newCP mui-fixed" style="">
|
||
|
||
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="/App_Themes/CP/ie7.css"><![endif]-->
|
||
<!-- Allow Dashboard, Favorites Enabled -->
|
||
|
||
<!-- Begin Signed Out Bar -->
|
||
<div class="cpToolbar user public">
|
||
<div class="inner selfClear">
|
||
<p class="dropdown"><a href="https://cpauthentication.civicplus.com/connect/authorize/callback?client_id=2c63697f-aefa-4d94-bceb-983bf85b5f24&redirect_uri=https%3a%2f%2fwww.russellcountyva.us%2fIdentityServer%2fSignInCallback&response_type=code id_token token&scope=openid profile email&state=7e7fe11ed7034f779472f97014d1f387_&nonce=0aa16d9a1f344b879bb35aae623024d6&response_mode=form_post&showcreateaccount=true" role="button" class="myConnections" id="signedOutToolbarCreateProfileButton">Create a Website Account</a> <span class="welcomeMessage">- Manage notification subscriptions, save form progress and more. </span></p>
|
||
<ul class="nav secondary">
|
||
<li><a href="MyAccount.html" role="button" class="button" id="loggedOutToolbarSignInButton"><span>Website Sign In</span></a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<script>
|
||
$(document).ready(function () {
|
||
$('#signedOutToolbarCreateProfileButton').keypress(function (e) { if (e.which === 0) return; $(this).click(); });
|
||
$('#signedOutToolbarCreateProfileButton').click(function (event) {
|
||
event.preventDefault();
|
||
window.location.href = '/MyAccount/ProfileCreate?from=url&url=/&dn=' + window.location.origin;
|
||
});
|
||
|
||
|
||
$('#loggedOutToolbarSignInButton').click(function (event) {
|
||
event.preventDefault();
|
||
window.location.href = '/MyAccount/?from=url&url=' + encodeURIComponent(window.location.href.replace(window.location.origin, '')) + '&dn=' + window.location.host;
|
||
});
|
||
|
||
|
||
if ('False' == 'True') {
|
||
$('#loggedOutToolbarSignInButton').hide();
|
||
}
|
||
})
|
||
</script>
|
||
<!-- End Signed Out Bar -->
|
||
|
||
</div>
|
||
<div id="bodyWrapper">
|
||
<div id="mainNavHolderMobile" class="mainNavHolderMobile"></div>
|
||
|
||
<div data-cpRole="structuralContainer" id="structuralContainer1">
|
||
<div data-cpRole="banner" id="banner1"><div data-cpRole="structuralContainer" id="structuralContainer2">
|
||
<div class="siteWrap"><header class="siteHeader"><h1 data-cpRole="banner" id="banner2" class="logo empty">
|
||
|
||
|
||
|
||
|
||
<a style=" display: block; text-align: left;
|
||
" class="bannerObject" href="index.html" target="_self"><img alt="Click to Home" class="bannerObject" src="ImageRepository/Document7cdb.png?documentID=495" /></a>
|
||
|
||
</h1><aside data-cpRole="contentContainer" id="contentContainer1" class="topLinks"> <div id="cc0978edf1-5262-4b0e-ae4b-a1b973f1cce2" data-containerid="0978edf1-5262-4b0e-ae4b-a1b973f1cce2" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile" data-contentcontainerbreakpoint="10">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col16 first" style="" data-widgetcontainerid="e010b86f-efaf-4b2d-9581-bccecdc9c338">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col16 first last id1696ff47-4b77-4699-94c3-0d77f04e74bc" style="" data-widgetcontainerid="1696ff47-4b77-4699-94c3-0d77f04e74bc">
|
||
|
||
<div data-widget-id="b67e6766-fae5-4d69-bf79-e1d46ef827ed" data-widget-controller-path="/GraphicLinks/Widget">
|
||
|
||
|
||
|
||
|
||
<div id="graphicLinkWidgetb67e6766-fae5-4d69-bf79-e1d46ef827ed" class="widget widgetGraphicLinks skin43 widgetOptionSet16 wide" data-elementqueryclasses='{"wide-narrow":"min-width:10em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' data-modulewidgettype="graphicLinks">
|
||
<div class="widgetHeader">
|
||
<div class="">
|
||
</div>
|
||
</div>
|
||
<div class="widgetBody cpGrid cpGrid4 ">
|
||
<div class="row wide"><!--
|
||
--><div class="col col1 first "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="https://www.facebook.com/russellcountyvirginia/?ref=aymt_homepage_panel" target="_blank" aria-label="Facebook graphic opens in new window"><img src="ImageRepository/Document35d5.png?documentID=38"
|
||
class="graphicButtonLink" alt="Facebook"
|
||
onmouseover="this.src='ImageRepository/Document2cff.png?documentID=39'"
|
||
onmouseout="this.src='ImageRepository/Document35d5.png?documentID=38'"
|
||
onfocus="this.src='ImageRepository/Document2cff.png?documentID=39'"
|
||
onblur="this.src='ImageRepository/Document35d5.png?documentID=38'"> </a></div><!--
|
||
--></div></div><!----><div class="col col1 "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="https://twitter.com/RussellCo_VA" target="_blank" aria-label="Twitter graphic opens in new window"><img src="ImageRepository/Document3454.png?documentID=40"
|
||
class="graphicButtonLink" alt="Twitter"
|
||
onmouseover="this.src='ImageRepository/Document3448.png?documentID=41'"
|
||
onmouseout="this.src='ImageRepository/Document3454.png?documentID=40'"
|
||
onfocus="this.src='ImageRepository/Document3448.png?documentID=41'"
|
||
onblur="this.src='ImageRepository/Document3454.png?documentID=40'"> </a></div><!--
|
||
--></div></div><!----><div class="col col1 "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="https://www.instagram.com/russellcountyva/?hl=en" target="_blank" aria-label="Instagram graphic opens in new window"><img src="ImageRepository/Document2df2.png?documentID=42"
|
||
class="graphicButtonLink" alt="Instagram"
|
||
onmouseover="this.src='ImageRepository/Document27b2.png?documentID=43'"
|
||
onmouseout="this.src='ImageRepository/Document2df2.png?documentID=42'"
|
||
onfocus="this.src='ImageRepository/Document27b2.png?documentID=43'"
|
||
onblur="this.src='ImageRepository/Document2df2.png?documentID=42'"> </a></div><!--
|
||
--></div></div><!----><div class="col col1 last"><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="https://www.youtube.com/channel/UCs8MhIQMtY0U8xjXiHtqYJg" target="_blank" aria-label="YouTube graphic opens in new window"><img src="ImageRepository/Documentd593.png?documentID=44"
|
||
class="graphicButtonLink" alt="YouTube"
|
||
onmouseover="this.src='ImageRepository/Document8804.png?documentID=45'"
|
||
onmouseout="this.src='ImageRepository/Documentd593.png?documentID=44'"
|
||
onfocus="this.src='ImageRepository/Document8804.png?documentID=45'"
|
||
onblur="this.src='ImageRepository/Documentd593.png?documentID=44'"> </a></div><!--
|
||
--></div></div><!-- --></div>
|
||
</div>
|
||
<div class="widgetFooter">
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col1" style="" data-widgetcontainerid="ad5e67d0-7fd0-4c2f-9a0c-a7cb84d8810e">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col1 first last idaf8ca3c7-ee22-4b46-9c3a-50651abeadba" style="" data-widgetcontainerid="af8ca3c7-ee22-4b46-9c3a-50651abeadba">
|
||
|
||
|
||
<div class="widget widgetSpacer" id="fc8463cc-b120-43f8-8941-9995c6aac6ed"></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col3" style="" data-widgetcontainerid="30245f21-f1ff-44e5-a674-b97bcb0a46e7">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col3 first last id88aa22c6-9e60-4584-83d0-3ff927417d4f" style="" data-widgetcontainerid="88aa22c6-9e60-4584-83d0-3ff927417d4f">
|
||
|
||
<div data-widget-id="6ef08d13-3b5a-43da-b099-5c01e23feac0" data-widget-controller-path="/Layout/WidgetShare">
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
setWidgetServiceClicking($("#widgetShareHeader6ef08d13-3b5a-43da-b099-5c01e23feac0"), true, function () {
|
||
var $widgetBody = $('#widgetShareBody6ef08d13-3b5a-43da-b099-5c01e23feac0');
|
||
|
||
if ($widgetBody.is(':visible')) {
|
||
var menuItems = $('.widgetItem a', $widgetBody);
|
||
|
||
$(menuItems[0]).focus();
|
||
|
||
$('.widgetItem', $widgetBody).unbind("keydown").bind("keydown", function (e) {
|
||
|
||
if (e.which === 9) {
|
||
var index = menuItems.index(e.target);
|
||
|
||
if ((index === 0 && e.shiftKey) || (index === (menuItems.length - 1) && !e.shiftKey)) {
|
||
$("#widgetShareHeader6ef08d13-3b5a-43da-b099-5c01e23feac0").trigger('click').focus();
|
||
}
|
||
}
|
||
});
|
||
} else {
|
||
$('.widgetItem', $widgetBody).unbind("keydown");
|
||
}
|
||
});
|
||
});
|
||
</script>
|
||
|
||
<section id="widgetShare6ef08d13-3b5a-43da-b099-5c01e23feac0" class="widget widgetShare skin41 widgetOptionSet14 flyOutParent wide" aria-label="Share">
|
||
<header id="widgetShareHeader6ef08d13-3b5a-43da-b099-5c01e23feac0" class="widgetHeader" tabindex="0" role="button" aria-haspopup="true">
|
||
<h3><img alt="Share" class="imageHover" data-hover="/ImageRepository/Document?documentID=35" data-image="/ImageRepository/Document?documentID=34" src="ImageRepository/Document3c20.png?documentID=34" /></h3>
|
||
</header>
|
||
<div id="widgetShareBody6ef08d13-3b5a-43da-b099-5c01e23feac0" class="widgetBody flyOut bottom leftEdge widget widgetShare skin41 cpGrid cpGrid1" style="display:none;">
|
||
<div class="row
|
||
wide">
|
||
<div class="col col1 first last">
|
||
<ol class="semanticList">
|
||
<li class="widgetItem" ><a tabindex="0" role="button" class="widgetShareFacebook shareService" onkeypress="if(event.which == 13) { this.onclick(); }" href="Layout/WidgetShare/ShareLink/Facebook.html" target="_blank" aria-label="Share on Facebook opens in new window">Facebook</a></li>
|
||
<li class="widgetItem" ><a tabindex="0" role="button" class="widgetShareTwitter shareService" onkeypress="if(event.which == 13) { this.onclick(); }" href="Layout/WidgetShare/ShareLink/Twitter.html" target="_blank" aria-label="Share on Twitter opens in new window">Twitter</a></li>
|
||
<li class="widgetItem" ><a tabindex="0" role="button" class="widgetSharePinterest shareService" onkeypress="if(event.which == 13) { this.onclick(); }" href="Layout/WidgetShare/ShareLink/Pinterest.html" target="_blank" aria-label="Share on Pinterest opens in new window">Pinterest</a></li>
|
||
<li class="widgetItem" ><a tabindex="0" role="button" class="widgetShareDelicious shareService" onkeypress="if(event.which == 13) { this.onclick(); }" href="Layout/WidgetShare/ShareLink/Delicious.html" target="_blank" aria-label="Share on Delicious opens in new window">Delicious</a></li>
|
||
<li class="widgetItem" ><a tabindex="0" role="button" class="widgetShareBlogger shareService" onkeypress="if(event.which == 13) { this.onclick(); }" href="Layout/WidgetShare/ShareLink/Blogger.html" target="_blank" aria-label="Share on Blogger opens in new window">Blogger</a></li>
|
||
<li class="widgetItem" ><a tabindex="0" role="button" class="widgetShareLinkedIn shareService" onkeypress="if(event.which == 13) { this.onclick(); }" href="Layout/WidgetShare/ShareLink/LinkedIn.html" target="_blank" aria-label="Share on LinkedIn opens in new window">LinkedIn</a></li>
|
||
</ol>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</section>
|
||
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col4 last" style="" data-widgetcontainerid="90020087-ca65-43e8-8305-35fb8b4b602d">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col4 first last id759091bf-009c-4784-b496-3420127ee8e1" style="" data-widgetcontainerid="759091bf-009c-4784-b496-3420127ee8e1">
|
||
|
||
<div data-widget-id="bacc7637-39f4-4df5-b391-2249e24b3fdd" data-widget-controller-path="/Layout/WidgetSiteTools">
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
setWidgetServiceClicking($("#widgetSiteToolsHeaderbacc7637-39f4-4df5-b391-2249e24b3fdd"), true, function () {
|
||
var $widgetBody = $('#widgetSiteToolsBodybacc7637-39f4-4df5-b391-2249e24b3fdd');
|
||
|
||
if ($widgetBody.is(':visible')) {
|
||
var menuItems = $('.widgetItem a', $widgetBody);
|
||
|
||
$(menuItems[0]).focus();
|
||
|
||
$('.widgetItem', $widgetBody).unbind("keydown").bind("keydown", function (e) {
|
||
|
||
if (e.which === 9) {
|
||
var index = menuItems.index(e.target);
|
||
|
||
if ((index === 0 && e.shiftKey) || (index === (menuItems.length - 1) && !e.shiftKey)) {
|
||
$("#widgetSiteToolsHeaderbacc7637-39f4-4df5-b391-2249e24b3fdd").trigger('click').focus();
|
||
}
|
||
}
|
||
});
|
||
} else {
|
||
$('.widgetItem', $widgetBody).unbind("keydown");
|
||
}
|
||
});
|
||
});
|
||
</script>
|
||
|
||
<section id="widgetSiteToolsbacc7637-39f4-4df5-b391-2249e24b3fdd" class="widget widgetSiteTools skin41 widgetOptionSet7 flyOutParent wide" aria-label="Site Tools">
|
||
<header id="widgetSiteToolsHeaderbacc7637-39f4-4df5-b391-2249e24b3fdd" class="widgetHeader" tabindex="0" role="button" aria-haspopup="true">
|
||
<h3><img alt="Site Tools" class="imageHover" data-hover="/ImageRepository/Document?documentID=37" data-image="/ImageRepository/Document?documentID=36" src="ImageRepository/Documentcef1.png?documentID=36" /></h3>
|
||
</header>
|
||
<div id="widgetSiteToolsBodybacc7637-39f4-4df5-b391-2249e24b3fdd" class="widgetBody whiteIcons flyOut bottom leftEdge widget widgetSiteTools skin41 cpGrid cpGrid1" style="display:none;">
|
||
<div class="row
|
||
wide">
|
||
<div class="col col1 first last">
|
||
<ol class="semanticList">
|
||
<li class="widgetItem"><a tabindex="0" role="button" aria-label="Site Tools Home" class="widgetSiteToolsHome siteToolsService" href="index.html">Home</a></li>
|
||
<li class="widgetItem"><a tabindex="0" role="button" aria-label="Site Tools My Account" class="widgetSiteToolsMyAccount siteToolsService" href="MyAccount.html">My Account</a></li>
|
||
<li id="PrinterFriendlybacc7637-39f4-4df5-b391-2249e24b3fdd" class="widgetItem"><a tabindex="0" aria-label="Site Tools Printer Friendly opens in new window" role="button" class="widgetSiteToolsPrinterFriendly siteToolsService" onkeypress="if (event.which == 13) { this.onclick(); }" onclick="Core.Layout.dynamicJavascript('printPreview();'); return false;" href="#PrinterFriendlybacc7637-39f4-4df5-b391-2249e24b3fdd">Printer Friendly</a></li>
|
||
<li class="widgetItem"><a tabindex="0" role="button" aria-label="Site Tools Email Page" class="widgetSiteToolsEmailPage siteToolsService" href="EmailPage.html">Email Page</a></li>
|
||
<li class="widgetItem"><a tabindex="0" role="button" aria-label="Site Tools Contact Us" class="widgetSiteToolsContactUs siteToolsService" href="directory.html">Contact Us</a></li>
|
||
<li class="widgetItem"><a tabindex="0" role="button" aria-label="Site Tools RSS" class="widgetSiteToolsRSS siteToolsService" href="rss.html">RSS</a></li>
|
||
<li class="widgetItem"><a tabindex="0" role="button" aria-label="Site Tools Site Map" class="widgetSiteToolsSiteMap siteToolsService" href="SiteMap.html">Site Map</a></li>
|
||
<li id="TranslatePagebacc7637-39f4-4df5-b391-2249e24b3fdd" class="widgetItem"><a tabindex="0" aria-label="Site Tools Translate Page opens in new window" role="button" class="widgetSiteToolsTranslatePage siteToolsService" onkeypress="if (event.which == 13) { this.onclick(); }" onclick="Core.Layout.dynamicJavascript('window.open(\'https://translate.google.com/translate?js=n&sl=auto&tl=es&u=\' + document.location.href, \"TranslateWindow\");'); return false;" href="#TranslatePagebacc7637-39f4-4df5-b391-2249e24b3fdd">Translate Page</a></li>
|
||
<li class="widgetItem"><a tabindex="0" role="button" aria-label="Site Tools Notifications" class="widgetSiteToolsNotifications siteToolsService" href="list.html">Notifications</a></li>
|
||
<li class="widgetItem"><a tabindex="0" role="button" aria-label="Site Tools Documents" class="widgetSiteToolsDocuments siteToolsService" href="DocumentCenter.html">Documents</a></li>
|
||
</ol>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
|
||
|
||
</div>
|
||
</aside><nav data-cpRole="nav" id="mainNav" class="siteNav mainNav" role="navigation">
|
||
<ol id="mainNavMenu" data-parent="1" class="rootNavMenu" role="menu"><!--
|
||
--><li id="MainItem27" class="topMenuItem" aria-haspopup="true" role="menuitem" data-pageid="27" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a id="mainNavGovernment" class="navMainItem mainNavItem mainNavItem1" href="27/Government.html" target="_self">Government</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem101" class="topMenuItem" aria-haspopup="true" role="menuitem" data-pageid="101" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a id="mainNavCommunityServices" class="navMainItem mainNavItem mainNavItem2" href="101/Community-Services.html" target="_self">Community Services</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem31" class="topMenuItem" aria-haspopup="true" role="menuitem" data-pageid="31" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a id="mainNavResidents" class="navMainItem mainNavItem mainNavItem3" href="31/Residents.html" target="_self">Residents</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem35" class="topMenuItem" aria-haspopup="true" role="menuitem" data-pageid="35" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a id="mainNavBusiness" class="navMainItem mainNavItem mainNavItem4" href="35/Business.html" target="_self">Business</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem9" class="topMenuItem" aria-haspopup="true" role="menuitem" data-pageid="9" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a id="mainNavVisitors" class="navMainItem mainNavItem mainNavItem5" href="9/Visitors.html" target="_self">Visitors</a><!--
|
||
--><!--
|
||
--></li><!---->
|
||
</ol>
|
||
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
var menuID = 'mainNavMenu';
|
||
var menuType = MAIN_MENU;
|
||
|
||
//setup menu manager properties for main menu
|
||
if (!menuManager.mobileMainNav && true)
|
||
menuManager.adjustMainItemsWidth('#' + menuID);
|
||
menuManager.isMainMenuEditable = false;
|
||
menuManager.mainMenuMaxSubMenuLevels = 4;
|
||
menuManager.setMOMMode(2, menuType);
|
||
|
||
//Init main menu
|
||
var setupDraggable = menuManager.isMainMenuEditable;
|
||
var urlToGetHiddenMenus = '/Pages/MenuMain/HiddenMainSubMenus?pageID=1&moduleID=58&themeID=15&menuContainerID=mainNav';
|
||
|
||
menuManager.setupMenu(menuID, 'mainNav', menuType, setupDraggable, urlToGetHiddenMenus);
|
||
menuManager.mainMenuInit = true;
|
||
menuManager.mainMenuTextResizer = false;
|
||
if (0.50 > 0)
|
||
menuManager.mainMenuTextResizerRatio = 0.50;
|
||
if (window.isResponsiveEnabled)
|
||
menuManager.mainMenuReady.resolve();
|
||
|
||
});
|
||
</script>
|
||
|
||
|
||
<aside data-cpRole="megaMenu" id="megaMenu" class="megaMenu" style="display: none;"><input type="hidden" id="megaMenuPopupDirection" value="0"><input type="hidden" id="megaMenuWidthReference" value="0"><aside data-cpRole="contentContainer" id="mainNavMegaMenu27" class="contentTop mainNavMegaMenu megaMenuContainer pageID_27 hidden" data-orientation="horizontal"> <div id="ccf86c2f93-7f79-447b-ade5-a5dc2e2ed4ab" data-containerid="f86c2f93-7f79-447b-ade5-a5dc2e2ed4ab" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside data-cpRole="contentContainer" id="mainNavMegaMenu101" class="contentTop mainNavMegaMenu megaMenuContainer pageID_101 hidden" data-orientation="horizontal"> <div id="cce355d9ea-361c-4452-8648-2662ef69edb1" data-containerid="e355d9ea-361c-4452-8648-2662ef69edb1" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside data-cpRole="contentContainer" id="mainNavMegaMenu31" class="contentTop mainNavMegaMenu megaMenuContainer pageID_31 hidden" data-orientation="horizontal"> <div id="cc4b720a49-d2d1-4538-9118-16de38d33c9d" data-containerid="4b720a49-d2d1-4538-9118-16de38d33c9d" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside data-cpRole="contentContainer" id="mainNavMegaMenu35" class="contentTop mainNavMegaMenu megaMenuContainer pageID_35 hidden" data-orientation="horizontal"> <div id="ccfc662ffc-048c-4b76-8d53-8f8fa41a9c94" data-containerid="fc662ffc-048c-4b76-8d53-8f8fa41a9c94" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside data-cpRole="contentContainer" id="mainNavMegaMenu9" class="contentTop mainNavMegaMenu megaMenuContainer pageID_9 hidden" data-orientation="horizontal"> <div id="cc2bc9cae7-7850-48cc-affe-260d60b4699c" data-containerid="2bc9cae7-7850-48cc-affe-260d60b4699c" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside></aside></nav></header></div>
|
||
</div><div data-cpRole="structuralContainer" id="structuralContainer3">
|
||
<div class="siteWrap"><div data-cpRole="structuralContainer" id="structuralContainer4" class="mainWrap" role="main">
|
||
<div data-cpRole="structuralContainer" id="structuralContainer5" class="outerContentWrap">
|
||
<div data-cpRole="structuralContainer" id="structuralContainer6" class="contentWrap">
|
||
<div data-cpRole="breadCrumbs" class="breadCrumbContainer" id="breadCrumbs"> <ol class="semanticList breadCrumbs">
|
||
<li><a class="breadCrumb" href="index.html">Home</a></li><li>Calendar</li>
|
||
</ol>
|
||
|
||
|
||
|
||
</div>
|
||
<div data-cpRole="mainContentContainer" id="moduleContent">
|
||
|
||
<div id="ctl00_ctl00_MainContent_BodyWrapper">
|
||
|
||
<script type="text/javascript"><!--
|
||
var isie6 = false, isie7 = false, isie6or7 = false;
|
||
var intCountryCode = 840;
|
||
|
||
function setUrlLength(editor) {
|
||
//Toggle Image Context Menu Items
|
||
setMenuItems(editor);
|
||
//setContentBackgroundColor(editor);
|
||
removeIEParagraphs(editor);
|
||
}
|
||
function setUrlLengthAndToolToggle(editor) {
|
||
var minToolsGroups = 2; // Number of MinimumSetOfTools tools groups.
|
||
|
||
// Hide the MinimumSetOfTools on load.
|
||
var toolbar = editor.get_toolContainer(); // Get toolbar container.
|
||
var toolgroups = toolbar.getElementsByTagName("UL"); // Get all toolgroups containers.
|
||
|
||
for (var i = toolgroups.length - 1; i >= minToolsGroups; i--) toolgroups[i].style.display = "none";
|
||
|
||
if (editor.isIE) {
|
||
var elem = editor.get_element();
|
||
elem.style.height = "430px";
|
||
elem.style.minHeight = "430px";
|
||
}
|
||
|
||
// Toggle Image Context Menu Items.
|
||
setMenuItems(editor);
|
||
//setContentBackgroundColor(editor);
|
||
removeIEParagraphs(editor);
|
||
}
|
||
//--></script><!--[if IE 6]><script type="text/javascript">isie6 = true; isie6or7 = true;</script><![endif]-->
|
||
<!--[if IE 7]><script type="text/javascript">isie7 = true; isie6or7 = true;</script><![endif]-->
|
||
|
||
|
||
|
||
<form name="aspnetForm" method="post" action="https://www.russellcountyva.us/calendar.aspx?CID=28" id="aspnetForm" style="display:inline;" onsubmit="return headerValidationCallback();" enctype="multipart/form-data" autocomplete="off">
|
||
<div>
|
||
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
|
||
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
|
||
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="seFQoA1qJTVmE6FDqPYXBKvvzSOQyHQTbpkmBTW8FDjbjqWu+z1j+qboDvPV/62gf3OKo/wsZjcj3clsZS5VcGuHC2b1Oc51GWrGGEEq2aNzOtbvLMc7szvQrBwSmroSDUb9nipsQ47OH/FmJImNs3DhaqOAF1yfRR5x3m8fpp7Qbno5b6iDVdFJEdq/+za4Ni3kpdJjAOJeJT8p4zOeDJqmbMgFfmPsFYXkKXNbaDRlJb4vbjLa6AtibiS3qatgY0wWJ6NlhZT4Whjy0PdQPA+bRgEW+wT/loqSmqP7u8USMuO6z2bPQLYb2s0prKvPBML7eoRZzyjZ29wKH8idJoNpVIhV8bTO2zGSjVzKpYHBKShgvc+at6PvDY51Zrgw3Y5vuzufLsiVwROXJVkTZtXDJTIizNQdh16Yim/6PbNbLOEsU86ETWIFCTRUpLBJugxTjqmthSZmJr+pWMQWJ07BM2EWHpk8DL+neS/J83834nBXlE47fB/kW8GvbXAvZU9tyu9VTBDEgbQ2T3LA8czBgR/JzT0MJOBOt/L5i7g5YrxTEeZd9ZsnkM7VJWzEGtuF6dMT1WgPf8cDAoXCJRh6LKUKqjy63SZUQLGyLfKTznL0o247NQgOO5TFck9WBCU2/8yAlHM/icvCMhmnAjlMzJrSoSkmfjGUIBhTB2UwYg30kOcqZk2ZD8EuAjie91I8r0qyf8sFYdborSnYBcC9opSV1PvxFNZGDuFElQc9OnE4WyBmUWivltwe3baKoA7amjS+s8NMxSBR7y/Te84V9bs+cvxpU7Fq1SrymsBJvDpkU64vlfrOF22SwcFY037vSNiBd3tr52PP/EhFgq1V2EncxvF8ioaeJqx/RuF/Mzd1Dilj+gqTNRgf6z4LiA3fVco9gtTM86GkOpT6mnwLnEhusGaZmFzvamiy9JQ/afBPlogAWEe9x8LmqIuJoBO5TZl+Vo5PTlmJBo4PMqZHZxYguLm6YajRWUepqzPgh/stie+y7bc7lYbtibSr9Kg0wpXOQbmj9lEu7LmODceZO/SD9NWaEpoUHSK0Yv0XxMl8yRydddLR/5/tfV4blsMWC3ehjqseUDIol23DaIXsdfXEo9W4QXKUAs8VeL7/izFQsQSgV4Syg/zmR2K7DO5FJ/x3pTnqf3CPRmZQHyCwHqVJM7uGASm27QZZP7lV/2lr1g9KId+qVKh3aViyD+5J9B/3Y+Rzn+0OyNjOl39Z4jVvLXGCzISlpxcChBLYTIXkk+lx/hJ/e7yq2tEsZOY8HdeHEKxHFWdhCviJ8DkX+N5pxPhPdGna2UOIeNpq/g1jkzCMDxNRVPkazjFxlsbeYUZvrjLaalk01K6XcQykG6iBH5COtVgb4wuUQl4B0lB6yRTScIBPm7JH8TZJR3rSna6iZzQ+ydK6zu6yOInnaoZl+inIx1zkP7GrQWS3QuGFQXlV/AVwNjKv1Z1i+96dEzJg1Jj2TZqHoqJ4yn62ltB3TGwiuPH2gi6Bo8vN0Zxw07QVl2B5YjjD6O/Chr0hk7NuA57o/IZbvcd8gLt+SxReQGMT73pr5QMOGn/qZxt5cjreQXRTjvnTy1nbc6aItHlTmlC5ZU7mwpz1mBcataVyFzLP+btSQIIgS0bO88m8P2aD8JcQv21djsNqvVjWIL7APlDPTQUCFN+XbtR8zQmXAgWfAKZIV32bAwxfoiugkBhm2409AJWFiSrenpvdQTmIU+y4hoylHwmi5Jg1MrCM4UP8jduFM4pIyUSD3oKmcbqEsQR+fwqjxH4gMH8SUmwP8qn/FHEy6Cyw5UhJvwv5NKr33h0r4ayF3WMy93IujByHNqGXM2IjSsNYRIk+n50zX3sCYNepBEY2XB7y3p8xbLHikSB9l0WMOx5epq/Jjq1w9OhYS9O9yr0yebKXb116cqBAb+c+PM0CJx8q8hmSJvdmJzKvs/UvXZ757XXKs0PxciNOVaiIdYr6Jbh/6K1e7OqVvEkMqIv+vcC/1Mak/uBxUh7poLU93VWsratHBIj9tYO7Rr/80yTOHm6M3oryTkedriyMnMME/X6OYJ2GIj5eK6EN8w11166GobVWo7E1QoTFthd/UkkKGe67XI93lsJ7TctW/XwVjWxbyP6mxpZisQnQB3mbPCs7mrZV8MLeN22OZyJUzQhmuFIckB28Q8M4bebYrQg+QDtipN0hFcs5HPdS6WJUka5ksbPQD7UkVHfkNtn3970534lADkJe0BOlGYDgTn1zdPrKVEW96NQFiyY6GFkg4s1fzEVEWPQo0GC9UKl5DiNalwHoaedvnB6weJI7PofE8aDFsPEEq5LBuG+n8FD6K8ARCXZXHcGvQtTvTu/amkS0eqvkfcwbtCRpV/2d9FWXCX1W7UFJXgsRG1FB9U8gGvVUmhTVapECwFehm2mCtf68EN3v3QGqex19l+umL6C7WxlfmDobim8Fk0iL3k/x9fbL0tJUPVIDtZ3gW6rPgUeelKuyakYQ5ojMNsSliR+yyYww65pZXkDrPkAg0jkOMB7JfNXs11SuAMaGY7Zld5/rzTX3QfXSUGIpSFL6ZvNE7ZrOM5x8IZ0j3md4h750DaWvViCU9rIhNENClbmgv4PBj2Dq8ia7YU+YPyO5tT8KZyEQMXYPPa0/CTDdHlXbeaDndvu8mpBK7HsZZnwAZpAUE/ze8DGmaLTgco0BPYPVKx3W7Q5uLqR6xVHVX1b8VnW/NuNE7CsEZOhHM8zmb3/Ji6FcUQYBDs+yCFTkCZww7hdQl0NQlL3smLe3Sv7MQfOZ4S87btfscOhm8dviuFaByKJEPx1mNWc/Uxz/PpV1bJSXEUy3CgJAp6xNp548gl2sZhlepKzyFs8uqFMwLTrSKz5BN4Wysu6suVee0c6FNB/Z1WB5CxnFUPyrfsEwS4k/PE/z452Fa5MxVaUye0Jh" />
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
//<![CDATA[
|
||
var theForm = document.forms['aspnetForm'];
|
||
if (!theForm) {
|
||
theForm = document.aspnetForm;
|
||
}
|
||
function __doPostBack(eventTarget, eventArgument) {
|
||
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
|
||
theForm.__EVENTTARGET.value = eventTarget;
|
||
theForm.__EVENTARGUMENT.value = eventArgument;
|
||
theForm.submit();
|
||
}
|
||
}
|
||
//]]>
|
||
</script>
|
||
|
||
|
||
<script src="WebResource9db1.js?d=pynGkmcFUV13He1Qd6_TZHXYHcW4zQUJ3xEJnQ6DGCZi4oGbSyCjkEhH1aPAVNozqGgRUIJbwZSnUDVrPM4fpA2&t=638368855540000000" type="text/javascript"></script>
|
||
|
||
|
||
<script src="ScriptResource5dbc.js?d=Lrus5c7UlqSATRzVFWOXxW5_a3InmoKuX_Nkmp394DVxiWhvyZDWadx-iJjpQ6X_WgCmNVjsSL6-eJbADtUEpgEG4y7daOX5IVnQm37T9o8S4OQGAI3v2tsyf_lv4S-Sxp7ddSOgQoNCy0fGU-KopemrGOUrxceY73rhAaAuT1gwNCsngEuKhf4zven2TukL9-qgsTQikzE5xcSz6e2SzWsSg5BQxCSDWn2F5JPe518-8nC33i9dmfDtHfFe51Ah4bz1Iz-UnEHi0lmmy9XTAaHrVdg3k6h-TML_wIfPhlqEipkKmq-DW74-vj2srVj_gilKl14dxOKmLvRlRu18QisrYtCIC_UtpHsO6gTMh-X_jMfyK6Hj-xy3prDi9rlq3M0Ou2QryPZL1P0N-8k2zfjI8eqo4G9TFYjKblq1ks-XEX9E3iB_HZReAbeJGndPw6k-gsiddT5-EA_GbkTYGgoLzRAiUqBTD7hYBTbpZv0C8x5xt1T9ETDM3QcYleHBVNetCHjMPHd6z9-6IHSzYYcJhoM8CaKBsdaCy3LafpniDVRvuGzMeegtLotB444nNnjTc5Q6wEZZosuq3ZovM0Et1UUA72LACBU7EmBr1vD3pLgzwF22jgXDz6HIcex1PqoK-wG9F5k3HswlYxfdREQmVb7KvuohP51An36UxA1TfbA8O9I1b32BM3oavUBUx-BFp5zPEqSpxrVlCo-BAcSfoXpWlrDrp05Ha18Sjnc4NnVPqv6PitI-L00891HPvFkcVlE1Cqt1w5XRpHIzvwsjPC2ZM1UOaW05pBARybZs388xC_FK0ZzUV9WYjqPqtLTj2irdqE7wX0lKvpMOrVl4j-_9dP-GNtI9MfFSf4Q1" type="text/javascript"></script>
|
||
<div>
|
||
|
||
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="B66867E1" />
|
||
</div>
|
||
<!--for archiving purpose-->
|
||
<input name="ysnNotifyMe" type="hidden">
|
||
<input name="strPage" type="hidden">
|
||
<input name="intArchMainCatID" type="hidden">
|
||
<input name="intArchMainItemID" type="hidden">
|
||
<script type="text/javascript">
|
||
//<![CDATA[
|
||
Sys.WebForms.PageRequestManager._initialize('ctl00$ctl00$MainContent$scriptManager', 'aspnetForm', ['tctl00$ctl00$MainContent$ModuleContent$ctl00$featured','featured','tctl00$ctl00$MainContent$ModuleContent$ctl00$contentUpdatePanelListView','','tctl00$ctl00$MainContent$ModuleContent$ctl00$contentUpdatePanel',''], [], [], 90, 'ctl00$ctl00');
|
||
//]]>
|
||
</script>
|
||
|
||
<script type="text/javascript">
|
||
Sys.WebForms.PageRequestManager.getInstance().add_beginRequest(beginRequest);
|
||
Sys.WebForms.PageRequestManager.getInstance().add_pageLoaded(pageLoaded);
|
||
</script>
|
||
|
||
<div id="modulecontent" name="modulecontent.aspx" style="padding-top: 0px;">
|
||
<a id="contentarea" name="contentarea" title="Content Area"></a>
|
||
|
||
<script src="Assets/Scripts/RssBehavior.js"></script>
|
||
<script src="common/modules/Calendar/Calendar.js"></script>
|
||
<script src="Scripts/jquery.urlToLink.min.js"></script>
|
||
|
||
<link href="Common/Modules/Calendar/CalendarSite.css" rel="stylesheet" />
|
||
|
||
|
||
<link href="141947727.css" rel="stylesheet" type="text/css" />
|
||
<link rel="stylesheet" type="text/css" href="common/modules/Calendar/print.css" media="print">
|
||
|
||
<div id="CalendarContent" class="newCP moduleContentNew">
|
||
<div class="printHeader">
|
||
|
||
</div>
|
||
|
||
|
||
|
||
<div id="featured">
|
||
|
||
|
||
|
||
</div>
|
||
|
||
<div id="aboveContent" style="display: none;"></div>
|
||
<div id="contentDiv" class="contentMain listView selfClear" style="margin-right:0px;">
|
||
<div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanelListView">
|
||
|
||
<div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_header" class="header" style="">
|
||
<div class="text">
|
||
<h1>
|
||
Calendar </h1>
|
||
<p style="padding-left:5px">View All Calendars is the default. Choose Select a Calendar to view a specific calendar. Subscribe to calendar notifications by clicking on the Notify Me® button, and you will automatically be alerted about the latest events in our community.</p> </div>
|
||
|
||
<div id="subheader" class="nav">
|
||
<ul class="tabs">
|
||
<li id="ctl00_ctl00_MainContent_ModuleContent_ctl00_liListView" class="active">
|
||
<a id="ctl00_ctl00_MainContent_ModuleContent_ctl00_lnkListView" onclick="changeView('list', '','','','28'); return false;" onkeypress="return this.onclick();" href="index.html"><span>List</span></a>
|
||
</li>
|
||
<li id="ctl00_ctl00_MainContent_ModuleContent_ctl00_liWeekView" class="">
|
||
<a id="ctl00_ctl00_MainContent_ModuleContent_ctl00_lnkWeekView" onclick="changeView('week', '','','','28'); return false;" onkeypress="return this.onclick();" href="index.html"><span>Week</span></a>
|
||
</li>
|
||
<li id="ctl00_ctl00_MainContent_ModuleContent_ctl00_liMonthView" class="">
|
||
<a id="ctl00_ctl00_MainContent_ModuleContent_ctl00_lnkMonthView" onclick="changeView('month', '','','','28'); return false;" onkeypress="return this.onclick();" href="index.html"><span>Month</span></a>
|
||
</li>
|
||
</ul>
|
||
<ul class="misc">
|
||
<li id="ctl00_ctl00_MainContent_ModuleContent_ctl00_liRSS"><a href="rss.html#calendar" title="View RSS Feeds">
|
||
<svg><use href="#iconRSS"></use></svg>
|
||
</a></li>
|
||
<li id="ctl00_ctl00_MainContent_ModuleContent_ctl00_liICal">
|
||
<a id="ctl00_ctl00_MainContent_ModuleContent_ctl00_lnkiCal" href="iCalendar.html">
|
||
<svg><use href="#iconSubscribeEvent"></use></svg>
|
||
<span> Subscribe to iCalendar</span>
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a id="ctl00_ctl00_MainContent_ModuleContent_ctl00_lnkPrint" onclick="printView('list'); return false;" href="index.html">
|
||
<svg><use href="#iconPrint"></use></svg>
|
||
<span> Print</span>
|
||
</a>
|
||
</li>
|
||
|
||
<li id="ctl00_ctl00_MainContent_ModuleContent_ctl00_liNotifyMe">
|
||
<a href="listdbf4.html?Mode=Subscribe#calendar">
|
||
<svg><use href="#iconEmail"></use></svg>
|
||
<span id="ctl00_ctl00_MainContent_ModuleContent_ctl00_lnkNotifyMe"> Notify Me®</span></a>
|
||
</li>
|
||
|
||
<li>
|
||
<a class="reserveFacility" href="Facilities.html">
|
||
<svg><use href="#iconFacility"></use></svg>
|
||
<span> Find a Facility</span>
|
||
</a>
|
||
</li>
|
||
|
||
</ul>
|
||
<div class="search">
|
||
<h2>Search calendar by:</h2>
|
||
<div class="inputs">
|
||
<span class="date"> <input MaxLength="10" data-cp-datetimepicker='{"wrapInsideDiv": true}' Width="100%" title="Start Date" id="startDateFromAmsul" type="text" onkeydown="handleKeydown(event);" placeholder="Start Date" value="">
|
||
</span> <span class="date"> <input MaxLength="10" data-cp-datetimepicker='{"wrapInsideDiv": true}' Width="100%" title="End Date" id="endDateFromAmsul" type="text" onkeydown="handleKeydown(event);" placeholder="End Date" value="">
|
||
</span> <input onkeydown="handleKeydown(event);" onblur="removeDefaultSearchTerm(this);" onfocus="removeDefaultSearchTerm(this);" title="Search Terms" id="searchTerm" type="text" value="Search">
|
||
<span class="showPastEvents"><input id="showPastEvents" class="pastEvents" type="checkbox" onclick="checkShowPastEvents(this.checked)"/>
|
||
<label id="showPastEventsLabel" for="showPastEvents" class="moduleContentNew pastEvents">Show Past Events</label></span>
|
||
|
||
<a href="#" id="a_calendar" onkeypress="this.onclick();" onclick="showCalendar(); return false;" class="button" alt="Select a Calendar" title="Select a Calendar"><span>Select a Calendar</span></a>
|
||
<input type="image" onkeypress="this.onclick();" onclick="calendarSearch();" class="searchButton" alt="Search Calendar(s)" title="Search Calendar(s)" src="Common/images/SearchButton.png">
|
||
</div>
|
||
<div id="calendarSelectors" class="calendarList" style="display: none;">
|
||
<div>
|
||
<ol>
|
||
<li>
|
||
<input type="checkbox" onkeypress="return this.onclick();" onclick="checkAllCalendars(this.checked);" title="All Calendars" id="allCalendars">
|
||
<label for="allCalendars">All Calendars</label>
|
||
</li>
|
||
<li>
|
||
<label>
|
||
<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" name="chkCalendarID" title="CalendarID" value="28" checked="checked">
|
||
BOS Regular Meeting Date
|
||
</label>
|
||
</li>
|
||
<input type="hidden" name="RssBehavior.28" data-add-item-behavior="0" data-modify-item-behavior="0" /> <li>
|
||
<label>
|
||
<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" name="chkCalendarID" title="CalendarID" value="14">
|
||
Main Calendar
|
||
</label>
|
||
</li>
|
||
<input type="hidden" name="RssBehavior.14" data-add-item-behavior="1" data-modify-item-behavior="1" /></ol>
|
||
<ol>
|
||
<li>
|
||
<label>
|
||
<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" name="chkCalendarID" title="CalendarID" value="23">
|
||
Russell County Board of Supervisors
|
||
</label>
|
||
</li>
|
||
<input type="hidden" name="RssBehavior.23" data-add-item-behavior="0" data-modify-item-behavior="0" /> <li>
|
||
<label>
|
||
<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" name="chkCalendarID" title="CalendarID" value="26">
|
||
Russell County Commissioner of Revenue
|
||
</label>
|
||
</li>
|
||
<input type="hidden" name="RssBehavior.26" data-add-item-behavior="0" data-modify-item-behavior="0" /> <li>
|
||
<label>
|
||
<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" name="chkCalendarID" title="CalendarID" value="24">
|
||
Russell County Fair Association
|
||
</label>
|
||
</li>
|
||
<input type="hidden" name="RssBehavior.24" data-add-item-behavior="0" data-modify-item-behavior="0" /></ol>
|
||
<ol>
|
||
<li>
|
||
<label>
|
||
<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" name="chkCalendarID" title="CalendarID" value="25">
|
||
Russell County IDA
|
||
</label>
|
||
</li>
|
||
<input type="hidden" name="RssBehavior.25" data-add-item-behavior="0" data-modify-item-behavior="0" /> <li>
|
||
<label>
|
||
<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" name="chkCalendarID" title="CalendarID" value="29">
|
||
Russell County Planning Commission
|
||
</label>
|
||
</li>
|
||
<input type="hidden" name="RssBehavior.29" data-add-item-behavior="0" data-modify-item-behavior="0" /></ol>
|
||
<ol>
|
||
<li>
|
||
<label>
|
||
<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" name="chkCalendarID" title="CalendarID" value="22">
|
||
Russell County Tourism
|
||
</label>
|
||
</li>
|
||
<input type="hidden" name="RssBehavior.22" data-add-item-behavior="0" data-modify-item-behavior="0" /> <li>
|
||
<label>
|
||
<input type="checkbox" onkeypress="return this.onclick();" onclick="boxChanged(this.checked);" name="chkCalendarID" title="CalendarID" value="27">
|
||
Russell County Treasurer's Office
|
||
</label>
|
||
</li>
|
||
<input type="hidden" name="RssBehavior.27" data-add-item-behavior="0" data-modify-item-behavior="0" /></ol>
|
||
<script type="text/javascript"> numCheckable = 9; numChecked = 1; document.getElementById('allCalendars').checked = (numChecked == numCheckable);</script>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="list">
|
||
<div class="side">
|
||
<div class="calendar">
|
||
<h3 tabindex="0" onkeypress="return this.onclick();" onclick="displayPopUp('monthPopout');">February</h3>
|
||
<a href="#prev" onkeypress="return this.onclick();" onclick="changeDate(2024,1,'list','28'); return false;" class="prevMonth"><img src="Common/images/Calendar/MiniCalendarPrev.png" alt="Go to previous month"></a>
|
||
<a href="#next" onkeypress="return this.onclick();" onclick="changeDate(2024,3,'list','28'); return false;" class="nextMonth"><img src="Common/images/Calendar/MiniCalendarNext.png" alt="Go to next month"></a>
|
||
<h4 tabindex="0" onkeypress="return this.onclick();" onclick="displayPopUp('yearPopout');">2024</h4>
|
||
<a href="#selectYear" onkeypress="return this.onclick();" onclick="displayPopUp('yearPopout'); return false;" class="selectYear"><img src="Common/images/Calendar/MiniCalendarYear.png" alt="Select a year"></a>
|
||
<div id="monthPopout" class="miniPopout monthPopout" style="display:none;">
|
||
<div class="miniPopoutTop">
|
||
<div class="miniPopoutBtm">
|
||
<ol>
|
||
<li><a href="#changeDateMonthDropDown" onkeypress="return this.onclick();" onclick="changeDate(2024,1, 'list','28');">January</a></li>
|
||
<li>February</li>
|
||
<li><a href="#changeDateMonthDropDown" onkeypress="return this.onclick();" onclick="changeDate(2024,3, 'list','28');">March</a></li>
|
||
<li><a href="#changeDateMonthDropDown" onkeypress="return this.onclick();" onclick="changeDate(2024,4, 'list','28');">April</a></li>
|
||
<li><a href="#changeDateMonthDropDown" onkeypress="return this.onclick();" onclick="changeDate(2024,5, 'list','28');">May</a></li>
|
||
<li><a href="#changeDateMonthDropDown" onkeypress="return this.onclick();" onclick="changeDate(2024,6, 'list','28');">June</a></li>
|
||
<li><a href="#changeDateMonthDropDown" onkeypress="return this.onclick();" onclick="changeDate(2024,7, 'list','28');">July</a></li>
|
||
<li><a href="#changeDateMonthDropDown" onkeypress="return this.onclick();" onclick="changeDate(2024,8, 'list','28');">August</a></li>
|
||
<li><a href="#changeDateMonthDropDown" onkeypress="return this.onclick();" onclick="changeDate(2024,9, 'list','28');">September</a></li>
|
||
<li><a href="#changeDateMonthDropDown" onkeypress="return this.onclick();" onclick="changeDate(2024,10, 'list','28');">October</a></li>
|
||
<li><a href="#changeDateMonthDropDown" onkeypress="return this.onclick();" onclick="changeDate(2024,11, 'list','28');">November</a></li>
|
||
<li><a href="#changeDateMonthDropDown" onkeypress="return this.onclick();" onclick="changeDate(2024,12, 'list','28');">December</a></li>
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="yearPopout" class="miniPopout yearPopout" style="display:none;">
|
||
<div class="miniPopoutTop">
|
||
<div class="miniPopoutBtm">
|
||
<ol>
|
||
<li><a href="#" onkeypress="return this.onclick();" onclick="changeDate(2019,2,'list','28'); return false;">2019</a></li>
|
||
<li><a href="#" onkeypress="return this.onclick();" onclick="changeDate(2020,2,'list','28'); return false;">2020</a></li>
|
||
<li><a href="#" onkeypress="return this.onclick();" onclick="changeDate(2021,2,'list','28'); return false;">2021</a></li>
|
||
<li><a href="#" onkeypress="return this.onclick();" onclick="changeDate(2022,2,'list','28'); return false;">2022</a></li>
|
||
<li><a href="#" onkeypress="return this.onclick();" onclick="changeDate(2023,2,'list','28'); return false;">2023</a></li>
|
||
<li>2024</li>
|
||
<li><a href="#" onkeypress="return this.onclick();" onclick="changeDate(2025,2,'list','28'); return false;">2025</a></li>
|
||
<li><a href="#" onkeypress="return this.onclick();" onclick="changeDate(2026,2,'list','28'); return false;">2026</a></li>
|
||
<li><a href="#" onkeypress="return this.onclick();" onclick="changeDate(2027,2,'list','28'); return false;">2027</a></li>
|
||
<li><a href="#" onkeypress="return this.onclick();" onclick="changeDate(2028,2,'list','28'); return false;">2028</a></li>
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- BEGIN CALENDAR DISPLAY ***** --> <table summary="Calendar Display">
|
||
<thead>
|
||
<tr>
|
||
<th scope="col"><abbr title="Sunday">Su</abbr></td>
|
||
<th scope="col"><abbr title="Monday">M</abbr></td>
|
||
<th scope="col"><abbr title="Tuesday">Tu</abbr></td>
|
||
<th scope="col"><abbr title="Wednesday">W</abbr></td>
|
||
<th scope="col"><abbr title="Thursday">Th</abbr></td>
|
||
<th scope="col"><abbr title="Friday">F</abbr></td>
|
||
<th scope="col"><abbr title="Saturday">Sa</abbr></td>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr> <td class="not">28</td> <td class="not">29</td> <td class="not">30</td> <td class="not">31</td> <td>1</td> <td>2</td> <td><a href='calendar9029.html?view=list&year=2024&month=2&day=3'> 3</a></td> </tr> <tr> <td>4</td> <td>5</td> <td>6</td> <td>7</td> <td>8</td> <td class="today"><span>9</span></td> <td>10</td> </tr> <tr> <td>11</td> <td>12</td> <td>13</td> <td>14</td> <td>15</td> <td>16</td> <td>17</td> </tr> <tr> <td>18</td> <td>19</td> <td>20</td> <td>21</td> <td>22</td> <td>23</td> <td>24</td> </tr> <tr> <td>25</td> <td>26</td> <td>27</td> <td>28</td> <td>29</td> <td class="not">1</td> <td class="not">2</td> </tr> </tbody>
|
||
</table>
|
||
<!-- END CALENDAR DISPLAY ***** --> </div>
|
||
</div>
|
||
<div class="calendars">
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
<div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
<!-- SVG Icon -->
|
||
<div style="display: none;">
|
||
<svg xmlns="http://www.w3.org/2000/svg" style="display:none;">
|
||
<symbol id="iconFacility" viewBox="0 0 24 24">
|
||
<title>Facility</title>
|
||
<path fill="currentColor" d="M5,3V21H11V17.5H13V21H19V3H5M7,5H9V7H7V5M11,5H13V7H11V5M15,5H17V7H15V5M7,9H9V11H7V9M11,9H13V11H11V9M15,9H17V11H15V9M7,13H9V15H7V13M11,13H13V15H11V13M15,13H17V15H15V13M7,17H9V19H7V17M15,17H17V19H15V17Z"></path>
|
||
</symbol>
|
||
<symbol id="iconSubmitEvent" viewBox="0 0 24 24">
|
||
<title>Submit Event</title>
|
||
<path fill="currentColor" d="M19,19H5V8H19M19,3H18V1H16V3H8V1H6V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M16.53,11.06L15.47,10L10.59,14.88L8.47,12.76L7.41,13.82L10.59,17L16.53,11.06Z"></path>
|
||
</symbol>
|
||
<symbol id="iconPrint" viewBox="0 0 24 24">
|
||
<title>Print</title>
|
||
<path fill="currentColor" d="M18,3H6V7H18M19,12A1,1 0 0,1 18,11A1,1 0 0,1 19,10A1,1 0 0,1 20,11A1,1 0 0,1 19,12M16,19H8V14H16M19,8H5A3,3 0 0,0 2,11V17H6V21H18V17H22V11A3,3 0 0,0 19,8Z"></path>
|
||
</symbol>
|
||
<symbol id="iconEmail" viewBox="0 0 24 24">
|
||
<title>Email</title>
|
||
<path fill="currentColor" d="M20,8L12,13L4,8V6L12,11L20,6M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z"></path>
|
||
</symbol>
|
||
<symbol id="iconSubscribeEvent" viewBox="0 0 24 24">
|
||
<title>Event Subscription</title>
|
||
<path fill="currentColor" d="M19,20V9H5V20H19M16,2H18V4H19A2,2 0 0,1 21,6V20A2,2 0 0,1 19,22H5A2,2 0 0,1 3,20V6A2,2 0 0,1 5,4H6V2H8V4H16V2M12,18.17L11.42,17.64C9.36,15.77 8,14.54 8,13.03C8,11.8 8.97,10.83 10.2,10.83C10.9,10.83 11.56,11.15 12,11.66C12.44,11.15 13.1,10.83 13.8,10.83C15.03,10.83 16,11.8 16,13.03C16,14.54 14.64,15.77 12.58,17.64L12,18.17Z"></path>
|
||
</symbol>
|
||
<symbol id="iconRSS" viewBox="0 0 24 24">
|
||
<title>View RSS Feeds</title>
|
||
<path fill="currentColor" d="M6.18,15.64A2.18,2.18 0 0,1 8.36,17.82C8.36,19 7.38,20 6.18,20C5,20 4,19 4,17.82A2.18,2.18 0 0,1 6.18,15.64M4,4.44A15.56,15.56 0 0,1 19.56,20H16.73A12.73,12.73 0 0,0 4,7.27V4.44M4,10.1A9.9,9.9 0 0,1 13.9,20H11.07A7.07,7.07 0 0,0 4,12.93V10.1Z"></path>
|
||
</symbol>
|
||
<symbol id="iconCalendar" viewBox="0 0 24 24">
|
||
<title>Select on Calendar</title>
|
||
<path fill="currentColor" d="M9,10H7V12H9V10M13,10H11V12H13V10M17,10H15V12H17V10M19,3H18V1H16V3H8V1H6V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M19,19H5V8H19V19Z"></path>
|
||
</symbol>
|
||
<symbol id="iconExpand" viewBox="0 0 24 24">
|
||
<title>Expand</title>
|
||
<path fill="currentColor" d="M12,18.17L8.83,15L7.42,16.41L12,21L16.59,16.41L15.17,15M12,5.83L15.17,9L16.58,7.59L12,3L7.41,7.59L8.83,9L12,5.83Z"></path>
|
||
</symbol>
|
||
<symbol id="iconCollapse" viewBox="0 0 24 24">
|
||
<title>Collapse</title>
|
||
<path fill="currentColor" d="M16.59,5.41L15.17,4L12,7.17L8.83,4L7.41,5.41L12,10M7.41,18.59L8.83,20L12,16.83L15.17,20L16.58,18.59L12,14L7.41,18.59Z" />
|
||
</symbol>
|
||
<symbol id="iconChevronPrev" viewBox="0 0 24 24">
|
||
<title>Previous</title>
|
||
<path fill="currentColor" d="M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z" />
|
||
</symbol>
|
||
<symbol id="iconChevronNext" viewBox="0 0 24 24">
|
||
<title>Next</title>
|
||
<path fill="currentColor" d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" />
|
||
</symbol>
|
||
<symbol id="iconChevronDown" viewBox="0 0 24 24">
|
||
<title>Down</title>
|
||
<path fill="currentColor" d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" />
|
||
</symbol>
|
||
<symbol id="iconChevronUp" viewBox="0 0 24 24">
|
||
<title>Up</title>
|
||
<path fill="currentColor" d="M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z" />
|
||
</symbol>
|
||
<symbol id="iconMap" viewBox="0 0 24 24">
|
||
<title>Map</title>
|
||
<path fill="currentColor" d="M15.5,12C18,12 20,14 20,16.5C20,17.38 19.75,18.21 19.31,18.9L22.39,22L21,23.39L17.88,20.32C17.19,20.75 16.37,21 15.5,21C13,21 11,19 11,16.5C11,14 13,12 15.5,12M15.5,14A2.5,2.5 0 0,0 13,16.5A2.5,2.5 0 0,0 15.5,19A2.5,2.5 0 0,0 18,16.5A2.5,2.5 0 0,0 15.5,14M14,6.11L8,4V15.89L9,16.24V16.5C9,17.14 9.09,17.76 9.26,18.34L8,17.9L2.66,19.97L2.5,20A0.5,0.5 0 0,1 2,19.5V4.38C2,4.15 2.15,3.97 2.36,3.9L8,2L14,4.1L19.34,2H19.5A0.5,0.5 0 0,1 20,2.5V11.81C18.83,10.69 17.25,10 15.5,10C15,10 14.5,10.06 14,10.17V6.11Z"></path>
|
||
</symbol>
|
||
<symbol id="iconShare" viewBox="0 0 24 24">
|
||
<title>Share</title>
|
||
<path fill="currentColor" d="M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M14 16V13C10.39 13 7.81 14.43 6 17C6.72 13.33 8.94 9.73 14 9V6L19 11L14 16Z" />
|
||
</symbol>
|
||
<symbol id="iconShowMore" viewBox="0 0 24 24">
|
||
<title>Show more</title>
|
||
<path fill="currentColor" d="M15.5,12C18,12 20,14 20,16.5C20,17.38 19.75,18.21 19.31,18.9L22.39,22L21,23.39L17.88,20.32C17.19,20.75 16.37,21 15.5,21C13,21 11,19 11,16.5C11,14 13,12 15.5,12M15.5,14A2.5,2.5 0 0,0 13,16.5A2.5,2.5 0 0,0 15.5,19A2.5,2.5 0 0,0 18,16.5A2.5,2.5 0 0,0 15.5,14M19,8H5V19H9.5C9.81,19.75 10.26,20.42 10.81,21H5C3.89,21 3,20.1 3,19V5C3,3.89 3.89,3 5,3H6V1H8V3H16V1H18V3H19A2,2 0 0,1 21,5V13.03C20.5,12.22 19.8,11.54 19,11V8Z" />
|
||
</symbol>
|
||
|
||
<svg>
|
||
</div>
|
||
<!-- SVG Icon -->
|
||
|
||
<!-- SVG Icon Agenda -->
|
||
<div style="display: none;">
|
||
<svg xmlns="http://www.w3.org/2000/svg" style="display:none;">
|
||
<symbol id="iconAgenda" svg viewBox="0 0 24 24">
|
||
<title>Agenda</title>
|
||
<path fill="currentColor" d="M19,3H14.82C14.25,1.44 12.53,0.64 11,1.2C10.14,1.5 9.5,2.16 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3M7,7H17V5H19V19H5V5H7V7M17,11H7V9H17V11M15,15H7V13H15V15Z" /> </symbol>
|
||
</symbol>
|
||
<svg>
|
||
</div>
|
||
<!-- SVG Icon -->
|
||
|
||
|
||
<div id="aboveFooter" style="display: none;"></div>
|
||
|
||
</div>
|
||
<input type="hidden" name="ShowInRssFeed" value="false" />
|
||
<input type="hidden" name="RssConfigurationEnabled" value="True" />
|
||
<input name="calendarView" type="hidden" value="" />
|
||
<input name="eventID" type="hidden" />
|
||
<input name="showMoreDay" type="hidden" />
|
||
|
||
<script type="text/javascript">
|
||
onOrLive($(window), function () {
|
||
$('.icalDescription').urlToLink({ target: '_blank' });
|
||
}, "load");
|
||
|
||
var currentTextBox = null;
|
||
var currentDatePicker = null;
|
||
|
||
function hidePopup() {
|
||
return currentDatePicker && currentDatePicker.hidePopup();
|
||
}
|
||
|
||
//This method is called to handle the onclick and onfocus client side events for the texbox
|
||
function showPopup(sender, e) {
|
||
//this is a reference to the texbox which raised the event
|
||
//see the methods exposed through the $telerik static client library here - http://www.telerik.com/help/aspnet-ajax/telerik-static-client-library.html
|
||
var textBox = sender.tagName === "INPUT" ? sender : $telerik.getPreviousHtmlNode(sender);
|
||
|
||
// hide previous pop-up if open
|
||
textBox !== currentTextBox && hidePopup();
|
||
|
||
currentTextBox = textBox;
|
||
}
|
||
|
||
function dismissHook(e) {
|
||
return (e.keyCode === 27 || e.keyCode === 9) && hidePopup();
|
||
}
|
||
|
||
function handleKeydown(e) {
|
||
dismissHook(e) || searchTextHook(e);
|
||
}
|
||
|
||
//this handler is used to set the text of the TextBox to the value of selected from the popup
|
||
function dateSelected(sender, args) {
|
||
if (currentTextBox != null) {
|
||
//currentTextBox is the currently selected TextBox. Its value is set to the newly selected
|
||
//value of the picker
|
||
currentTextBox.value = args.get_newValue();
|
||
}
|
||
}
|
||
|
||
//this function is used to parse the date entered or selected by the user
|
||
function parseDate(sender, e) {
|
||
if (currentDatePicker != null) {
|
||
var date = currentDatePicker.get_dateInput().parseDate(sender.value);
|
||
var dateInput = currentDatePicker.get_dateInput();
|
||
|
||
if (date == null) {
|
||
date = currentDatePicker.get_selectedDate();
|
||
}
|
||
|
||
var formattedDate = dateInput.get_dateFormatInfo().FormatDate(date, dateInput.get_displayDateFormat());
|
||
sender.value = formattedDate;
|
||
}
|
||
}
|
||
|
||
function clearPostBack() {
|
||
Sys.WebForms.PageRequestManager.getInstance().remove_endRequest(clearPostBack);
|
||
$('.icalDescription').urlToLink({ target: '_blank' });
|
||
}
|
||
|
||
function redrawContentCalendar() {
|
||
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(clearPostBack);
|
||
if (document.aspnetForm.calendarView.value == 'list' || document.aspnetForm.calendarView.value == '')
|
||
raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanelListView', 0, '');
|
||
else
|
||
raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel', 0, '');
|
||
|
||
blockMenuSpawn = false;
|
||
}
|
||
|
||
function previousFeaturedItem(view) {
|
||
document.aspnetForm.calendarView.value = view;
|
||
raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedPrev');
|
||
}
|
||
|
||
function nextFeaturedItem(view) {
|
||
document.aspnetForm.calendarView.value = view;
|
||
raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedNext');
|
||
}
|
||
</script>
|
||
|
||
</div>
|
||
<script type="text/javascript">order+='ModuleContent\n'</script>
|
||
|
||
<div id="ctl00_ctl00_MainContent_ctl00_liveEditPopupWindow" class="modalContainer modalContainerCP" style="display: none;">
|
||
<div id="ctl00_liveEditTitleBar" class="modalTitleLeft"><h3 id="ctl00_LiveEditModalTitle" class="modalTitle">Live Edit</h3><a id="ctl00_LiveEditCloseButton" class="modalClose" aria-label="Close this modal" href="index.html" title="Close this window"><svg viewBox='0 0 25 25' id='modalIconClose'><polygon style='fill:currentcolor' points='18.806,6.98 18.075,6.248 12.532,11.792 6.989,6.248 6.257,6.98 11.786,12.508 6.212,18.084 6.943,18.815 12.532,13.224 18.12,18.815 18.851,18.084 13.277,12.508'></polygon></svg></a></div><div id="ctl00_liveEditContentLeft" class="modalContentLeft"><div id="ctl00_liveEditContentRight" class="modalContentRight"><div id="ctl00_liveEditContent" class="modalContent"><iframe style="display: none; border: none;" src="about:blank" id="liveEditDialog" title="Live Edit Dialog" name="liveEditDialog"></iframe></div></div></div><div id="ctl00_liveEditFooter" class="modalBottomLeft"><div id="ctl00_liveEditfooterbar" class="modalBottomRight"><div id="ctl00_liveEditfooterbar1" class="modalBottom"></div></div></div>
|
||
</div><input type="submit" name="ctl00$ctl00$MainContent$ctl00_liveEditSpawnWindow" value="" id="ctl00_ctl00_MainContent_ctl00_liveEditSpawnWindow" disabled="disabled" style="display: none;" />
|
||
|
||
|
||
<script type="text/javascript">
|
||
//<![CDATA[
|
||
Sys.Application.add_init(function() {
|
||
$create(AjaxControlToolkit.ModalPopupBehavior, {"BackgroundCssClass":"modalBackground","CancelControlID":"ctl00_LiveEditCloseButton","PopupControlID":"ctl00_ctl00_MainContent_ctl00_liveEditPopupWindow","PopupDragHandleControlID":"ctl00_liveEditTitleBar","dynamicServicePath":"/calendar.aspx","id":"editItemBehavior"}, null, null, $get("ctl00_ctl00_MainContent_ctl00_liveEditSpawnWindow"));
|
||
});
|
||
//]]>
|
||
</script>
|
||
</form>
|
||
<form id="aspnetSearchForm" name="aspnetSearchForm" style="display:none;" action="https://www.russellcountyva.us/Search.aspx" method="get">
|
||
<input name="SearchString" type = "hidden" value ="" />
|
||
</form>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div></div>
|
||
</div><div data-cpRole="structuralContainer" id="structuralContainer9">
|
||
<div class="siteWrap"><footer data-cpRole="contentContainer" id="contentContainer4" class="siteFooter"> <div id="cc25c6fa03-26cb-4b68-bfa0-6be04768f58f" data-containerid="25c6fa03-26cb-4b68-bfa0-6be04768f58f" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col24 first last" style="" data-widgetcontainerid="bb7ab2b9-d859-4f48-a374-7f9a2ea7fec9">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last id39a6cbac-545e-4736-b13d-0e125b91f155" style="" data-widgetcontainerid="39a6cbac-545e-4736-b13d-0e125b91f155">
|
||
|
||
<div data-widget-id="53bba4a7-4e3c-4e9d-851a-21bf9d61ccfe" data-widget-controller-path="/InfoAdvanced/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
<section id="divInfoAdv53bba4a7-4e3c-4e9d-851a-21bf9d61ccfe" class="widget widgetInfoAdvanced skin37 widgetOptionSet5 wide" data-modulewidgettype="infoAdv" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-label="Info Advanced">
|
||
<header class="widgetHeader" id="header53bba4a7-4e3c-4e9d-851a-21bf9d61ccfe">
|
||
<div class="">
|
||
</div>
|
||
</header>
|
||
<div class="widgetBody cpGrid cpGrid1 ">
|
||
<div class="row wide">
|
||
<div class="col col1 first last">
|
||
<ol class="pageStyles semanticList">
|
||
|
||
<li class="InfoAdvanced widgetItem fr-view">
|
||
<div style="text-align: center;"><a title="The Seal of the County of Russell, Virginia" class="Hyperlink" href="index.html" target="_self"><img title="The Seal of the County of Russell, Virginia" alt="The Seal of the County of Russell, Virginia" src="ImageRepository/Documentee75.png?documentID=54"></a><br></div>
|
||
</li> </ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="widgetFooter">
|
||
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
|
||
<script type="text/javascript">
|
||
//Render slideshow if info advacned items contain one.
|
||
$(document).ready(function (e) {
|
||
$('#divInfoAdv53bba4a7-4e3c-4e9d-851a-21bf9d61ccfe .InfoAdvanced.widgetItem').each(function () {
|
||
renderSlideshowIfApplicable($(this));
|
||
});
|
||
});
|
||
</script></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col24 first last" style="" data-widgetcontainerid="506c26ce-4a9a-4df3-9605-84153211b201">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last id881a31eb-a5ad-41f5-97c0-522883447b68" style="" data-widgetcontainerid="881a31eb-a5ad-41f5-97c0-522883447b68">
|
||
|
||
<div data-widget-id="565d32e5-acd2-4c3b-af46-baa794742e5d" data-widget-controller-path="/InfoAdvanced/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
<section id="divInfoAdv565d32e5-acd2-4c3b-af46-baa794742e5d" class="widget widgetInfoAdvanced skin37 widgetOptionSet5 wide" data-modulewidgettype="infoAdv" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-label="Info Advanced">
|
||
<header class="widgetHeader" id="header565d32e5-acd2-4c3b-af46-baa794742e5d">
|
||
<div class="">
|
||
</div>
|
||
</header>
|
||
<div class="widgetBody cpGrid cpGrid1 ">
|
||
<div class="row wide">
|
||
<div class="col col1 first last">
|
||
<ol class="pageStyles semanticList">
|
||
|
||
<li class="InfoAdvanced widgetItem fr-view">
|
||
<div style="text-align: center;"><span><br>137 Highland Drive | Lebanon, VA, 24266 | Phone: 276-889-8000 | Fax: 276-889-8011</span></div><div style="text-align: center;"><br></div><div style="text-align: center;"><a class="Hyperlink" href="index.html" target="_self">Home</a> | <a class="Hyperlink" href="accessibility.html" target="_self">Accessibility</a> | <a class="Hyperlink" href="sitemap-2.html" target="_self">Site Map</a> | <a class="Hyperlink" href="directory.html" target="_self">Contact Us</a> | <a class="Hyperlink" href="site/copyright.html" target="_self">Copyright</a></div><a title="Government Websites by CivicPlus" class="Hyperlink" href="http://www.civicplus.com/" target="_blank"></a>
|
||
</li> </ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="widgetFooter">
|
||
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
|
||
<script type="text/javascript">
|
||
//Render slideshow if info advacned items contain one.
|
||
$(document).ready(function (e) {
|
||
$('#divInfoAdv565d32e5-acd2-4c3b-af46-baa794742e5d .InfoAdvanced.widgetItem').each(function () {
|
||
renderSlideshowIfApplicable($(this));
|
||
});
|
||
});
|
||
</script></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
|
||
|
||
</div>
|
||
</footer></div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<div id="banner1-49" style="display: none"></div>
|
||
<script type="text/javascript">
|
||
onOrLive($(window), function () {
|
||
$.when(window.Pages.rwdSetupComplete)
|
||
.done(function () {
|
||
renderBanner('banner1-49',
|
||
'banner1',
|
||
{"BannerOptionID":49,"ThemeID":15,"SlotName":"banner1","Name":"Default","IsDefault":true,"BannerMode":1,"SlideShowSlideTiming":null,"SlideshowTransition":0,"SlideShowTransitionTiming":null,"ImageScale":false,"ImageAlignment":2,"ImageScroll":true,"MuteSound":true,"VideoType":0,"Status":40,"SlideshowControlsPosition":0,"SlideshowControlsAlignment":0,"SlideshowBannerControlsColorScheme":0,"BannerImages":[{"BannerImageID":59,"BannerOptionID":49,"FileName":"/ImageRepository/Document?documentID=28","Height":750,"Width":1800,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":1,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":null}],"BannerVideos":[],"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/"},
|
||
{"BannerImageID":59,"BannerOptionID":49,"FileName":"/ImageRepository/Document?documentID=28","Height":750,"Width":1800,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":1,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":null},
|
||
'App_Themes/Simple/Images/index.html',
|
||
'<img alt="" class="bannerObject" src="/ImageRepository/Document?documentID=28" />');
|
||
});
|
||
}, "load");
|
||
</script>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<script type="text/javascript">function dynamicStretchContainers () {Core.Layout.stretchContainers('#structuralContainer1, #structuralContainer3, #structuralContainer2');}</script>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script src="1661096276.js" type="text/javascript"></script>
|
||
|
||
|
||
|
||
<script type="text/javascript">
|
||
$(function () {
|
||
document.cookie = "responsiveGhost%3d0%3b%20path%3d/index.html";
|
||
});
|
||
onOrLive($(window), function () {
|
||
$('body').addClass('doneLoading').removeClass('hideContent');
|
||
|
||
if ($('#404Content').length > 0)
|
||
$('div#bodyWrapper').css('padding', '0px');
|
||
}, 'load');
|
||
</script>
|
||
|
||
<noscript>
|
||
<style>
|
||
body.hideContent {
|
||
opacity: 1 !important;
|
||
}
|
||
</style>
|
||
</noscript>
|
||
|
||
|
||
<div style="display: none;">
|
||
<svg xmlns="http://www.w3.org/2000/svg" style="display:none;">
|
||
|
||
<symbol id="iconArrow--left" viewbox="0 0 25 25">
|
||
<title>Arrow Left</title>
|
||
<polygon style="fill:currentcolor" points="18.044,25 19.498,23.545 8.409,12.454 19.408,1.455 17.954,0 5.502,12.452"></polygon>
|
||
</symbol>
|
||
|
||
<symbol id="iconArrow--right" viewbox="0 0 25 25">
|
||
<title>Arrow Right</title>
|
||
<polygon style="fill:currentcolor" points="6.957,0 5.502,1.455 16.591,12.546 5.592,23.545 7.047,25 19.498,12.548"></polygon>
|
||
</symbol>
|
||
|
||
</svg>
|
||
</div>
|
||
<script type="text/javascript">loadCSS('//fonts.googleapis.com/css?family=Noto+Sans:700,700italic,italic,regular|');</script>
|
||
|
||
|
||
<div class="hidden activeWidgetSkinComponentsOnPageJson">[]</div>
|
||
<div style="display: none;">
|
||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||
<symbol id="iconSlideshowArrowLeft" viewBox="0 0 22.68 40">
|
||
<title>Slideshow Left Arrow</title>
|
||
<g>
|
||
<path style="fill:currentcolor;" d="M20,40a2.67,2.67,0,0,1-1.9-.79L.79,21.9a2.68,2.68,0,0,1,0-3.79L18.1.79a2.68,2.68,0,1,1,3.79,3.79L6.47,20,21.89,35.42A2.68,2.68,0,0,1,20,40Z"></path>
|
||
</g>
|
||
</symbol>
|
||
<symbol id="iconSlideshowArrowRight" viewBox="0 0 22.68 40">
|
||
<title>Slideshow Right Arrow</title>
|
||
<g>
|
||
<path style="fill:currentcolor;" d="M2.68,0a2.67,2.67,0,0,1,1.9.79L21.89,18.1a2.68,2.68,0,0,1,0,3.79L4.58,39.21A2.68,2.68,0,0,1,.79,35.42L16.21,20,.79,4.58A2.68,2.68,0,0,1,2.68,0Z"></path>
|
||
</g>
|
||
</symbol>
|
||
</svg>
|
||
</div>
|
||
|
||
|
||
|
||
<div id="root-picker-outlet"></div>
|
||
</body>
|
||
|
||
<!-- Mirrored from www.russellcountyva.us/calendar.aspx?CID=28 by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 09 Feb 2024 09:34:49 GMT -->
|
||
</html> |