$(document).ready(function(){  		
	$('#player').flash(
		{ src: 'swf/player.swf', width: 960, height: 41, allowfullscreen: true, wmode: 'transparent' }, 
		{ expressInstall: true }
	);
	$('.jandira').flash(
		{ src: 'swf/jandira.swf', width: 898, height: 805, allowfullscreen: true, wmode: 'transparent' }, 
		{ expressInstall: true }
	);
	$('.jandira2').flash(
		{ src: 'swf/jandira2.swf', width: 786, height: 1165, allowfullscreen: true, wmode: 'transparent'}, 
		{ expressInstall: true }
	);
});
function openNewWindow(URLtoOpen, windowName, windowFeatures) 
{ 
	newWindow=window.open(URLtoOpen, windowName, windowFeatures); 
}

