// JavaScript Document

$(document).ready(function(){
	$('a[@rel=external]').attr('target', '_blank');
	
	$('#header').media({
		width:	   '100%',
		height:    235,
		autoplay:  true, 
		src:       urlBase + 'swf/topo.swf',
		params: {
			wmode:   'transparent',
			quality: 'high'
		},
		flashvars: {
			urlBase: urlBase
		}
	});
	
	$('#content #nossa-estrutura .fotos #s1').cycle({
		fx: 'fade',
		next:   '#s1', 
		timeout: 2500,			
		speed: 800
	});
	
	$('#content #menu').media({
		width:	   200,
		height:    566,
		autoplay:  true, 
		src:       urlBase + 'swf/menu.swf',
		params: {
			wmode:   'transparent',
			quality: 'high'
		},
		flashvars: {
			urlBase: urlBase
		}
	});
	
	/* $('#content #nossa-estrutura .fotos').media({
		width:	   222,
		height:    157,
		autoplay:  true, 
		src:       urlBase + 'swf/destaque-home.swf',
		params: {
			wmode:   'transparent',
			quality: 'high'
		},
		flashvars: {
			urlBase: urlBase
		}
	}); */

});
