function RunFoo()

{

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="302" width="562">\n');

document.write('<PARAM name="movie" value="http://cinema-theque.com/image/main.swf">\n');

document.write('<PARAM name="PLAY" value="true">\n');

document.write('<PARAM name="LOOP" value="false">\n');

document.write('<PARAM name="QUALITY" value="High">\n');

document.write('<EMBED src="http://cinema-theque.com/image/main.swf" width="562" height="302" type="a">\n');

document.write('</object>\n');

}

