widget_flashCode = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="'+ widget_width +'" height="'+ widget_height +'" align="middle">';
widget_flashCode += '<param name="allowScriptAccess" value="always" />';
widget_flashCode += '<param name="movie" value="'+ widget_swfLocation +'" />';
if (window.widget_wmode !== undefined) { 
  widget_flashCode += '<param name="wmode" value="' + widget_wmode + '" />';
  }
widget_flashCode += '<param name="quality" value="high" />';
widget_flashCode += '<param name="bgcolor" value="'+ widget_swfBg +'" />';
widget_flashCode += '<embed src="'+ widget_swfLocation +'" quality="high" bgcolor="'+ widget_swfBg +'" width="'+ widget_width +'" height="'+ widget_height +'" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" ';
if (window.widget_wmode !== undefined) {
  widget_flashCode += 'wmode="' + widget_wmode + '"';
  }
widget_flashCode += '/></embed>';
widget_flashCode += '</object>';

document.write(widget_flashCode);



