function scrollAdb(layerName,w,h,x,y,time){ this.x= x==null ? 780 : x; this.y= y==null ? 300 : y; this.w= x==null ? 200 : w; this.h= y==null ? 30 : h; this.time= time==null ? 100 : time; this.timeb=5000; this.timebObj=null; this.textNum=0; this.textValues=new Array("住宿做客6步曲","1、确认有空余的房源","2、实名注册成为会员","3、完善个人和房源信息","4、付费成为高级会员","5、员工上门进行认证","6、开始体验美妙经历"); this.textTitle=new Array("住宿做客6步曲","1、确认有空余的房源:在注册前请先确认在适当的时候在自己的家里或自己的宿舍里可以有空余的客房或多余的床铺腾空出来供他人住宿。","2、实名注册成为会员:进入注册页面,根据提示要求实名填写自己的个人信息或选择相应的地区和学校,可注册成为免费普通会员。","3、完善个人和房源信息:注册普通会员成功后点击进入个人的控制面板对标有红颜色的内容栏进行进一步完善和更新,如果普通会员暂时没有个人和房源的照片可供上传,待进一步注册成为高级会员后,可由我方员工上门认证时提供免费的附加拍照留底服务!","4、付费成为高级会员:如果完善并更新了所有的个人信息和房源信息后,请在个人控制面板的“我的认证状态”栏里进行相应的向总部申请员工上门认证和开通高级会员的操作。","5、员工上门进行认证:在向总部完成了申请员工上门认证和开通高级会员后,我们会派员工及时与您取得联系并进行上门认证服务。届时请出示您的个人身份证和房产证明或居住证明。","6、开始体验美妙经历:在员工进行过上门认证后,您的高级会员资格将在第二天马上开通,这样您可以时时进行在线的房源搜索、申请、预定和退房等操作了,祝您随时找到心仪的第二个家。"); this.layerName= layerName==null ? "layerName"+this.x : layerName; this.moveLayer=function(){    var diff = (document.documentElement.scrollTop + this.y - document.getElementById(this.layerName).style.posTop)*.40;    var y= document.documentElement.scrollTop + this.y - diff;    eval("document.getElementById('" + this.layerName + "').style.posTop = "+y);    eval("document.getElementById('" + this.layerName + "').style.posLeft = "+this.x); setTimeout(this.layerName+".moveLayer();", this.time); } this.showTextValue=function(){ this.textNum= (this.textNum==(this.textValues.length-1)) ? 0 : this.textNum+1; document.getElementById("scrollAdbText").innerHTML=this.textValues[this.textNum]; document.getElementById("scrollAdbText").title=this.textTitle[this.textNum]; this.timebObj=setTimeout(this.layerName+".showTextValue();", this.timeb); } this.innerHTML=function(html){document.getElementById(this.layerName).innerHTML=html;} this.innerText=function(html){document.getElementById(this.layerName).innerText=html;} this.show=function(){ scrollAdsbMsgs.setbody("

"+this.textTitle[this.textNum]+"
 
  
"); scrollAdsbMsgs.show(); } document.write('
 关闭
住宿做客6步曲
'); this.moveLayer(); this.showTextValue(); } var scrollAdsb=new scrollAdb('scrollAdsb'); var scrollAdsbMsgs=new movediv("scrollAdsbMsg",360,220); scrollAdsbMsgs.setbody("

住宿做客6步曲
 
  
"); scrollAdsbMsgs.settitle(" 何谓住宿做客6步曲"); scrollAdsbMsgs.setbar('何谓住宿做客6步曲'); scrollAdsbMsgs.setclose("关闭","关闭");