//Roll over function

function change(Name,Image,No,Msg) {
			if (document.images) {
				document [Name].src = eval(Image + No + ".src");
			}
			if (Msg) self.status = eval(Image + "2");
			return true
		}

		
		
		// Caches the dropdown menus
		if (!document.images) {}

		else {

		domain0=new Image();
		domain0.src="images_templ/btn_domain01.gif";
		domain1=new Image();
		domain1.src="images_templ/btn_domain02.gif";
		
		design0=new Image();
		design0.src="images_templ/btn_design01.gif";
		design1=new Image();
		design1.src="images_templ/btn_design02.gif";
		
		hosting0=new Image();
		hosting0.src="images_templ/btn_hosting01.gif";
		hosting1=new Image();
		hosting1.src="images_templ/btn_hosting02.gif";
		
		shopping0=new Image();
		shopping0.src="images_templ/btn_shopping01.gif";
		shopping1=new Image();
		shopping1.src="images_templ/btn_shopping02.gif";
		
		submit0=new Image();
		submit0.src="images_templ/btn_submit01.gif";
		submit1=new Image();
		submit1.src="images_templ/btn_submit02.gif";
		
		ranking0=new Image();
		ranking0.src="images_templ/btn_ranking01.gif";
		ranking1=new Image();
		ranking1.src="images_templ/btn_ranking02.gif";
		
		support0=new Image();
		support0.src="images_templ/btn_support01.gif";
		support1=new Image();
		support1.src="images_templ/btn_support02.gif";
		
		about0=new Image();
		about0.src="images_templ/btn_aboutus01.gif";
		about1=new Image();
		about1.src="images_templ/btn_aboutus02.gif";			
		
		}
		

var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December")

function time() {
document.write(""+dayarray[day]+", "+montharray[month]+" "+daym+", "+year+"")
}