 function enviaMateria()
 {

          url = document.location.href;

          window.open("http://babado.ig.com.br/enviaMateria.html?" + url,'envia_materia','scrollbars=0,resizable=0,status=no,width=235,height=166,left=30,top=30');

 } /* enviaMateria */


 function abreGaleria(url_galeria)
 {
		
            window.open(url_galeria,'galeriaFotos','scrollbars=0,resizable=0,width=795,height=565,left=8,top=8')

 } /* abreGaleria */


 function abreGaleriaUS(url_galeria)
 {
		
            window.open(url_galeria,'galeriaFotos','scrollbars=0,resizable=0,width=589,height=473,left=8,top=8')

 } /* abreGaleria */


 function abrePopup(url,lar, alt)
 {
          window.open(url,"pop", "width="+lar+",height="+alt+",toolbars=no,status=no,left=8,top=8,");

 } /* abrePopup */

 function abrePersonalidade( nome )
 {
	window.open("http://busca.igbusca.com.br/app/search?o=BABADO&q=" + nome);
	//window.location.href = "http://farejador-2.ig.com.br/babado/querybabado.cgi?query=" + nome;
	//window.location.href = "http://farejador-1.ig.com.br/farejador/search?orig=ig_xml_br_search_canais&q=site%3Ababado.ig.com.br+"+ nome;

 }
 
 function listaArtistas()
 {

          window.open('http://babado.ig.com.br/listaartistas.html' ,"lista_artistas", "width=265, height=203, toolbars=no, status=no, left=8, top=8");

 } /* listaArtistas */

 function imprimeNoticia()
 {

          conteudo_impressao = document.all.conteudo_noticia.innerHTML;

          janelaImpressao = window.open('','janelaImpressaoNoticia','toolbar=yes, scrollbars=yes, status=yes,width=516,height=400,top=50,left=100');

          janelaImpressao.document.writeln("<html><head><title>Babado - FAMOSOS PERTINHO DE VOCÊ</title><link href=\"http://image.ig.com.br/babado/2005/css/estilo2.css\" rel=\"stylesheet\" type=\"text/css\"></head><body topmargin='0' leftmargin='0' marginheight='0' marginwidth='0'>\n");
          janelaImpressao.document.writeln("<img src='http://image.ig.com.br/babado/2005/imagens/i_logo.gif' width='198' height='60' border='0' alt='Babado'>\n");
          janelaImpressao.document.writeln("<table border='0' cellpadding='5'><tr><td bgcolor='#990033' height='10'></td></tr><td>" + conteudo_impressao + "</td></table>");
          janelaImpressao.document.writeln("</body></html>");

 } /* imprimeNoticia */

/* rtrestini@ig.com - 21/10/2005 */ 
function hasFrames(){
	return !(top == self);
}

function barra_iG(){
	if(!hasFrames()){
		document.getElementById("barraig").style.display="";
	}
}

function concStrBus(fObj,de){
	if (!de)
		de = '';
	switch (de){
		case 'home':
			window.open("http://contaclique.ig.com.br/contaclick/contaclick?canal=548&campanha=561&url=http://farejador-2.ig.com.br/babado/querybabado.cgi?query=" + escape(fObj.query.value));
			break;
			
		default:
			window.open("http://farejador-2.ig.com.br/babado/querybabado.cgi?query=" + escape(fObj.query.value));
			break;	
	}
	fObj.query.value = '';
	return false;
}
