//
// This block checks to be sure each page is indeed loaded into the iframe on the page and not by itself
var loc=top.location.href;
var count=loc.length;
var toploc;
var redirect="http://www.whorrak.com/inkblots/index.html";
for(var i=10; i>0; i--)
{
if(i==10){toploc=loc.charAt(count-i);}
else{toploc+=loc.charAt(count-i);}
}
if(toploc!="index.html"){top.location.href=redirect;}
//
//
