// Flash object must be loaded via JavaScript to get around having to click to activate before clicking a second time for the link.
// The param for wmode (transparent) fixes the flash/menu problem for I.E.
// The attribute wmode="transparent" in the embed tag fixes the flash/menu problem for FireFox.
// See http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14201 for details.
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="/images/swflash.cab#version=6,0,0,0" width="220" height="155" id="DYK" align="middle" VIEWASTEXT>');
document.write('<param name="wmode" value="transparent" />');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="/images/DYK.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#000000" />');
document.write('<embed src="/images/DYK.swf" quality="high" bgcolor="#000000" width="220" height="155" name="DYK" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" />');
document.write('</object>');
