













document.write('<div id="player14540826086891619"></div>');

function loadScript(url, callback){
    var script = document.createElement("script")
    script.type = "text/javascript";
    if (script.readyState){  //IE
        script.onreadystatechange = function(){
            if (script.readyState == "loaded" ||
                    script.readyState == "complete"){
                script.onreadystatechange = null;
                callback();
            }
        };
    } else {  //Others
        script.onload = function(){
            callback();
        };
    }
    script.src = url;
    document.getElementsByTagName("head")[0].appendChild(script);
}					      	
	loadScript("http://ecorner.stanford.edu/swf/mediaplayer-5.10/jwplayer.js", 
function() {
	jwplayer('player14540826086891619').setup({
	    modes: [
	            { type: "flash", 
	              src: "http://ecorner.stanford.edu/swf/mediaplayer-5.10/player.swf", 
	              config: {
					playlistfile: "http://ecorner.stanford.edu/2273.plp?mode=flash&playerId=14540826086891619"
	              }
	            },
	            { type: "html5",
	              config: {
					playlistfile: "http://ecorner.stanford.edu/2273.plp?mode=html5&playerId=14540826086891619"
	              }
	            }
	        ],
		image: 'http://ecorner.stanford.edu/repository/2273.i',
		width: 500, 
		height: 302,
		controlbar: { position: 'bottom'},
		plugins: {
			'http://ecorner.stanford.edu/swf/mediaplayer-5.10/plugins/ecorner_explore_share.js': { contentsURL: 'http://ecorner.stanford.edu/exploreSharePlugin.html?mid=2273&playerId=14540826086891619&width=500', playerId: '14540826086891619'   }
			
		}
	});
});