$(document).ready(function(){
	$('#masthead').flash(
		{
			src: '/assets/flash/preloader_home.swf',
			width: 960,
			height: 243
		},
		{expressInstall: true}
	);
	if ($('#masthead').children('embed').length > 0) {
		$('img.temp_logo').remove();
	}
	$('#home_flash').flash(
		{
			src: '/assets/flash/preloader_call.swf',
			width: 750,
			height: 267,
			wmode: 'transparent'
		},
		{expressInstall: true}
	);
});
