$(function() {

	$('div#content h2, div#title-wrapper h2').sifr({ strSWF: 'flash/piranesi-it-bt.swf', strColor: '#563511', strWmode: 'transparent'}, { expressInstall: true });
	$('div#sidebar h4').sifr({ strSWF: 'flash/piranesi-it-bt.swf', strColor: '#815c19', strWmode: 'transparent', strFlashVars: 'textalign=center&'}, { expressInstall: true });

		$("div#dhr-flash").flash( {src:"http://www.destinationhotels.com/flash/branding/flash_logoDhr-white.swf?link=driskillhotel", width:250, height:25, wmode:"transparent", quality:"high"}, {version:"7"});
		$("div#historic-timeline").flash( {src:"flash/timeline.swf", width:625, height:405, wmode:"transparent", quality:"high"}, {version:"7"});		
//		$("body.home div#masthead").flash( {src:"flash/home.swf", width:1024, height:380, wmode:"transparent", quality:"high"}, {version:"7"});

	$("div#flash-photo-gallery").flash(
		{src:"flash/photo_gallery.swf",
		 width:466,
		 height:416,
		 wmode:"transparent",
		 quality:"high"},
		 {version:"7"}					
		);

		//form buttons hover states



// Sample usage of jquery.flash plugin - remove if not needed
	/*	
	$("div#masthead").flash(
		{src:"flash/home.swf",
		 width:600,
		 height:300,
		 wmode:"transparent",
		 quality:"high"},
		 {version:"7"},
			function(htmlOptions) { //Use this to specify a query string, take out if not needed.
				htmlOptions.flashvars.xmlfile = "xml/filename.xml";
				$(this).before($.fn.flash.transform(htmlOptions));						
		});
	*/
});
