pubArray=new Array;

getStreamByPlaylist=function(selectObj){
	myList = selectObj.options[selectObj.selectedIndex].value;	
	ajaxUpdaterRequest('playlist','get','ajax=1&stream_playlist='+myList+'&view=get_stream_playlist_code');
}