var sWMP = '';
if( document.all )
{
	// windows
	sWMP += '<OBJECT id="videoplayer"';
	sWMP += ' WIDTH="640" HEIGHT="480"';
	sWMP += ' CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"';
	sWMP += ' type="application/x-oleobject">';
	sWMP += '<PARAM NAME="StretchToFit" VALUE="True">';
	sWMP += '<PARAM NAME="URL" VALUE="Norway340kbps.wmv">';
	sWMP += '<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">';
	sWMP += '<PARAM NAME="AutoStart" VALUE="True">';
	//sWMP += '<PARAM name="uiMode" value="none">';
	//sWMP += '<PARAM name="windowlessVideo" value="true">';
	sWMP += '<PARAM name="PlayCount" value="9999">';
	sWMP += '</OBJECT>';
}
else
{
	sWMP = '<embed type="application/x-mplayer2" ';
	sWMP += 'pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" ';
	sWMP += 'name="mediaplayer1" ShowStatusBar="true" EnableContextMenu="true" autostart="true" ';
	sWMP += 'width="640" height="480" loop="false" src="Norway340kbps.wmv" StretchToFit="1" />';
}
document.write( sWMP );
if( !document.all )
{
	document.write( "<div style='font-size:10pt'>(right-click on the video to adjust size)</div>" );
}

