function embedObject() {
document.write('<object id=\"MediaPlayer\" width=320 height=286 classid=\"CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95\" style=\"color:#ffffff;\"standby=\"Loading Windows Media Player components...\" type=\"video/x-ms-wmv\" codebase=\"http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112\">' +
'<param name=\"filename\" value=\"http://awarp.com/cellfish-server/jimmybs-b.wmv\">' +
'<param name=\"Showcontrols\" value=\"True\">' +
'<param name=\"autoStart\" value=\"True\">' +
'<param name=\"controller\" value=\"true\" />' +
'<embed type=\"application/x-mplayer2\" src=\"http://awarp.com/cellfish-server/jimmybs-b.wmv\" name=\"MediaPlayer\" width=320 height=240></embed>' +
'</object>');
}
embedObject();

