
var params = {wmode : "transparent"};
swfobject.embedSWF("swf/promocao.swf", "promocao", "317", "330", "10.0.0","swf/expressInstall.swf", null, null, null);
//swfobject.embedSWF("swf/logo.swf", "logo", "120", "58", "10.0.0","swf/expressInstall.swf", null, params, null);

$(document).ready(function(){

	if ( typeof adj != "undefined" ){
	adj();
	}

	$('#quatorze_anos').mouseenter(function(){
			$('#anima_quatorze_anos').stop().animate({'right':'0'},500);
	});
		
	$('#quatorze_anos').mouseleave(function(){
			$('#anima_quatorze_anos').stop().animate({'right':'-250px'},500);
	});	

}); 
