// JavaScript Document to workaround the MS Active Content Update blocking Flash in IE.
// The "?pages=" query string appended to the end of the <param value> and the <embed src> control which Page Heading is displayed in the /flash/foreground.swf file.
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="654" height="476" id="home_slideshow_master" align="middle">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="flash/home_slideshow_master.swf" /><param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#333333" />');
document.write('<embed src="flash/home_slideshow_master.swf" quality="high" bgcolor="#333333" width="654" height="476" name="home_slideshow_master" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" />');
document.write('</object>');
