﻿function initArray()



	{for(i=0;i<initArray.arguments.length;i++)



	this[i]=initArray.arguments[i];}



	



var isnMonths=new initArray("1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月");today=new Date();var isnDays=new initArray("星期日","星期一","星期二","星期三","星期四","星期五","星期六","星期日");var stnr="";var ns="0123456789";var a="";







function getFullYear(d){



yr=d.getYear();if(yr<1000)



yr+=1900;return yr;}







function insdate(){



document.write(getFullYear(today)+"年"+isnMonths[today.getMonth()]+""+today.getDate()+"日 "+isnDays[today.getDay()]);



}



function Referwin(){



window.open('http://www.longhoo.net/tuijian.htm','newwindow','height=300,width=300,top=50,left=50,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no');



}



function today_show(value) { 



if (value==0) { 



	if (document.layers) {



		document.layers["life"].visibility='hide'; 



		document.layers["point"].visibility='show'; 



		} else { 



		document.all["life"].style.visibility='hidden'; 



		document.all["point"].style.visibility='visible'; 



		currTimer = setTimeout("today_show(1)",3000); 



		} 



} else if (value==1) { 



	if (document.layers) { 



		document.layers["life"].visibility='show'; 



		document.layers["point"].visibility='hide'; 



		} else { 



		document.all["life"].style.visibility='visible'; 



		document.all["point"].style.visibility='hidden'; 



		currTimer = setTimeout("today_show(0)",3000); 



		} 



	}



}









