$(document).ready( function(){

// Remover contorno do flash
	removecontornoflash('flash_brilho', '', 'flash_brilhoobj', '192', '88', './', 'swf/brilho.swf', 'transparent');

// Bordas arredondadas
	$("#box3").corner("10px").children("div:last").css("margin-bottom","-1px").parent().children("div").children("div").css("border-color","#3F7382");
	$("#box4").corner("10px").children("div:last").css("margin-bottom","-1px").parent().children("div").children("div").css("border-color","#3F7382");
	$("#box5").corner("left 10px").children("div:last").css("margin-bottom","-1px").parent().children("div").children("div").css("border-color","#3F7382");

// Blank
	$(".blank").click(function(){
		window.open($(this).attr("href"));
		return false;
	});

	/***
	*	:: Links para sites Otimizados ::
	*	:: Diego Marques - Agência DMK ::
	*	:: 2008 ::
	*
	*	Faz a correção do target dos links para sites otimizados
	***/
	$("a").attr("target","_parent");

});
