// JavaScript Document
function RunHpsmov()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ...>\n');
    document.write('<param name="movie" value="hpsmov.swf" />\n');
    document.write('</object>\n');
}

