jQuery(document).ready(function($){
							 
				 $("div#dhr-logo").flash( {src:"http://www.destinationhotels.com/flash/branding/flash_logoDhr.swf?link=destinationresortsvail",
				 width:250,
				 height:25,
				 wmode:"transparent",
				 allowScriptAccess:"always",
				 quality:"high"},
				 {version:"7"});

				$("div#flash-header").flash({src:"flash/Dest_Vail_home_flash_beta.swf",
				 width:760,
				 height:212, 
		     wmode:"transparent",
				 quality:"high"},
				 {version:"8"});
				$("td#content-copy h2").sifr(
		{ strSWF: 'flash/bernhard-modern.swf', strColor: '#1d2e3f', strWmode: 'transparent', intPadding: [0, 0, 0, 0] },
		{ expressInstall: true }
	);
				$("td#content-copy h3").sifr(
		{ strSWF: 'flash/bernhard-modern.swf', strColor: '#642b2b', strWmode: 'transparent', intPadding: [0, 0, 0, 0] },
		{ expressInstall: true }
	);
				$("td#virtual-tour h3").sifr(
		{ strSWF: 'flash/bernhard-modern.swf', strColor: '#1d2e3f', strWmode: 'transparent', intPadding: [0, 0, 0, 0], strFlashVars: 'textalign=center&'},
		{ expressInstall: true }
	);
				
			
});