// JavaScript Document
function RunFoo()
{
document.write ('<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=7,0,0,0" width="480" height="320" align="top" border="1">\n');
document.write ('<param name="src" value="director/highscore3.dcr"/>\n ');
document.write ('<embed src="director/highscore3.dcr" pluginspage="http://www.macromedia.com/shockwave/download/" width="480" height="320" align="top" border="1"></embed>\n');
document.write ('</object>\n');
}