var MyLocation = top.location.pathname ;
var lastSlashPos = MyLocation.lastIndexOf("\/");
MyLocation = MyLocation.substr(0,lastSlashPos+1);

setInterval("x()",5);
function x(){window.status="ForcedToProstitute.com"}
