var global_cur_video;
function load_video(this_obj,stream_name)
{
	if (global_cur_video)	global_cur_video.style.color="#999999";
	
	global_cur_video=this_obj;
	//global_cur_video.style.color="#FF0000";
	document.getElementById("video").innerHTML = "<embed src='/f/media/FLVPlayer_Progressive.swf' flashvars='&MM_ComponentVersion=1&streamName="+stream_name+"&skinName=/f/media/Corona_Skin_2&autoPlay=true&autoRewind=false' quality='high' scale='noscale' width='398' height='238' name='FLVPlayer' salign='LT' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' wmode='transparent'/ >";
	return false;
}
