(function(){
  //加载素材
 this.data = ["http://www.housoo.com/xindex/images/qpad4.jpg","http://www.housoo.com/focus1/sdlpbj/1.html","","no-repeat top center"];
  var pthis = this;//设置指针
  var o = new SinaDotAdJs();//加载通用类
 
//构造函数
this.init = function(){
  try{
   
   //设置背景
   pthis.bdyWrap = document.getElementsByTagName("body").item(0);
   pthis.bdyWrap.style.background = "url("+pthis.data[0]+") "+pthis.data[3];
   pthis.bdyWrap.style.paddingTop = 0;
   pthis.bdyWrap.style.marginTop = 0;
   
   //构造主容器
   document.write('<div id="bgAdWrap"></div><style type="text/css">#page{background:#fff;}</style>');
   eval(o.initWrap(0x02,"bgAdWrap","smartmWrap","968","125","relative","","","","","","0 auto","0","none","block"));
   pthis.smartmWrap = smartmWrap;
   
   //窄通素材
   if(pthis.data[2]!=""){
     pthis.smartiObj = o.initObj("",pthis.data[2],pthis.data[1],900,30);
   }else{
     eval(o.initWrap(0x01,"a","smartiObj","900","30","absolute","0","","0","","1","0","0","url(http://www.housoo.com/imgn/spc.gif) repeat","block"));
     pthis.smartiObj.style.cursor = "pointer";
     pthis.smartiObj.target = "_blank";
     pthis.smartiObj.href=pthis.data[1];
   }
   pthis.smartmWrap.appendChild(pthis.smartiObj);
   //关闭事件
   this.closeAD = function(){
	 pthis.bdyWrap.style.background = "none";
	 pthis.bdyWrap.style.paddingTop = 5 +"px";
     pthis.smartmWrap.innerHTML = "";
     pthis.smartmWrap.style.display = "none";
	 o.setAdCookie("bgAdCookie"+document.URL,0,1440);
   };
   //关闭按钮
   eval(o.initWrap(0x01,"div","smartcBtn","40","40","absolute","","1","","1","2","0","0","url(http://www.housoo.com/imgn/audi_zty_cls1.jpg) no-repeat right","block"));
   pthis.smartcBtn = smartcBtn;
   pthis.smartcBtn.style.cursor = "pointer";
   pthis.tmpImg = document.createElement("img");
   pthis.tmpImg.src="http://d1.sina.com.cn/shh/tianyi/bg/audi_zty_cls2.jpg";
   pthis.smartcBtn.onmouseover = function(){pthis.smartcBtn.style.background = "url(http://www.housoo.com/imgn/audi_zty_cls2.jpg) no-repeat";}
   pthis.smartcBtn.onmouseout = function(){pthis.smartcBtn.style.background = "url(http://www.housoo.com/imgn/audi_zty_cls1.jpg) no-repeat";}
   pthis.smartmWrap.appendChild(pthis.smartcBtn);
   o.addEvent(pthis.smartcBtn,"click",pthis.closeAD);
  }catch(e){}
}
 //ip限制
 var cookie = o.getAdCookie("bgAdCookie"+document.URL);
 cookie = cookie==""?1:cookie;
 if(cookie==1 && pthis.data[0]!=""){pthis.init();}

})();
