<script type="text/javascript">
VerificationPageKey = "12345678";
if (document.cookie.indexOf("cKillBot") == -1) {
document.cookie = "cKillBot=1; path=/";
setTimeout( function() {window.location.href = "/kb.html?hash_str="+VerificationPageKey+"&r="+Math.random()+"&dest="+encodeURI(window.location.href);}, 1500);
}
</script>