var URL = location.href;
theURLcomp=URL.split('//');
theURLSemExt=theURLcomp[1].split('?');
theCanal=theURLSemExt[0].split('/');
if(theCanal.length <=2) {
	ABR_page = "estilo/home";
	formato = 'home-page';
}
else {
	var ABR_page = "estilo";
	for(x=1;x<theCanal.length;x++){
		if(theCanal[x].search(".shtml") != -1 ) {}
		else {
			//exceção para canal:
			//if(theCanal[x] == "faca-e-use") theCanal[x] = "para-fazer";
			//removendo traços do diretório:
			theCanal[x] = theCanal[x].replace(/-/g, "");
		ABR_page+="/"+theCanal[x];
		}
		if(theCanal[x]=="" && theCanal.length < 4) { 
			ABR_page+="home"; 
			formato = 'home';
		}
	}
}


//exceção absoluta:

if(ABR_page.search("home") == -1) {
	if(typeof formato == "string") { 
		if(formato == 'ensaio') ABR_page+='/ensaio';
		if(formato == 'materia_padrao') ABR_page+='/materia';
		
		if(ABR_page.search("blogs") != -1) ABR_page = "estilo/blogs";
		if(ABR_page.search("seuestilo") != -1) ABR_page = "estilo/guiadeestilo";
	}
	else {
		ABR_page+='/materia';
		formato = 'materia_padrao';
	}
}

if(ABR_page.search("revista") != -1) {
	ABR_page ='estilo/moda';
	formato = 'materia_padrao';
}

if(ABR_page.search("blogs") != -1) {
	ABR_page ='estilo/blogs';
	formato = 'blogs';
}

if(ABR_page.search("seuestilo") != -1) {
	ABR_page ='estilo/guiadeestilo';
	formato = 'seu-estilo';
}

if(ABR_page == "estilo/expediente/home" || ABR_page == "estilo/newsletter/home" || ABR_page == "estilo/termos-de-uso/home" || ABR_page == "estilo/fale-conosco/home") { 
	ABR_page = "estilo/institucional";
	//formato = 'especial';
}

if(typeof especialOAS == "string") {
		
	if(especialOAS == "riosummer") {
		ABR_page = "estilo/estilistas";
		formato = 'materia_padrao';
	}
	if(especialOAS == "tvfashion") {
		ABR_page = "estilo/tvfashion/home";
		formato = 'materia_padrao';
	}
	if(especialOAS == "spfw") {
		ABR_page = "estilo/moda/spfw";
		formato = 'materia_padrao';
	}
	if(especialOAS == "estilo/diadasmaes/materia") {
		ABR_page = "estilo/diadasmaes/materia";
		formato = 'materia_padrao';
	}
	if(especialOAS == "estilo/diadasmaes/home") {
		ABR_page = "estilo/diadasmaes/home";
		formato = 'especialTop';
	}

}

ABR_page = ABR_page.replace("//","/");

if(formato=='home-page') var ABR_pos='Top,Bottom,Right1,x01,Left';
else if(formato=='home') var ABR_pos='Top,Bottom,Right1,x01,Left';
else if(formato=='materia-padrao') var ABR_pos='Top,Right1,Bottom,x01,Left';
else if(formato=='padrao') var ABR_pos='Top,Right1,Bottom,x01,Left';
else if(formato=='seu-estilo') var ABR_pos='Top,Right1,Bottom,Left,x01';
else if(formato=='especialTop') var ABR_pos='Top';
else if(formato=='blogs') var ABR_pos='Top,Right1,Left';
else ABR_pos='Top,Right1,Bottom,x01,Left';