document.write('<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>');
function addPlayer(c,v){
	var params = {
	wmode: "opague",
	allowFullScreen: true,
	scale: "default",
	allowScriptAccess: "always",
	allowNetworking: "all"
	}
	
	if ( v.format == "wide"){
		var formatWidth = 640;
	}
	else {
		var formatWidth = 480;
	}
	swfobject.embedSWF("http://ome.ksu.edu/webcast/flash/axio_video_player_2.swf", c, formatWidth, "384", "10.0.0", "http://ome.ksu.edu/webcast/flash/expressInstall.swf", v, params);
}

