$(function() {

	var mastheadsection = $("div#masthead").attr("class");
	 $('body').not('body.private-label').find('div#masthead').flash(
		{src:"/marivalrws-slideshow.swf", width:920, height:425, wmode:"transparent", quality:"high"}, {version:"8"},
			function(htmlOptions) { 
				htmlOptions.flashvars.xmlfile = "/images/"+mastheadsection+"/images.xml?";				
				$(this).html($.fn.flash.transform(htmlOptions));
			}
	);
});
