$(document).ready(function() {
	$('#flash').flash(
		{ src: 'loader.swf',
			width:800,
			height:600,
			bgcolor: '#000000' },
		{ expressInstall: true }
	);

	 $('#flashLogo').flash(
           { src: 'logo.swf',
                width:626,
                height:324,
                bgcolor: '#000000' },
           { expressInstall: true }
	 );
});
