//v1.0
//Copyright 2006 Adobe Systems, Inc. All rights reserved.
function RunFoo()
{
    document.write('<object classid="clsid:D27CDB6E..." ...>\n');
    document.write('<param name="movie" value="intro2.swf" />\n');
	document.write('<embed src="intro2.swf" width="383" height="274" loop="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" />\n');
    document.write('</object>\n');
}
