var pagina = new Array();
//Canais patrocinados
pagina["home"] = "mdemulher/home|Top,x01,x04,Right1";
pagina["moda"] = "mdemulher/moda|Top,x11,x12,x13,x14,x15,x16";

//Pginas de Casa
pagina["casa"] = "mdemulher/casa|Top,Right1";

//Pginas de Saúde
pagina["saude"] = "mdemulher/saude/reportagem|Top,Right1,x10";

//Pginas de Culinria
pagina["culinaria"] = "mdemulher/culinaria/reportagem|Top,Right1,Right3";


//Pginas de novelas
pagina["fichanovelas"] = "mdemulher/minhanovela/novela|Top,x01,x04,x12"; 
pagina["novelas"] = "mdemulher/novela|Top,x01,Right1,x04,x13";

var URL = location.href;

var canal = URL.split('/');

var tipo_cont = canal[4];

var blogs = canal[2]; 

var key = canal[3];



if (blogs != "mdemulher.abril.uol.com.br"  &&  blogs != "mdemulher.abril.com.br" &&  blogs != "origin.mdemulher.abril.com.br"  &&  blogs != "homolog.mdemulher.abril.com.br")
{
	key = "blogs_ex"

}

if (key == "pesquisa")
{
	key = tipo_cont;
	tipo_cont = "reportagem";
}

if (key == "envie-sua-pergunta")
{
	key = "tvnovelafamosos";
	tipo_cont = "reportagem";
}

if (tipo_cont == "jogos-esotericos" || tipo_cont == "previsao.shtml?signo=aries" || tipo_cont == "previsao.shtml?signo=aries&tipo=profissao&amanha" || tipo_cont == "previsao.shtml?signo=touro" || tipo_cont == "previsao.shtml?signo=touro&tipo=profissao&amanha" || tipo_cont == "previsao.shtml?signo=gemeos" || tipo_cont == "previsao.shtml?signo=gemios&tipo=profissao&amanha" || tipo_cont == "previsao.shtml?signo=cancer" || tipo_cont == "previsao.shtml?signo=cancer&tipo=profissao&amanha" || tipo_cont == "previsao.shtml?signo=leao" || tipo_cont == "previsao.shtml?signo=leao&tipo=profissao&amanha" || tipo_cont == "previsao.shtml?signo=virgem" || tipo_cont == "previsao.shtml?signo=virgem&tipo=profissao&amanha" || tipo_cont == "previsao.shtml?signo=libra" || tipo_cont == "previsao.shtml?signo=libra&tipo=profissao&amanha" || tipo_cont == "previsao.shtml?signo=escorpiao" || tipo_cont == "previsao.shtml?signo=escorpiao&tipo=profissao&amanha" || tipo_cont == "previsao.shtml?signo=sagitario" || tipo_cont == "previsao.shtml?signo=sargitario&tipo=profissao&amanha"  || tipo_cont == "previsao.shtml?signo=capricornio" || tipo_cont == "previsao.shtml?signo=capricornio&tipo=profissao&amanha" || tipo_cont == "previsao.shtml?signo=aquario" || tipo_cont == "previsao.shtml?signo=aquario&tipo=profissao&amanha"  || tipo_cont == "previsao.shtml?signo=peixes" || tipo_cont == "previsao.shtml?signo=peixes&tipo=profissao&amanha" ||  tipo_cont == "previsao.shtml?signo=aquario&tipo=profissao&amanha" || tipo_cont == "previsao.shtml?signo=aquario&tipo=profissao&amanha" )
{
	tipo_cont = "reportagem";
}

if (tipo_cont == "namorados")
{
	tipo_cont = "namorados";
	
}

if (tipo_cont == "cabelos-transformacoes-durante-vida-da-mulher")
{
	tipo_cont = "reportagem";
	key = "cabelos";
}

if (tipo_cont == "ciclo-menstrual")
{
	tipo_cont = "reportagem";
	key = "saude";
}

if (tipo_cont == "testes")
{
	tipo_cont = "reportagem";
}
if (tipo_cont == "glossario")
{
	tipo_cont = "reportagem";
}
if (tipo_cont == "forum")
{
	tipo_cont = "reportagem";
}
if (tipo_cont == "especiais")
{
	tipo_cont = "reportagem";
}
if (tipo_cont == "cursos")
{
	tipo_cont = "reportagem";
}
if (tipo_cont == "receitas")
{
	tipo_cont = "reportagem";
}
if (tipo_cont == "resumo-de-novelas")
{
	tipo_cont = "reportagem";
}
if (tipo_cont == "resumo-novelas")
{
	tipo_cont = "reportagem";
}
if (tipo_cont == "programacao-tv")
{
	key = "tvnovelafamosos";
	tipo_cont = "reportagem";
}

