(function(){

var pthis = this;

//��ȡ����
this.$ = function(id){if(document.getElementById){return eval('document.getElementById("'+id+'")')}else{return eval('document.all.'+id)}};

//��ȡcookie
this.getAdCookie = function(N){
	var c=document.cookie.split("; ");
	for(var i=0;i<c.length;i++){var d=c[i].split("=");if(d[0]==N)return unescape(d[1]);}
	return "";
};

//����cookie
this.setAdCookie = function(N,V,Q){
	var L=new Date();
	var z=new Date(L.getTime()+Q*60000);
	
	//document.cookie=N+"="+escape(V)+";path=/;expires="+z.toGMTString()+";";
	document.cookie=N+"="+escape(V)+";path=/;domain=sina.com.cn;expires="+z.toGMTString()+";";
	
};

//���캯��
this.init = function(){
  try{
    document.write('\
      <style type="text/css">\
        body{background:url(/images/xckl.jpg) no-repeat top center;padding-top:0;margin-top:0;}\
        .topAD{background:#fff;}\
        #wrap{padding-top:0;margin-top:0;}\
      </style>\
    ');

    var tmpImg = document.createElement("img");
    tmpImg.src="http://d1.sina.com.cn/shh/demo/090907/60_zty_cls2.jpg";

    pthis.$("60Btncls").onmouseover = function(){pthis.$("60Btncls").style.background = "url(http://d1.sina.com.cn/shh/demo/090907/60_zty_cls2.jpg) no-repeat";};
    pthis.$("60Btncls").onmouseout = function(){pthis.$("60Btncls").style.background = "url(http://d1.sina.com.cn/shh/demo/090907/60_zty_cls1.jpg) no-repeat";};
    pthis.$("60Btncls").onclick = function(){
		document.body.style.background = "none";
		pthis.$("2008TopBar").style.display = "none";
		pthis.$("2008TopBlank").style.display = "block";
	    pthis.setAdCookie("60yearBgCookie",0,1440);
	};
  }catch(e){}
}

 var cookie = pthis.getAdCookie("60yearBgCookie");
 cookie = cookie==""?1:cookie;
 if(cookie==1){pthis.init();}

})();
 
 
 