ItsHere=45;
var Site = document.URL;
var Page = Site.slice(0,Site.indexOf("/",7));
function FindIt() { if(ItsHere==45) window.parent.location=""+ Page +""; }
FindIt();
