$(document).ready(function(){
	$('div#flashFooter').flash(
			{
				src: $('#baseUrl').val() + '/images/flash/orange.swf',
				width: 554, 
		        height: 71,
				flashvars: { wmode : 'transparent' }
			},	
			{ version: 9 }
	
	)
    
    // png fix
   	$(document).pngFix(); 
});
