function G6_ThumbClick(clipId,channel){
		_g6LastLoggedClipId=''
		if(typeof(clipId)!='undefined' && typeof(clipId)!='null'){_g6CurrClipId=clipId;}else{_g6CurrClipId='';}
		if(typeof(channel)!='undefined' && typeof(channel)!='null'){_g6CurrChannel=channel;}
		var queryString='?clipId='+clipId+'&channel='+escape(_g6CurrChannel);
		if(typeof(_g6CurrBitrate)!='undefined'){
		queryString+='&Bitrate='+_g6CurrBitrate;
		}
		try{
		queryString+="&ads=" + G6_GetAdParamList();
		} catch(e){
		}
		try {
			var newwindow;
			var siteAddress = "http://g6publish.videodome.com/ceoonline/miniplayer/index.aspx"

			url = siteAddress + queryString
			newwindow=window.open(url,'name','height=245,width=413');
			if(newwindow) {
				if (window.focus) {newwindow.focus()}
				}
			else
			{
				alert("Please turn off your popup blocker!");
			}
		} catch (e) { }
}