<!-- 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://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"  width="700" height="400" />\n');
	document.write('<param name="movie" value="index.swf" />\n');
    document.write('<param name="bgcolor" value="#666666" />\n');
    document.write('<param name="quality" value="high" />\n');
    document.write('<param name="menu" value="false" />\n');
	document.write('<param name="allowscriptaccess" value="always" />\n');
	document.write('<!--[if !IE]>\n');
	document.write('<-->\n');
	document.write('<object type="application/x-shockwave-flash" data="index.swf" width="700" height="400" />\n');
	document.write('<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />\n');
	document.write('<param name="bgcolor" value="#666666" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="menu" value="false" />\n');
	document.write('<param name="allowscriptaccess" value="always" />\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 -->