function RunHPFlash(locationid)
{
document.write('<object type="application/x-shockwave-flash" data="/images/preload.swf?locationid='+locationid+'" width="572" height="209"  >\n');
document.write('<param name="movie" value="/images/preload.swf?locationid='+locationid+'" />\n');
document.write('<param name="wmode" value="opaque" />\n');
document.write('<img src="/images/smiths-medical.jpg" width="572" height="209" alt="" />\n');
document.write('</object>\n');
}