var x = null;
var lcb = document.getElementById("lcbbr2010");
var dvCbTb = document.getElementById("dvCbTbbr2010");

if(dvCbTb.parentNode && dvCbTb.parentNode.nodeName != 'BODY'){
	size = dvCbTb.parentNode.offsetWidth;
}else{
	size = window.innerWidth;
}
if(window.location.hostname == "www.centralbrasileirao.com.br"){
	url="http://www.centralbrasileirao.com.br/embed/tabelaAtual/brasileirao2010/" +size;
	try{
		url="http://www.centralbrasileirao.com.br/embed/tabelaAtual/brasileirao2010/" +
		bordaTabela + "/" + 
		cabecalhoTabela + "/" +
		fonteCabecalho + "/" +
		abaSelecionada + "/" +
		abaHover + "/" +
		aba + "/" +
		fonteAbaSelecionada + "/" +
		fonteAba + "/" +
		link + "/" +
		linkHover + "/" +
		linhaDestaque + "/" +
		size;
		try{
			url+= "/" + destaque;
		}
		catch(e){}
	}
	catch(err){}

	dvCbTb.innerHTML = "<iframe src='" +url+ "' id='fcbtbbr2010' frameborder='0' scrolling='no' width='100%' height='450' marginheight='0' marginwidth='0'></iframe>";
	
}else{
	if (lcb) {
		if (((lcb.href == 'http://www.centralbrasileirao.com.br' || lcb.href == 'http://www.centralbrasileirao.com.br/')
				&& isvis(lcb))) {
			url="http://www.centralbrasileirao.com.br/embed/tabelaAtual/brasileirao2010/" +size;
			try{
				url="http://www.centralbrasileirao.com.br/embed/tabelaAtual/brasileirao2010/" +
				bordaTabela + "/" + 
				cabecalhoTabela + "/" +
				fonteCabecalho + "/" +
				abaSelecionada + "/" +
				abaHover + "/" +
				aba + "/" +
				fonteAbaSelecionada + "/" +
				fonteAba + "/" +
				link + "/" +
				linkHover + "/" +
				linhaDestaque + "/" +
				size;
				try{
					url+= "/" + destaque;
				}
				catch(e){}
			}
			catch(err){}

			dvCbTb.innerHTML = "<iframe src='" +url+ "' id='fcbtbbr2010' frameborder='0' scrolling='no' width='100%' height='450' marginheight='0' marginwidth='0'></iframe>";
		} else {
			errcod();
		}
	} else {
		errcod();
	}
}
function isvis(a) {
	if (a.style.display == 'none')
		return false;
	var p = a.parentNode;
	while (p.style) {
		if (p.style.display == 'none')
			return false;
		p = p.parentNode;
	}
	
	if(a!=null){
		if(a.innerHTML !=null && trim(a.innerHTML) == ""){
			return false;
		}
	}

	return true;
}
function errcod() {
	dvCbTb.innerHTML = "Você não pode modificar o código fornecido pelo <a href='http://www.centralbrasileirao.com.br' target='_blank'>Central Brasileirão</a>";
}

function trim(str) { 
   return str.replace(/^\s+|\s+$/g,""); 
} 
