document.writeln("<object id='heroflash' style='z-index:0;' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='" + hero_width + "' height='" + hero_height + "'>");
document.writeln("<param name='movie' value='" + hero_filename + "'/>");
document.writeln("<param name='quality' value='high'/>");
document.writeln("<param name='flashvars' value='" + hero_flashvars + "' />");
document.writeln("<param name='wmode' value='transparent'/>"); 
document.writeln("<embed id='flashEmbed' style='z-index:0;' src='" + hero_filename + "' quality='high' flashvars='" + hero_flashvars + "' pluginspage='https://www.macromedia.com/go/getflashplayer' wmode='transparent' type='application/x-shockwave-flash' width='" + hero_width + "' height='" + hero_height + "'></embed>");
document.writeln("</object>");
        