﻿function RunFlash() {
    document.write('<object id="myId" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="950" height="274">\n');
    document.write('<param name="movie" value="./Flash/Home.swf" />\n');
    document.write('<param name="wmode" value="transparent" />\n');
    document.write('<object type="application/x-shockwave-flash" data="./Flash/Home.swf" width="950" height="274">\n');
    document.write('<param name="wmode" value="transparent" />\n');
    document.write('<div>\n');
    document.write('<h1>You need the Adobe Flash player to view this portion of the site.</h1>\n');
    document.write('<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>\n');
    document.write('</div>\n');
    document.write('</object>\n');
    document.write('</object>\n');
}

