function insertFlash(fileName)
{
    document.write('<object data="' + fileName + '" type="application/x-shockwave-flash">\n');
    document.write('<param name="movie" value="' + fileName + '" />\n');
    document.write('<param name="quality" value="high" />\n');
    document.write('<param name="wmode" value="transparent" />\n');
 	document.write('<div class="noFlash"><h5>No Flash Installed!</h5><p>We have detected that the latest version of flash is not installed on your browser. To install the latest version for free please <a href="http://get.adobe.com/flashplayer/" target="_blank">click here</a>.</p></div>\n');
    document.write('</object>\n');
}