lstart=0
loop=true
speed=100 
pr_step=4.5 
newspeed=50
newspeed2=0

function makeObj(obj,nest){
	nest=(!nest) ? '':'document.'+nest+'.'
	this.css=(document.layers) ? eval(nest+'document.'+obj):eval(obj+'.style')
	this.scrollHeight=(document.layers) ? this.css.document.height:eval(obj+'.offsetHeight')
	this.scrollWidth=(document.layers) ? this.css.document.width:eval(obj+'.offsetWidth')
	this.up=goUp
	this.obj = obj + "Object"
	eval(this.obj + "=this")
	return this
}

function goUp(speed){
	if(parseInt(this.css.top)>-this.scrollHeight){
		this.css.top=parseInt(this.css.top)-pr_step-1
		//alert("ok")
		setTimeout(this.obj+".up("+speed+")",100)
	}else{
		if(navigator.appName == "Netscape")
		{
			tome=setInterval(this.obj+".setClipne()",50)}
		else{
		tome=setInterval('setClipie()',50)
		tmp=divCont.style.clip;
		}
	}
}

function setClipne(){
	document.divCont.document.divNews.visibility="hide";
	document.divCont.visibility="hide";
}

function setClipie()
{
 	divNews.style.display="none"
 	divCont.style.display="none"
}

function slideInit(){
	oSlide=makeObj('divNews','divCont')
	oSlide.css.top=lstart
	oSlide.up(speed)
}
function xinsuload(){
setTimeout("slideInit()",5000);
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);



document.write("<NOLAYER><div id=divAll style='width:100%;text-align:center;'><div id=divCont style='position:relative; width:957; height:90; top:0;  clip:rect(0,957,90,0)'><div id=divNews style='position:relative; top:0; text-align:center;'>")
//document.write("<NOLAYER><div id=divAll ><div id=divCont ><div id=divNews>")
document.write("<a href=http://www.zxcc.com.cn target=_blank><img src=images/zxcc2011.jpg  width=957 height=90 border=0></a></div></div></div></NOLAYER>");
xinsuload()

