function RunHome()
{
	  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
    document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"\n');
    document.write('width="436" height="415" style="z-index:1">\n');
    document.write('<param name="movie" value="home.swf" />\n');
    document.write('<param name="bgcolor" value="#125486" />\n');
    document.write('<param name="quality" value="high" />\n');
    document.write('<param name="WMode" value="opaque" />\n');
    document.write('<embed type="application/x-shockwave-flash"\n');
    document.write('pluginspage="http://www.macromedia.com/go/getflashplayer"\n');
    document.write('width="436" height="415"\n');
    document.write('src="home.swf"\n');
    document.write('bgcolor="#125486"\n');
    document.write('quality="high"\n');
    document.write('swliveconnect="true"\n');
    document.write('wmode="opaque">\n');
    document.write('</embed>\n');
    document.write('</object>\n');
}