function RunFoo()
{
    document.write('<object classid="clsid:D27CDB6E..." ...>\n');
    document.write('<param name="movie" value="inshore2.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<embed src="inshore2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="953" height="600">\n');
    document.write('</embed>\n');
	document.write('</object>\n');
}
