
<!--
       
        if (document.images) {
            home_on = new Image(); 
            home_on.src ="images/home_on.gif";
            classifieds_on = new Image(); 
            classifieds_on.src ="images/classifieds_on.gif";
            downloads_on = new Image(); 
            downloads_on.src ="images/downloads_on.gif";
            links_on = new Image(); 
            links_on.src ="images/links_on.gif";
            admin_on = new Image(); 
            admin_on.src ="images/admin_on.gif";
            committees_on = new Image(); 
            committees_on.src ="images/committees_on.gif";
            contacts_on = new Image(); 
            contacts_on.src ="images/contacts_on.gif";
            login_on = new Image(); 
            login_on.src ="images/login_on.gif";
            admin_on = new Image(); 
            admin_on.src ="images/admin_on.gif";
            adobequestion_on = new Image(); 
            adobequestion_on.src ="images/adobequestion_on.gif";
		
            home_off = new Image(); 
            home_off.src ="images/home_off.gif";
            classifieds_off = new Image(); 
            classifieds_off.src ="images/classifieds_off.gif";
            downloads_off = new Image(); 
            downloads_off.src ="images/downloads_off.gif";
            links_off = new Image(); 
            links_off.src ="images/links_off.gif";
            admin_off = new Image(); 
            admin_off.src ="images/admin_off.gif";
            committees_off = new Image(); 
            committees_off.src ="images/committees_off.gif";
            contacts_off = new Image(); 
            contacts_off.src ="images/contacts_off.gif";
            login_off = new Image(); 
            login_off.src ="images/login_off.gif";
            admin_off = new Image(); 
            admin_off.src ="images/admin_off.gif";
            adobequestion_off = new Image(); 
            adobequestion_off.src ="images/adobequestion_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
// -->
