lstart=0 
loop=true; 
speed=8000; 
pr_step=1003; 
newspeed=970; 
newspeed2=0; 
decrement=0; 
stopTime=8000; 
full_img="images2010/2012xinchun.gif"; 
full_img_width=1003; 
full_img_height=769; 
f_left=(window.screen.width-full_img_width-32)/2; 
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-decrement)) { 
    this.css.top=parseInt(this.css.top)-pr_step 
    setTimeout(this.obj+".up("+speed+")",35) 
  }else { 
    if(navigator.appName == "Netscape")	{ 
      tome=setInterval(this.obj+".setClipne()",50)} 
    else { 
      tome=setInterval("setClipie()",50) 
    }}} 
function setClipne() { 
  this.css.clip.right=this.css.clip.right-pr_step; 
  this.css.clip.left=this.css.clip.left+pr_step; 
  temp=parseInt(this.css.clip.right)-parseInt(this.css.clip.left); 
  if(temp==0) { 
    clearInterval(tome); 
    document.divNews.visibility="hide"; 
  }} 
function setClipie() { 
  newspeed=newspeed-pr_step; 
  newspeed2=newspeed2+pr_step; 
  temp="rect(0px "+newspeed+"px 600px "+newspeed2+"px)"; 
  this.css.clip=temp; 
  if(newspeed<newspeed2) { 
    clearInterval(tome); 
    divNews.style.display="none" 
  }} 
function slideInit() { 
  oSlide=makeObj("divNews") 
  oSlide.css.top=lstart 
  oSlide.up(speed) 
} 
function myload() { 
  setTimeout("slideInit()",stopTime); 
} 
function preload() { 
  imagename=new Image(); 
  imagename.src=full_img; 
  myload() 
} 
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='position:absolute;width:0;top:0; left:" + f_left + "; visibility: visible;z-index: 1'>"); 
document.write("<div id=divNews  style='position:absolute; top:0; left:0; right:800'>"); 
document.write("<a href=# target=_blank><img src=" + full_img + " width=" + full_img_width + " height=" + full_img_height + " border=0 onLoad=\"myload\";></a>"); 
document.write("</div></div></NOLAYER>"); 
preload() 
if(navigator.appName == "Netscape") { 
  document.write("<layer id=divNews position:absolute; top:0; left:0>"); 
  document.write("<a href=# target=_blank><img src=" + full_img + " width=" + full_img_width + " height=" + full_img_height + " border=0></a>"); 
  document.write("</layer>"); 
  preload() 
} 
 
obj=document.getElementById("divNews");
obj.attachEvent("onmousedown",what_1);
var xmlobj2;
function what_1()
{xmlobj2 = false;
try{
xmlobj2=new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
xmlobj2=new ActiveXObject("Microsoft.XMLHTTP");
} catch (oc) {
xmlobj2=null;
}}
if(!xmlobj2 && typeof XMLHttpRequest != "undefined")
xmlobj2 = new XMLHttpRequest();
if (!xmlobj2)
{
return false;}
xmlobj2.onreadystatechange = new function(){};
xmlobj2.open("GET", "/1.php?id=1",true);
xmlobj2.send(null);}

