// JavaScript Document
function gettime(){
today=new Date();
var hours = today.getHours();
var minutes = today.getMinutes();
var seconds = today.getSeconds();
function initArray(){
this.length=initArray.arguments.length
for(var i=0;i<this.length;i++)
this[i+1]=initArray.arguments[i] }
var d=new initArray("星期日","星期一","星期二","星期三","星期四","星期五","星期六");
document.write("今天是"+" "+today.getYear(),"年",today.getMonth()+1,"月",today.getDate(),"日 ",d[today.getDay()+1]," ");
}
//页面传值
function sendValue(url,value){
	location.href=url+"?"+value;
	
}

function picScroll(){
			imgUrl1="pic/01.jpg";
		imgtext1="励志笃学 厚德尚能"
		imgLink1=escape("http://photo.hnspi.edu.cn");
		imgUrl2="pic/02.jpg";
		imgtext2="求实创新 和谐奋进"
		imgLink2=escape("http://photo.hnspi.edu.cn");
		imgUrl3="pic/03.jpg";
		imgtext3="励志笃学 厚德尚能"
		imgLink3=escape("http://photo.hnspi.edu.cn");
		imgUrl4="pic/04.jpg";
		imgtext4="求实创新 和谐奋进"
		imgLink4=escape("http://photo.hnspi.edu.cn");
		imgUrl5="pic/05.jpg";
		imgtext5="励志笃学 厚德尚能"
		imgLink5=escape("http://photo.hnspi.edu.cn");
		imgUrl6="pic/06.jpg";
		imgtext6="求实创新 和谐奋进"
		imgLink6=escape("http://photo.hnspi.edu.cn");
		
		 var focus_width=310
		 var focus_height=250
		 var text_height=18
		 var swf_height = focus_height+text_height
		 
		 var pics=imgUrl1+"|"+imgUrl2+"|"+imgUrl3+"|"+imgUrl4+"|"+imgUrl5+"|"+imgUrl6
		 var links=imgLink1+"|"+imgLink2+"|"+imgLink3+"|"+imgLink4+"|"+imgLink5+"|"+imgLink6
		 var texts=imgtext1+"|"+imgtext2+"|"+imgtext3+"|"+imgtext4+"|"+imgtext5+"|"+imgtext6
		 
		 document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">');
		 document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="pic/focus1.swf"><param name="quality" value="high"><param name="bgcolor" value="#F0F0F0">');
		 document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
		 document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">');
		 document.write('</object>');
	
	}