 
function smdn0() { 
document.write("<object  id=\"mediaplayer\" width=\"600\" height=\"450\" classid=\"clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95\"")
document.write("STANDBY=\"Loading Windows Media Player components...\" TYPE=\"application/x-oleobject\">")
document.write("<PARAM NAME=\"FileName\" VALUE=\"mms://media.ariba.com/office_depo.wmv\">")
document.write("<PARAM name=\"ShowControls\" VALUE=\"true\">")
document.write("<param name=\"ShowStatusBar\" VALUE=\"true\">")
document.write("<PARAM name=\"ShowDisplay\" VALUE=\"false\">")
document.write("<PARAM name=\"CurrentMarker\" VALUE=\"10\">")
document.write("<PARAM name=\"TransparentatStart\" VALUE=\"true\">")
document.write("<PARAM name=\"autostart\" VALUE=\"true\">")
document.write("<EMBED TYPE=\"application/x-mplayer2\" SRC=\"mms://media.ariba.com/office_depo\" NAME=\"MediaPlayer\"")
document.write("WIDTH=\"600\" HEIGHT=\"450\" ShowControls=\"1\" ShowStatusBar=\"1\" ShowDisplay=\"0\" autostart=\"0\"> </EMBED>")
document.write("</object>")
}