if (tipo_cont == "index.shtml" )
{
	tipo_cont = "reportagem";
}
if (tipo_cont == "reportagem.shtml")
{
	tipo_cont = "reportagem";
}

if (tipo_cont == "enquetes")
{
	tipo_cont = "reportagem";
}

if (tipo_cont == "teste.shtml")
{
	tipo_cont = "reportagem";
}

if (tipo_cont == "testes.shtml")
{
	tipo_cont = "reportagem";
}

if (tipo_cont == "videos-audios.shtml")
{
	tipo_cont = "reportagem";
}
if (tipo_cont == "fotos.shtml")
{
	tipo_cont = "reportagem";
}

if (key == "noticias")
{
	key = "amoresexo";
	tipo_cont = "reportagem";
}
if (key == "amor-sexo")
{
	key = "amoresexo";
}
if (key == "bem-estar")
{
	key = "bemestar";
}

if (key == "beleza-dieta")
{
	key = "beleza";
}
if (key == "carreira-emprego")
{
	key = "carreiraemprego";
}
if (key == "cabelos")
{
	key = "cabelo";
}
if (key == "culinaria")
{
	key = "culinariareceitas";
}

if (key == "tv-novelas-famosos")
{
	key = "tvnovelafamosos";
}

if (key == "horoscopo")
{
	key = "horoscopo";
}


if (tipo_cont == "")
	{
		tipo_cont = "home";

	}


if (key == "newsletter")
{
	key = "amoresexo";
	tipo_cont = "reportagem";
}

if (key == "colunistas")
{
	key = "amoresexo";
	tipo_cont = "reportagem";
}


if (key == "rss")
{
	key = "amoresexo";
	tipo_cont = "reportagem";
}
if (key == "institucional")
{
	key = "amoresexo";
	tipo_cont = "reportagem";
}
if (key == "blogs-externos")
{
	key = "amoresexo";
	tipo_cont = "reportagem";
}


if (key == "promocao")
{
	key = "amoresexo";
	tipo_cont = "reportagem";
}

if (key == "participe")
{
	key = "amoresexo";
	tipo_cont = "reportagem";
}

if (key == "celular")
{
	key = "amoresexo";
	tipo_cont = "reportagem";
}
if (key == "cartao")
{
		key = "familia";
		tipo_cont = "reportagem";
}
if (tipo_cont == "soumaiseu")
{
	key = "soumaiseu";
	tipo_cont = "";
}
if (tipo_cont == "minhanovela")
{
	key = "minhanovela";
	tipo_cont = "";
}
if (tipo_cont == "anamaria")
{
	key = "anamaria";
	tipo_cont = "";
}
if (tipo_cont == "vivamais")
{
	key = "vivamais";
	tipo_cont = "";
}
if (tipo_cont == "tititi")
{
	key = "tititi";
	tipo_cont = "";
}
if (key == "twitter")
{
	key = "belezadieta";
	tipo_cont = "reportagem";
}
if (key == "blogs.shtml" || key == "blogs.shtml?ixc=0p" || key == "blogs.shtml?ixc=20p" || key == "blogs.shtml?ixc=40p" || key == "blogs.shtml?ixc=60p" || key == "blogs.shtml?ixc=80p" || key == "blogs.shtml?ixc=100p" || key == "blogs.shtml?ixc=110p" || key == "blogs.shtml?ixc=120p")
{
	key = "beleza";
	tipo_cont = "reportagem";
}
if (key == "forum.shtml" || key == "forum.shtml?page=0" || key == "forum.shtml?page=20" || key == "forum.shtml?page=40" || key == "forum.shtml?page=60" || key == "forum.shtml?page=80" || key == "forum.shtml?page=100" || key == "forum.shtml?page=110" || key == "forum.shtml?page=120")
{
	key = "beleza";
	tipo_cont = "reportagem";
}
if (key == "fotos.shtml" || key == "fotos.shtml?ixc=0p" || key == "fotos.shtml?ixc=20p" || key == "fotos.shtml?ixc=40p" || key == "fotos.shtml?ixc=60p" || key == "fotos.shtml?ixc=80p" || key == "fotos.shtml?ixc=100p" || key == "fotos.shtml?ixc=110p" || key == "fotos.shtml?ixc=120p")
{
	key = "beleza";
	tipo_cont = "reportagem";
}

if (key == "testes.shtml" || key == "testes.shtml?ixc=0p" || key == "testes.shtml?ixc=20p" || key == "testes.shtml?ixc=40p" || key == "testes.shtml?ixc=60p" || key == "testes.shtml?ixc=80p" || key == "testes.shtml?ixc=100p" || key == "testes.shtml?ixc=110p" || key == "testes.shtml?ixc=120p")
{
	key = "beleza";
	tipo_cont = "reportagem";
}

