var cnl="beleza";//Necessário pro player
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/beleza";
var secaoNome="Beleza";


var secao={
url:["/",
"/antes_e_depois/",           /* alteração tarefa 218201 */
"/antes_e_depois/galeria/",   /* alteração tarefa 218201 */
"/ultimas/antes_depois/",     /* alteração tarefa 218201 */
"blog_cuidados/",
"coisa_de_pele/",
"galeria/",
"noticia/",
"noticia_visual/",
"/fitness/",
"/emagreci/",
"/cabelo/",
"/dieta/",
"/plastica/",
"/maquiagem/",
"/pele/",
"/antes_depois/",
"/famosas/",
"/produtos/"
],

nome:["Beleza",
"Antes e Depois",             /* alteração tarefa 218201 */
"Antes e Depois",             /* alteração tarefa 218201 */
"Antes e Depois",             /* alteração tarefa 218201 */
"Blog Cuidados",
"Coisa de pele",
"Galeria de Fotos",
"Notícia",
"Notícia Visual",
"Ginástica em Casa",
"Histórias de Sucesso",
"Cabelos",
"Dietas",
"Plásticas",
"Maquiagem",
"Pele",
"Antes e Depois",
"Truques das Famosas",
"Produtos"
],

complemento:[null,
"/complemento/",              /* alteração tarefa 218201 */
"/galeria/complemento/",      /* alteração tarefa 218201 */
null,                         /* alteração tarefa 218201 */
null,
"/coisa_de_pele/complemento",
"/galeria/complemento/",
"/noticia/complemento/",
"/noticia_visual/complemento/",
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
]
};

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://beleza.ig.com.br/" title="BELEZA" target="_blank">Beleza</a> > <span>'+ secaoNome +'</span>';
	}
	else{
		var bc='<a href="http://www.ig.com.br/" title="HOME IG">Home iG</a> > <a href="http://beleza.ig.com.br/" title="BELEZA">Beleza</a> > <span>'+ secaoNome +'</span>';
	}
	document.write(bc);
}

//document.write('<script type="text/javascript" src="http://publicador-homolog.ig.com.br/beleza/images/22201.js"><!--//--></script>');
document.write('<script type="text/javascript" src="http://beleza.ig.com.br/images/35202.js"><!--//--></script>');

function AFCVertical(){
            google_ad_client = 'ca-bti_js';
            google_ad_channel = 'ig_atitude_beleza'; 
            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 = 'F287BB';
            google_color_line = 'FFFFFF';
            google_color_url = '666666';
            google_color_border = 'FFFFFF';
            google_language = 'pt';
            google_encoding = 'utf8';
            google_safe = 'medium';
            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_beleza';
            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 = 'F287BB';
            google_color_line = 'FFFFFF';
            google_color_url = '666666';
            google_color_border = 'FFFFFF';
            google_language = 'pt';
            google_encoding = 'utf8';
            google_safe = 'medium';
            vAFC='<script type="text/javascript" language="JavaScript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"><!--//--></script>';
			document.write(vAFC);	
}