// flash player for homepage
// This is a javascript handler for the player and is always needed.
	function thisMovie(movieName) {
	    if(navigator.appName.indexOf("Microsoft") != -1) {
			return window[movieName];
		} else {
			return document[movieName];
		}
	};

function sendEvent(typ,prm) { 
thisMovie("ESOVideo").sendEvent(typ,prm); 
}


