/* Script to write flash object dynamically into homepage
 * Gets around annoying Internet Explorer "1 click to active active X" security
 * which prevents immediate interaction with intro flash
 * BB_ January 2007. Stills works OK for Flash November 2008. orig height 185
 */
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="580" height="195" id="svc_bike_selector" align="middle">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="../svc_bike_selector.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#ffffff" />');
document.write('<param name="FlashVars" value="'+fv+'">');
document.write('<embed src="../svc_bike_selector.swf"');
document.write('FlashVars = "'+fv+'"');
document.write('quality="high" bgcolor="#ffffff" width="580" height="195" name="svc_bike_selector" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
