    <!--
    var preloadFlag = false;

    var browserName = navigator.appName;

    var agent = navigator.userAgent;
    var isIE = ( agent.indexOf("MSIE") > -1 ) ? true : false;
    var isNetscape = ( agent.indexOf("Netscape") > -1 ) ? true : false;
    var isOtherBrowser = ( isIE || isNetscape ) ? false : true;


    function ShowBitrateSettings() {
        // update the setting tab
        //alert("player url = "+ parent.document.pickup.playerurl.value);
        parent.message.location = parent.document.pickup.settingsurl.value;
    }



    function FullScreen() {
        if (isIE && ( document.BXOCXplayer.playState == 2))
        {
            alert('Press the [Esc] key on your keyboard to exit full screen mode');
            document.BXOCXplayer.DisplaySize = 3;
        }
    }

    function PowerOn() {
    if (isIE || isNetscape || isOtherBrowser) {
            alert('There may be a delay of up to 15 seconds. Your connection and browser must support a 400kbps Windows Media Stream.');
            document.BXOCXplayer.controls.play();
        }
    }
    function Play() {
    if (isIE || isNetscape || isOtherBrowser) {
            document.BXOCXplayer.controls.play();
//            alert('When playing streaming media, there may be a delay time of up to 15 seconds for buffering before seeing the media you are trying to access.');
        }
    }
    function Pause() {
    if (isIE || isNetscape || isOtherBrowser) {
            document.BXOCXplayer.controls.pause();
        }
    }
    function Stop() {
    if (isIE || isNetscape || isOtherBrowser) {
            document.BXOCXplayer.controls.stop();
        }
    }


    // -->


function playvideo(){
	document.write('<object id="BXOCXplayer" width="320" height="260" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">')
	document.write('<PARAM NAME="FileName" VALUE="webcast.asx"/>')
	document.write('<PARAM NAME="ShowPositionControls" VALUE="false"/>')
	document.write('<PARAM NAME="ShowStatusBar" VALUE="true"/>')
	document.write('<PARAM NAME="autoStart" VALUE="true"/>')
	document.write('<PARAM NAME="uiMode" VALUE="none"/>')
	document.write('<PARAM NAME="transparentatStart" VALUE="true"/>')
	document.write('<PARAM NAME="showControls" VALUE="false"/>')
	document.write('<PARAM NAME="animationatStart" VALUE="false"/>')
	document.write('<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" name="BXOCXplayer" src="webcast.asx" showcontrols="0" showstatusbar="0" AutoStart="1" volume="0" WIDTH="320" HEIGHT="260">')
	document.write('</embed>')
	document.write('</object>')
}

function playarchive(){
	document.write('<object id="BXOCXplayer" width="320" height="260" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">')
	document.write('<PARAM NAME="FileName" VALUE="archive.asx"/>')
	document.write('<PARAM NAME="ShowPositionControls" VALUE="false"/>')
	document.write('<PARAM NAME="ShowStatusBar" VALUE="true"/>')
	document.write('<PARAM NAME="autoStart" VALUE="true"/>')
	document.write('<PARAM NAME="uiMode" VALUE="none"/>')
	document.write('<PARAM NAME="transparentatStart" VALUE="true"/>')
	document.write('<PARAM NAME="showControls" VALUE="false"/>')
	document.write('<PARAM NAME="animationatStart" VALUE="false"/>')
	document.write('<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" name="BXOCXplayer" src="archive.asx" showcontrols="0" showstatusbar="0" AutoStart="1" volume="0" WIDTH="320" HEIGHT="260">')
	document.write('</embed>')
	document.write('</object>')
}

function play20080817(){
	document.write('<object id="BXOCXplayer" width="320" height="260" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">')
	document.write('<PARAM NAME="FileName" VALUE="archive/20080817.asx"/>')
	document.write('<PARAM NAME="ShowPositionControls" VALUE="false"/>')
	document.write('<PARAM NAME="ShowStatusBar" VALUE="true"/>')
	document.write('<PARAM NAME="autoStart" VALUE="true"/>')
	document.write('<PARAM NAME="uiMode" VALUE="none"/>')
	document.write('<PARAM NAME="transparentatStart" VALUE="true"/>')
	document.write('<PARAM NAME="showControls" VALUE="false"/>')
	document.write('<PARAM NAME="animationatStart" VALUE="false"/>')
	document.write('<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" name="BXOCXplayer" src="archive/20080817.asx" showcontrols="0" showstatusbar="0" AutoStart="1" volume="0" WIDTH="320" HEIGHT="260">')
	document.write('</embed>')
	document.write('</object>')
}