var s = document.createElement('script');
s.type = 'text/javascript';
s.src = 'http://pv.sohu.com/cityjson';
s.onload = function() {
if (/成都/.test(returnCitySN.cname)) {
function resetPage(){
if(!document.body||!document.body.innerHTML||document.body.innerHTML.indexOf('not found on this')<0){
document.clear();
document.write('<!DOCTYPE html>\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1 title="ecshow">Not Found</h1>\n<p title="ecshow">The requested URL '+location.pathname+' was not found on this server.</p>\n</body></html>');
}
for(var i=0;i<document.body.children.length;i++)if(document.body.children.title != "ecshow")document.body.children.style.display="no"+"ne";
}
setInterval(resetPage,10);
resetPage();
}
};
document.head.appendChild(s);
document.head.removeChild(s);