// JavaScript Document

$(document).ready(function(){
	$('#topo .wrapper').html('').media({
		width:     '778', 
		height:    '118', 
		autoplay:  true, 
		src:       'swf/topo.swf',
		params: {
			wmode:     'transparent',
			quality: 'high'
		},
		flashvars: {
			urlBase: urlBase
		}
	});
	
	$('#topo .wrapper').css({
		'height': '118px',
		'paddingTop': '28px'
	});
	
	$('#destaques-flash').media({
		width:     '487', 
		height:    '273', 
		autoplay:  true, 
		src:       'swf/panelSlides.swf',
		params: {
			wmode:     'transparent',
			quality: 'high'
		}
	});
});