try

{
var url = parent.document.URL;
}
catch(e)
{
              var detect = navigator.userAgent.toLowerCase();
              if (detect.indexOf('mac') < 1)
              {
               //Catch caso carrege de um iframe
               top.location.href="http://www.bradescobbi.com.br";
              }
}



$(document).ready(function(){
	/* Box Abre e Fecha */
	$(".boxAbreFecha").find("p").find("a").toggle(function(){
		$(this).parents("p").addClass("on");
		$(this).parents(".boxAbreFecha").find("div").show();
	},function(){
		$(this).parents("p").removeClass("on");
		$(this).parents(".boxAbreFecha").find("div").hide();
	});

	/* Altura do Conteudo */
	var altura = $(window).height();
	altura = altura - 28;
	$(".estruturaInt").attr("style","_height:"+altura+"px");
	$(".estruturaInt").css("min-height",altura+"px");
});

/* Menu */
function menuOver(obj){
	$(obj).children("a").css({ fontWeight: "bold", color: "#9F190D" });
	$(obj).find(".dhtml").show();
}
function menuOut(obj){	
	$(obj).find(".dhtml").hide();
	$(obj).children("a").css({ fontWeight: "normal", color: "#000000" });
}
function openPopup(u,n,w,h,o,c)
{
 
var l=t=18;if(c)
{l=(screen.availWidth-w)/2;t=(screen.availHeight-h)/2;}
p=window.open(u,'pop_'+n,'left='+l+',top='+t+',width='+w+',height='+h+',scrollbars=0'+((o)?','+o:''));
 
}
 
function home_broker(){
 openPopup('/site/conteudo/redirect.aspx?site=19','TVHomeBroker',screen.width,screen.height,'top=0,left=0',true);
}
function result_2010(){
 openPopup('/site/conteudo/redirect.aspx?site=18','Resultados',width=670,height=675,scrollbars=0,'top=0,left=0',true);
}

function shopcredit(){
 window.open('http://www.shopinvest.com.br/default.asp?pag=/br/pf/acoes.asp','Resultados');
}
function destaque_3(){
 window.open('http://www.bradescori.com.br/site/popup/resultados/2009_2_trimestre/index.html','vdeochat','top=10, left=10, width=700, height=700,scrollbars=1,resizable=no')			
}