var myInterval;

function embedPlayer() {
	dianaReportingCall();
	
	var embedStr = '<OBJECT ID="contentPlayer" width=416 height=382 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=Version=6,0,02,0902"';
	embedStr += 'standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject"><PARAM NAME="FileName" VALUE="diana_v3.asx">';
	embedStr += '<PARAM NAME="AutoStart" VALUE="true"><PARAM NAME="ShowStatusBar" VALUE="true">';
	embedStr += '<EMBED type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" SRC="diana_v3.asx" name="contentPlayer" width="416" height="382" autostart="true" showstatusbar="true"></EMBED></OBJECT>';
	document.getElementById("p1_player").innerHTML = embedStr;
	
	window.onbeforeunload = bunload;
}

function dianaReportingCall() {
	sendReportingCall({setOverrides:{s_pageName:'inline-video/events/diana-concert/stream',s_hier2:'inline-video/events/diana-concert/stream',s_channel:'In-line Video',s_22:'In-line Video',s_prop22:'inline-video/events/concerts/diana/index.jhtml'}});
}

function bunload(){
	sendReportingCall({setOverrides:{s_pageName:'inline-video/events/diana-concert/stream-stop',s_hier2:'inline-video/events/diana-concert/stream-stop',s_channel:'In-line Video',s_22:'In-line Video',s_prop22:'inline-video/events/concerts/diana/index.jhtml'}});
	clearInterval(myInterval);
}

myInterval = window.setInterval('omniHeartBeat()',1620000);

function omniHeartBeat() {
	sendReportingCall({setOverrides:{s_pageName:'inline-video/events/diana-concert/stream-continues',s_hier2:'inline-video/events/diana-concert/stream-continues',s_channel:'In-line Video',s_22:'In-line Video',s_prop22:'inline-video/events/concerts/diana/index.jhtml'}});
}