<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->

function RunMySite()
{
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"  width="760" height="420" />\n');
    document.write('<param name="movie" value="index.swf" />\n');
    document.write('<param name="bgcolor" value="#000000" />\n');
    document.write('<param name="quality" value="high" />\n');
    document.write('<param name="menu" value="false" />\n');
    document.write('<param name="allowscriptaccess" value="never" />\n');
	document.write('<!--[if !IE]>\n');
	document.write('<-->\n');
	document.write('<object type="application/x-shockwave-flash" data="index.swf" width="760" height="420" />\n');
	document.write('<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />\n');
	document.write('<param name="bgcolor" value="#000000" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="menu" value="false" />\n');
	document.write('<param name="allowscriptaccess" value="never" />\n');
	document.write('FAIL (the browser should render some flash content, not this).<br />\n');
	document.write('Please enable your flash player.<br />\n');
	document.write('<a href="http://www.macromedia.com/go/getflashplayer" target="_blank" />\n');
	document.write('http://www.macromedia.com/go/getflashplayer \n');
	document.write('</a>\n');
	document.write('</object>\n');
	document.write('<!-->\n');
	document.write('<![endif]-->\n');
	document.write('</object>\n');
}

//  End -->