<!--
if (document.images){
pic1on= new Image(42,11);
pic1on.src="http://66.7.206.49/images/hdr-ltblue-more-on.gif"; 
pic1off= new Image(42,11);
pic1off.src="http://66.7.206.49/images/hdr-ltblue-more.gif";
pic2on= new Image(42,11);
pic2on.src="http://66.7.206.49/images/hdr-ltblue-more-on.gif";
pic2off= new Image(42,11);
pic2off.src="http://66.7.206.49/images/hdr-ltblue-more.gif";
pic3on= new Image(42,11);
pic3on.src="http://66.7.206.49/images/hdr-ltblue-more-on.gif";
pic3off= new Image(42,11);
pic3off.src="http://66.7.206.49/images/hdr-ltblue-more.gif";
pic4on= new Image(43,13);
pic4on.src="http://66.7.206.49/images/rss-on.gif";
pic4off= new Image(43,13);
pic4off.src="http://66.7.206.49/images/rss.gif";
pic5on= new Image(78,25);
pic5on.src="http://66.7.206.49/images/nexton.gif";
pic5off= new Image(78,25);
pic5off.src="http://66.7.206.49/images/nextoff.gif";
pic6on= new Image(79,25);
pic6on.src="http://66.7.206.49/images/prevon.gif";
pic6off= new Image(79,25);
pic6off.src="http://66.7.206.49/images/prevoff.gif";
}
function lightup(imgName){
if (document.images){
imgOn=eval(imgName + "on.src");
document[imgName].src= imgOn;
}
}
function turnoff(imgName){
if (document.images){
imgOff=eval(imgName + "off.src");
document[imgName].src= imgOff;
}
}

function sitetime(){
var now = new Date();
var hours = now.getHours();
var minutes = now.getMinutes();
var timeValue = "" + ((hours >12) ? hours -12 :hours)
timeValue += ((minutes < 10) ? ":0" : ":") + minutes
timeValue += (hours >= 12) ? " P.M." : " A.M."
timerRunning = true;
mydate = new Date();
myday = mydate.getDay();
mymonth = mydate.getMonth();
myweekday= mydate.getDate();
weekday= myweekday;
myyear= mydate.getFullYear();
year = myyear
if(myday == 0)
day = " Sunday, "      
else if(myday == 1)
day = " Monday, "
else if(myday == 2)
day = " Tuesday, "   
else if(myday == 3)
day = " Wednesday, "   
else if(myday == 4)
day = " Thursday, "
else if(myday == 5)
day = " Friday, "
else if(myday == 6)
day = " Saturday, "
if(mymonth == 0)
month = "January "
else if(mymonth ==1)
month = "February "
else if(mymonth ==2)
month = "March "
else if(mymonth ==3)
month = "April "
else if(mymonth ==4)
month = "May "
else if(mymonth ==5)
month = "June "
else if(mymonth ==6)
month = "July "
 else if(mymonth ==7)
month = "August "
else if(mymonth ==8)
month = "September "
else if(mymonth ==9)
month = "October "
else if(mymonth ==10)
month = "November "
else if(mymonth ==11)
month = "December "
document.write("<!-- div class=\"dateandtime\" -->" +day + month);
document.write(myweekday+", " + year +"<!-- /div -->");
}
//-->