if (key == "reportagem.shtml" || key == "reportagem.shtml?ixc=20p" || key == "reportagem.shtml?ixc=40p" || key == "reportagem.shtml?ixc=20p" || key == "reportagem.shtml?ixc=60p" || key == "reportagem.shtml?ixc=80p" || key == "reportagem.shtml?ixc=100p" || key == "reportagem.shtml?ixc=120p")
{
	key = "beleza";
	tipo_cont = "reportagem";
}
if (key == "videos-audios.shtml"  || key == "videos-audios.shtml?ixc=0p"  || key == "videos-audios.shtml?ixc=20p"  || key == "videos-audios.shtml?ixc=40p"  || key == "videos-audios.shtml?ixc=60p"  || key == "videos-audios.shtml?ixc=80p"  || key == "videos-audios.shtml?ixc=100p"  || key == "videos-audios.shtml?ixc=120p")
{
	key = "beleza";
	tipo_cont = "reportagem";
}
if (key == "colunistas.shtml"  || key == "colunistas.shtml?ixc=0p"  || key == "colunistas.shtml?ixc=20p"  || key == "colunistas.shtml?ixc=40p"  || key == "colunistas.shtml?ixc=60p"  || key == "colunistas.shtml?ixc=80p"  || key == "colunistas.shtml?ixc=100p"  || key == "colunistas.shtml?ixc=120p")
{
	key = "beleza";
	tipo_cont = "reportagem";
}

if (key == "cursos.shtml"  || key == "cursos.shtml?ixc=0p"  || key == "cursos.shtml?ixc=20p"  || key == "cursos.shtml?ixc=40p"  || key == "cursos.shtml?ixc=60p"  || key == "cursos.shtml?ixc=80p"  || key == "cursos.shtml?ixc=100p"  || key == "cursos.shtml?ixc=120p")
{
	key = "beleza";
	tipo_cont = "reportagem";
}

if (tipo_cont == "fotos.shtml" || tipo_cont == "fotos.shtml?ixc=0p" || tipo_cont == "fotos.shtml?ixc=20p" || tipo_cont == "fotos.shtml?ixc=40p" || tipo_cont == "fotos.shtml?ixc=60p" || tipo_cont == "fotos.shtml?ixc=80p" || tipo_cont == "fotos.shtml?ixc=100p" || tipo_cont == "fotos.shtml?ixc=110p" || tipo_cont == "fotos.shtml?ixc=120p")
{

	tipo_cont = "reportagem";
}

if (tipo_cont == "testes.shtml" || tipo_cont == "testes.shtml?ixc=0p" || tipo_cont == "testes.shtml?ixc=20p" || tipo_cont == "testes.shtml?ixc=40p" || key == "testes.shtml?ixc=60p" || tipo_cont == "testes.shtml?ixc=80p" || tipo_cont == "testes.shtml?ixc=100p" || tipo_cont == "testes.shtml?ixc=110p" || tipo_cont == "testes.shtml?ixc=120p")
{

	tipo_cont = "reportagem";
}

if (tipo_cont == "reportagem.shtml" || tipo_cont == "reportagem.shtml?ixc=20p" || tipo_cont == "reportagem.shtml?ixc=40p" || tipo_cont == "reportagem.shtml?ixc=20p" || tipo_cont == "reportagem.shtml?ixc=60p" || tipo_cont == "reportagem.shtml?ixc=80p" || tipo_cont == "reportagem.shtml?ixc=100p" || tipo_cont == "reportagem.shtml?ixc=120p")
{

	tipo_cont = "reportagem";
}
if (tipo_cont == "videos-audios.shtml"  || tipo_cont == "videos-audios.shtml?ixc=0p"  || tipo_cont == "videos-audios.shtml?ixc=20p"  || tipo_cont == "videos-audios.shtml?ixc=40p"  || tipo_cont == "videos-audios.shtml?ixc=60p"  || tipo_cont == "videos-audios.shtml?ixc=80p"  || tipo_cont == "videos-audios.shtml?ixc=100p"  || tipo_cont == "videos-audios.shtml?ixc=120p")
{

	tipo_cont = "reportagem";
}
if (tipo_cont == "colunistas.shtml"  || tipo_cont == "colunistas.shtml?ixc=0p"  || tipo_cont == "colunistas.shtml?ixc=20p"  || tipo_cont == "colunistas.shtml?ixc=40p"  || tipo_cont == "colunistas.shtml?ixc=60p"  || tipo_cont == "colunistas.shtml?ixc=80p"  || tipo_cont == "colunistas.shtml?ixc=100p"  || tipo_cont == "colunistas.shtml?ixc=120p")
{

	tipo_cont = "reportagem";
}

