
function getAdArea() {
  	return ItvPlayer.advertisingArea;
}

/*
video player currently calls out to these methods. 
For third parties we don't want to report on omniture or BCM.
*/

function CallBehaviourModulePlayer(vodcrid,action) {
	//do nothing
}

function Omniture_Play(aClip, aType, aProgName) {
	//do nothing
}
