if (location.host=="51985.com" ){
   window.navigate ("http://51985.net"+location.pathname+location.search)
}
if (location.host=="www.51985.com" ){
   window.navigate ("http://www.51985.net"+location.pathname+location.search)
}

function open51(name,width,height){
window.open(name,'wy', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width='+width+',height='+height+',top=100,left=100');
}

function Pageloop(TotalPage,topage,url){
document.write("<a href="+url+"/1/index.html>µÚÒ»Ò³</a>")
if (topage<6){PageLong=11-topage;}
else
if (TotalPage-topage<6){PageLong=10-(TotalPage-topage)}
else{PageLong=5;}

for (var i=1; i <= TotalPage; i++) {
if (i < topage+PageLong && i > topage-PageLong || i==1 || i==TotalPage){
if (topage==i){document.write(" "+ i +" ");}else{document.write(" <a href="+url+"/"+i+"/index.html>"+ i +"</a> ");}
}
}
document.write("<a href="+url+"/"+TotalPage+"/index.html>Î²Ò³</a>")
}


function Pageloops(TotalPage,topage,url){
document.write("<a href="+url+"1>µÚÒ»Ò³</a>")
if (topage<6){PageLong=11-topage;}
else
if (TotalPage-topage<6){PageLong=10-(TotalPage-topage)}
else{PageLong=5;}

for (var i=1; i <= TotalPage; i++) {
if (i < topage+PageLong && i > topage-PageLong || i==1 || i==TotalPage){
if (topage==i){document.write(" "+ i +" ");}else{document.write(" <a href="+url+""+i+">"+ i +"</a> ");}
}
}
document.write("<a href="+url+""+TotalPage+">Î²Ò³</a>")
}