// JavaScript Document
<!--
								function imgOn() {
								var name=document.images.map.src
								num=parseFloat(name.substring(name.length-5,name.length-4))
								//	alert(num)
								num +=1
								if(num==3){num=1}
								if (document.images) {
								newimg = "images/map" +num+ ".gif"
								//		alert(newimg)
	   							document.images.map.src = newimg
   								}
								}

								function createArraytemp(size){
								this.length = size
								this[1] = "18C, 64F"; this[2] = "19C, 66F"; this[3] = "20C, 68F";
								this[4] = "22C, 72F", this[5] = "25C, 77F"; this[6] = "28C, 83F";
								this[7] = "32C, 90F"; this[8] = "33C, 92F"; this[9] = "28C, 83F";
								this[10] = "25C, 77F"; this[11] = "20C, 68F"; this[12] = "19C, 66F";
								return this}

								function createArray(size){
								this.length = size
								this[1] = "January"; this[2] = "February"; this[3] = "March";
								this[4] = "April", this[5] = "May"; this[6] = "June";
								this[7] = "July"; this[8] = "August"; this[9] = "Semptember";
								this[10] = "October"; this[11] = "November"; this[12] = "December";
								return this}

								function createArray2(size){
								this.length = size
								this[1] = "Sunday"; this[2] = "Monday"; this[3] = "Tuesday"; this[4] = "Wednesday";
								this[5] = "Thursday"; this[6] = "Friday"; this[7] = "Saturday";
								return this}

								function theDate(bcswitch){
   								var currentDate = new Date();
   								var dayof = currentDate.getDay()
   								var dates = currentDate.getDate();
   								var month = currentDate.getMonth();
   								var year = currentDate.getYear();
   								var timehours = currentDate.getHours();
   								var timeminutes = currentDate.getMinutes();
   								var secs = currentDate.getSeconds();
   								var monthName = new createArray(12)
   								var dayName = new createArray2(7)
   								var avtemp = new createArraytemp(12)

								if (year < 2000) {year=year+1900}

								//   var graphicDate = "<IMG vspace=1 SRC=./" + dates + ".gif><IMG HSPACE=4 SRC=./" + month + "m.gif><IMG vspace=1 SRC=./" + year + ".gif>";
								//  document.write(graphicDate);
    							month += 1
    							dayof += 1
    							calender = dayName[dayof]+', '+dates+' '+monthName[month]+' '+year
    							calmonth = monthName[month]
    							temp = avtemp[month]
    							WeeklyPic = 'logo-main'+dayof+'.jpg'
    							if (bcswitch == "dayonly") {return WeeklyPic}
   								if (bcswitch == "full") {return calender}
    							if (bcswitch == "bc") {return calmonth}
    							if (bcswitch == "temperature") {return temp}
								}
								// -->
							<!--
								// ;
								document.write('<p><font color="#b90000" size="1"><font face="verdana"></p>')
								theDate("full")
								document.write(calender)
								document.write("</strong></font><br>")
								// end hide
								// -->
							
