   
    function checaParent(urlname)
    {
            if (top.location.href == document.location.href || top.location.href.indexOf('facaparte.org.br') == -1)
                top.location.href = 'http://www.facaparte.org.br/index.asp?@name='+urlname; 
    }
        function pageLoad() {
            parent.reSize();
        }
