function addFav(){
    var url      = document.location;
    var title    = document.title;
	
    if (window.sidebar) window.sidebar.addPanel(title, url,"");
    else if(window.opera && window.print){
        var mbm = document.createElement('a');
        mbm.setAttribute('rel','sidebar');
        mbm.setAttribute('href',url);
        mbm.setAttribute('title',title);
        mbm.click();
    }
    else if(document.all){window.external.AddFavorite(url, title);}
}

function openIndique() {
var url = window.location.search;
window.open("indique_site.jsp?pagina="+url,"Indique o site!","width=300,height=340");
}

function openIndiques(url){
	if(url!="/null"){
	tmpurl = url.replace("?","*");
	tmpurl = tmpurl.replace("&","!");
	window.open("indique_site.jsp?url="+getHost()+tmpurl,"","width=300px,height=340px");
	}else{
		window.open("indique_site.jsp?url="+getHost(),"","width=300px,height=340px");
	}
}

function openReceba() {
	window.open("receba_novidades.jsp","","width=300px,height=340px");
}
