
document.write('<OBJECT ID="objMediaPlayer"\n')
if (navigator.userAgent.indexOf('MSIE') > -1)
{
    document.write('CLASSID="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6"\n');
    document.write('TYPE="application/x-oleobject"\n');
    document.write('pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/MediaPlayer/"\n');

}
else
{
    document.write('TYPE="application/x-ms-wmp"\n');
    document.write('pluginspage="http://port25.technet.com/pages/windows-media-player-firefox-plugin-download.aspx"\n');
}

document.write('WIDTH=480 HEIGHT=320>\n');
document.write('<PARAM NAME="URL" VALUE="http://ccips.net/videos/CCIPS_intro_high.wmv">\n');
document.write('<PARAM NAME="stretchToFit" VALUE="1">\n');
document.write('</OBJECT>\n');
