
<!--
       
        if (document.images) {
            aboutbuzz_on = new Image(); 
            aboutbuzz_on.src ="images/aboutbuzz_on.gif";
            upcomingevents_on = new Image(); 
            upcomingevents_on.src ="images/upcomingevents_on.gif";
            ontheissues_on = new Image(); 
            ontheissues_on.src ="images/ontheissues_on.gif";
            pressreleases_on = new Image(); 
            pressreleases_on.src ="images/pressreleases_on.gif";
            inthenews_on = new Image(); 
            inthenews_on.src ="images/inthenews_on.gif";
            volunteer_on = new Image(); 
            volunteer_on.src ="images/volunteer_on.gif";
            volunteerstar_on = new Image(); 
            volunteerstar_on.src ="images/volunteerstar_on.gif";
            contactus_on = new Image(); 
            contactus_on.src ="images/contactus_on.gif";
            voterinformation_on = new Image(); 
            voterinformation_on.src ="images/voterinformation_on.gif";
            supporters_on = new Image(); 
            supporters_on.src ="images/supporters_on.gif";
            photogallery_on = new Image(); 
            photogallery_on.src ="images/photogallery_on.gif";
            message_on = new Image(); 
            message_on.src ="images/message_on.gif";
            publicsafety_on = new Image(); 
            publicsafety_on.src ="images/publicsafety_on.gif";
            roadsign_on = new Image(); 
            roadsign_on.src ="images/roadsign_on.gif";
		
            aboutbuzz_off = new Image(); 
            aboutbuzz_off.src ="images/aboutbuzz_off.gif";
            upcomingevents_off = new Image(); 
            upcomingevents_off.src ="images/upcomingevents_off.gif";
            pressreleases_off = new Image(); 
            pressreleases_off.src ="images/pressreleases_off.gif";
            inthenews_off = new Image(); 
            inthenews_off.src ="images/inthenews_off.gif";
			ontheissues_off = new Image(); 
            ontheissues_off.src ="images/ontheissues_off.gif";
            volunteer_off = new Image(); 
            volunteer_off.src ="images/volunteer_off.gif";
            volunteerstar_off = new Image(); 
            volunteerstar_off.src ="images/volunteerstar_off.gif";
            contactus_off = new Image(); 
            contactus_off.src ="images/contactus_off.gif";
            voterinformation_off = new Image(); 
            voterinformation_off.src ="images/voterinformation_off.gif";
            supporters_off = new Image(); 
            supporters_off.src ="images/supporters_off.gif";
            photogallery_off = new Image(); 
            photogallery_off.src ="images/photogallery_off.gif";
            message_off = new Image(); 
            message_off.src ="images/message_off.gif";
            publicsafety_off = new Image(); 
            publicsafety_off.src ="images/publicsafety_off.gif";
            roadsign_off = new Image(); 
            roadsign_off.src ="images/roadsign_off.gif";
			
        }

// Function to 'activate' images.
function imgOn(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "_on.src");

        }
}

// Function to 'deactivate' images.
function imgOff(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "_off.src");

        }
}

// -->


<!--

var img1 = "images/random6.gif"
var img2 = "images/random7.gif"
var img3 = "images/random8.gif"
var img4 = "images/random9.gif"
var img5 = "images/random10.gif"

var randomize = Math.round(Math.random()*5)

if (randomize == 1){
newimg = img1
}else if (randomize == 2){
newimg = img2
}else if (randomize == 3){
newimg = img3
}else if (randomize == 4){
newimg = img4
}else{
newimg = img5
}

//-->

<!--

var imga = "images/front01.jpg"
var imgb = "images/front02.jpg"
var imgc = "images/front03.jpg"
var imgd = "images/front04.jpg"
var imge = "images/front05.jpg"
var imgf = "images/front06.jpg"
var imgg = "images/front07.jpg"

var randomize = Math.round(Math.random()*7)

if (randomize == 1){
newimg2 = imga
}else if (randomize == 2){
newimg2 = imgb
}else if (randomize == 3){
newimg2 = imgc
}else if (randomize == 4){
newimg2 = imgd
}else if (randomize == 5){
newimg2 = imge
}else if (randomize == 6){
newimg2 = imgf
}else{
newimg2 = imgg
}

//-->



<!--
dayName = new Array ("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday")
monName = new Array ("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December")
now = new Date
// -->