if (tipo_cont == "cursos.shtml"  || tipo_cont == "cursos.shtml?ixc=0p"  || tipo_cont == "cursos.shtml?ixc=20p"  || tipo_cont == "cursos.shtml?ixc=40p"  || tipo_cont == "cursos.shtml?ixc=60p"  || tipo_cont == "cursos.shtml?ixc=80p"  || tipo_cont == "cursos.shtml?ixc=100p"  || tipo_cont == "cursos.shtml?ixc=120p")
{

	tipo_cont = "reportagem";
}
if (tipo_cont == "blogs.shtml"  || tipo_cont == "blogs.shtml?ixc=0p"  || tipo_cont == "blogs.shtml?ixc=20p"  || tipo_cont == "blogs.shtml?ixc=40p"  || tipo_cont == "blogs.shtml?ixc=60p"  || tipo_cont == "blogs.shtml?ixc=80p"  || tipo_cont == "blogs.shtml?ixc=100p"  || tipo_cont == "blogs.shtml?ixc=120p")
{

	tipo_cont = "reportagem";
}
if (tipo_cont == "forum.shtml"  || tipo_cont == "forum.shtml?ixc=0p"  || tipo_cont == "forum.shtml?ixc=20p"  || tipo_cont == "forum.shtml?ixc=40p"  || tipo_cont == "forum.shtml?ixc=60p"  || tipo_cont == "forum.shtml?ixc=80p"  || tipo_cont == "forum.shtml?ixc=100p"  || tipo_cont == "forum.shtml?ixc=120p")
{

	tipo_cont = "reportagem";
}

if (key == "buscas")
{
	tipo_cont = "reportagem";
	key = "culinariareceitas";
}


if (tipo_cont == "magic-make-over")
{
	key = "magic-make-over";
}



	if (key == "home" || tipo_cont == "home")
	{

	var ABR_page = "mdemulher/"+key+"/"+tipo_cont;
	var ABR_pos = "Top,Right1,Right3,x10,x14,x01,x96,Left,Position1,Position2,Position3,x16,x41,x42,x43,x44,x20,x28,x35,x36";
	}else 
	if (key == "index.shtml" || tipo_cont == "undefined" || key == "" || key == "index_df.shtml" || key == "index_mg.shtml" || key == "index_nr.shtml" || key == "index_nr1.shtml" || key == "index_nr2.shtml" || key == "index_pr.shtml" || key == "index_rj.shtml" || key == "index_rs.shtml" || key == "index_rs1.shtml"|| key == "index_sc1.shtml" || key == "index_sc2.shtml" || key == "index_sp.shtml" || key == "index_sp1.shtml")
	{
	var ABR_page = "mdemulher/home";
	var ABR_pos = "Top,Right1,x01,Left,x96,Position2,Bottom,x16,x41,x42,x43,x44,x20,x28,x35,x36";
	}else 
	if (key == "blogs_ex")
	{
	var ABR_page = "mblogs/casa";
	var ABR_pos = "Top,Right1,Left";
	}
	else
	if (key == "especial" && tipo_cont == "namorados")
	{
		var ABR_page = "mdemulher/especialnamorados";
		var ABR_pos = "Top,Right1,x01,x20,x28,x35,x36";
	}
	else 
	if (key == "especial" && tipo_cont == "dermacyd")
	{
		var ABR_page = "especiais/mdemulher/dermacyd";
		var ABR_pos = "Top,Right1,x10,x20,x28,x35,x36";
	}
	else
		if (key == "especial" && tipo_cont == "naturetti")
	{
		var ABR_page = "especiais/mdemulher/naturetti";
		var ABR_pos = "Top,Right1,x10,x20,x28,x35,x36";
	}
	else
	if (key == "especial" || key == "especial.shtml" )
	
	{
		var ABR_page = "mdemulher/especial";
		var ABR_pos = "Top,Right1,x01,x41,x42,x43,x44,x20,x28,x35,x36";
	}
	else
	if (key == "magic-make-over")
	{
		var ABR_page = "especiais/mdemulher/makeover/landing";
		var ABR_pos = "Top,Right1,Bottom";
	}
	else
	if (key == "saude")
	{
		var ABR_page = "mdemulher/"+key+"/"+tipo_cont;
		var ABR_pos = "Top,Right1,Left,x10,x12,x01,x96,Position1,x41,x42,x43,x44,x45,x46,Right3,Top2,x20,x28,x35,x36";	}	
	else{
		var ABR_page = "mdemulher/"+key+"/"+tipo_cont;
		var ABR_pos = "Top,Right1,Left,x10,x12,x01,x96,Position1,Position3,x41,x42,x43,x44,x45,x46,Right3,Top2,x20,x28,x35,x36";
	}

if (ABR_page == "mdemulher//undefined")
	{
	var ABR_page = "mdemulher/home";
	var ABR_pos = "Top,Right1,x01,Left,x96,Position2,Bottom,x16,x41,x42,x43,x44,x20,x28,x35,x36";
	}
	var x = 0;
