// 20090820

var cnl="estilo";
var urlSite=location.href.toString();

while(urlSite.indexOf("//")!=-1){
urlSite=urlSite.replace("//","/")
}
urlSite=urlSite.replace("http:/","http://")

var pathPadraoCnl="http://images.ig.com.br/atitude/internas/estilo";
var secaoNome="Estilo";


var secao={
url:["/",
"/blog/",
"/galeria/",
"/noticia/",
"/esquire/",
"/noticia_visual/",
"/salao_do_automovel_2008/noticias/",  
"/salao_do_automovel_2008/galeria/",  
"/carreira/",
"/carros/",
"/comportamento/",
"/dicas/",
"/elas_falam/",
"/emprego/",
"/entrevista/",
"/mulheres/",
"/saude/",
"/saude_e_beleza/",
"/sexo/",
"/sexo_e_relacionamento/"
],

nome:["Estilo",
"Blog",
"Galeria de Fotos",
"Notícia",
"Esquire",
"Notícia Visual",
"Salão do Automóvel", 
"Salão do Automóvel", 
"Carreira",
"Carros",
"Comportamento",
"Dicas",
"Elas Falam",
"Carreira",
"Entrevista",
"Elas Falam",
"Saúde e Beleza",
"Saúde e Beleza",
"Sexo e Relacionamento",
"Sexo e Relacionamento"
],

complemento:[null,
null,
"/galeria/complemento/",
"/noticia/complemento/",
"/esquire/complemento/",
"/noticia_visual/complemento/",
"/salao_do_automovel_2008/noticias/complemento/", 
"/salao_do_automovel_2008/galeria/complemento/", 
"/estilo/noticia/complemento/",
"/estilo/noticia/complemento/",
"/estilo/noticia/complemento/",
"/estilo/noticia/complemento/",
"/estilo/noticia/complemento/",
"/estilo/noticia/complemento/",
"/estilo/noticia/complemento/",
"/estilo/noticia/complemento/",
"/estilo/noticia/complemento/",
"/estilo/noticia/complemento/",
"/estilo/noticia/complemento/",
"/estilo/noticia/complemento/"
]
};

for(_x=0;_x<secao.url.length;_x++){
	if(urlSite.indexOf(secao.url[_x])>-1){
	  secaoNome=secao.nome[_x];
	  secaoComplemento=secao.complemento[_x];
	}
}


function breadcumbs(){
	if (secaoNome == 'Galeria de Fotos'){
		var bc='<a href="http://www.ig.com.br/" title="HOME IG" target="_blank">Home iG</a> > <a href="http://estilo.ig.com.br" title="ESTILO" target="_blank">Estilo</a> > <span>'+ secaoNome +'</span>';
	}
	else{
	var bc='<a href="http://www.ig.com.br/" title="HOME IG">Home iG</a> > <a href="http://estilo.ig.com.br" title="ESTILO">Estilo</a> > <span>'+ secaoNome +'</span>';
	}
	document.write(bc);
}

document.write('<script type="text/javascript" src="http://estilo.ig.com.br/images/59202.js"><!--//--></script>');

function AFCVertical(){	
            google_ad_client = 'ca-bti_js';
            google_ad_channel = 'ig_atitude_estilo';
            google_ad_width = 300;
            google_ad_height = 250;
            google_ad_format = '300x250_pas_sl';
            google_ad_type = 'text_image_flash';
            google_language = 'pt';
            google_color_bg = 'FFFFFF';
            google_color_text = '666666';
            google_color_link = '835FC5';
            google_color_line = 'FFFFFF';
            google_color_url = '666666';
            google_color_border = 'FFFFFF';
            google_language = 'pt';
            google_encoding = 'utf8';
            google_safe = 'high';
            google_skip = '4';
            vAFC='<script type="text/javascript" language="JavaScript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"><!--//--></script>';

			document.write(vAFC);
}//end function

function AFCHorizontal(){
            google_ad_client = 'ca-btihome_js';
            google_ad_channel = 'ig_atitude_estilo'; 
            google_ad_width = 728;
            google_ad_height = 90;
            google_ad_format = '728x90_pas_sl';
            google_ad_type = 'text_image_flash';
            google_language = 'pt'; 
            google_color_bg = 'FFFFFF';
            google_color_text = '666666';
            google_color_link = '835FC5';
            google_color_line = 'FFFFFF';
            google_color_url = '666666';
            google_color_border = 'FFFFFF';
            google_language = 'pt';
            google_encoding = 'utf8';
            google_safe = 'high';
            google_skip = '4';
            vAFC='<script type="text/javascript" language="JavaScript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"><!--//--></script>';
			document.write(vAFC);	
}