function blockError(){return true;}
window.onerror = blockError;
window.focus();
if (window.name!="cdmain"&&window.name!="cdtop"&&document.location.search!="?ok") {//window.location="http://www.cleverdot.com/index.html";
var sPath = window.location.pathname;
var sPage = sPath.substring(sPath.lastIndexOf('\\') + 1);
//var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
sPage="http://www.cleverdot.com/cd.php?page="+sPage;
window.location=sPage;}
