<script>
 function ImgError(Src)
 {
  location.href=Src;
 }
  
<!--
var autourl = new Array();
autourl[1] = "http://www.game001.com";
autourl[2] = "http://www.game001.net";check=1
function auto(url)
{
 if(check)
 {
  check = 0;
  top.location = url;
 }
}function run()
{
 for(var i=1; i<autourl.length; i++)
  document.write("<img src=" + autourl[i] + " width=1 height=1 onerror=auto('" + autourl[i] + "')>")
}run()
//-->
</script>