function CreateControl() 
{
var d = document.getElementById("flashgoeshere");
d.innerHTML = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="530" height="580">' + 
              '<param name="movie" value="/flash/adventure_map.swf">' + 
              '<param name="quality" value="high">' + 
              '<param name="BGCOLOR" value="#F7F0DE">' + 
              '<embed src="/flash/adventure_map.swf" width="530" height="580" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor="#F7F0DE"></embed>' + 
            '</object>';
}