// custom kyte functions

function player_load(uri,id) {
	// p = player-modi: 
	// 6 = branding off, chat off, ctrl off
	// 5 = branding off, chat on, ctrl on
	// 5 = branding off, chat on, ctrl on
	// 4 = branding 30x425, chat off, ctrl off
	// 3 = branding 30x425, chat off, ctrl off
	// 2 = branding 90x425, chat on, ctrl on
	// 1 = branding 90x425, chat on, ctrl on
	// {} params: disableShowNavigation:true
	// preShowAction:"autoplay",
	var kyte_parameter = {"p":411,"disableShowNavigation":true,"hideProduceTab":true,"hideShowsTab":true,"ignoreNewShows":true,"width":438,"height":278,"wmode":"opaque"};	
	// kyte_parameter.adSource = adSource;
	// kyte_parameter.disableAds = false;	
	kyteplayer = new Kyte.Player(uri, kyte_parameter, id);
	// kyteplayer.setURI(uri);
}

