function RunFoo()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="150" height="400" id="CP" align="" ...>\n');
    document.write('<param name="movie" value="../CP.swf" />\n');
    document.write('</object>\n');
}




