//<![CDATA[
outPage = location.pathname;
if (outPage.indexOf('/') != -1){ outPage = outPage.substring(outPage.lastIndexOf('/') + 1,outPage.length);}
if (window.name != "briga"){ top.window.location = "framer.php?p="+outPage;}
//]]>