function repTN2(playerType,domain,gatewayName,superListTitle,playListTitle,showid,title,id,fullLength,foreignLanguage,lastVidTimeViewed,lastVidDuration,lastVidTitle,lastVidId,sequenceNum,mashup){
//alert("arguments.length should be 16\narguments.length:" + arguments.length + "\n" + "1  playerType:" + playerType + "\n" + "2  domain:" + domain + "\n" + "3  gatewayName:" + gatewayName + "\n" + "4  superListTitle:" + superListTitle + "\n" + "5  playListTitle:" + playListTitle + "\n" + "6  showid:" + showid + "\n" + "7  title:" + title +"\n" + "8  id:"+ id +"\n" + "9  fullLength:" + fullLength +"\n" + "10 foreignLanguage:" + foreignLanguage + "\n" + "11 lastVidTimeViewed:" + lastVidTimeViewed + "\n" + "12 lastVidDuration:" + lastVidDuration + "\n" + "13 lastVidTitle:" + lastVidTitle + "\n" + "14 lastVidId:" + lastVidId + "\n" + "15 sequenceNum:" + sequenceNum + "\n" + "16 mashup:" + mashup);
	try{
		if(location.href.indexOf("podcast")>-1){
			//podcastReport is missing domain so alignment is off on arguments. Hence the stuffing of extra argument
			podcastReport(playerType,"",domain,gatewayName,superListTitle,playListTitle,showid,title,id,fullLength,foreignLanguage,lastVidTimeViewed,lastVidDuration,lastVidTitle,lastVidId,sequenceNum);
			return;
		}
		if(com.mtvi.util.isDefined(dispatcher)){
			//sendLinkEvent("viaturbonick","TurboNickVideoCallSent");			
			
			var fullVid="";
			var lang="";
			var email="";
			var lastVidPercentViewed = "";
			var lastVid=lastVidId+"-"+lastVidTitle;

			if (fullLength=="true") fullVid=id+"-"+title;
			if (foreignLanguage==true) lang=id+"-"+title;
			if (fromEmail==true) email=id+"-"+title;
			if (showid=="undefined") showid="";
			if (showid=="false") showid="";
			if (sequenceNum==1){
				lastVidDuration="";
				lastVidTimeViewed="";
				lastVid="";
			}
			/*
			if(showid){
				if(str = showid.substr(showid.lastIndexOf("=")+1)){
					if(str.length==3||str.length==4){
						showid=str;
					}else showid="";
					delete str;
				}
			}else showid="";
			*/
			if (mashup=="yes") var mashupID=id;//var mashupID=id+"-"+title;
			if(lastVidDuration!=0){
				var duration = Math.round(lastVidDuration);
				var time = Math.round(lastVidTimeViewed);
				var percent = Math.round((time/duration)*100);
			}		
			if(superListTitle=="undefined") superListTitle=playListTitle;
			if(playListTitle=="undefined") playListTitle=superListTitle;

			var ro = {};
			ro.name 	= videosuite;
			ro.pageName 	= "video/net/"+title+'_'+id;
			ro.hier1	= playerType+"/"+gatewayName+"/"+superListTitle+"/"+playListTitle+"/"+id+"-"+title;
			ro.hier2 	= gatewayName+"/"+title+'_'+id;
			ro.channel	= playerType;
			ro.prop1	= gatewayName;
			ro.prop2	= superListTitle;
			ro.prop4	= playListTitle;
			ro.prop5	= showid;
			ro.prop6	= duration;
			ro.prop7	= time;
			ro.prop8	= percent;
			ro.prop9	= mashupID;
			ro.prop10	= id;
			ro.prop11	= gatewayName+"/"+playListTitle+"/"+title+id;
			ro.prop12	= lang;
			ro.prop13	= lastVid;
			ro.prop14	= fullVid;
			ro.prop19	= location.hostname+location.pathname;
				
			omniSetOverrides(ro,"overwrite");
			dispatcher.sendCall();
			
			var _nrtrackingcode = "http://secure-us.imrworldwide.com/cgi-bin/m?ci=us-300231&cg=TurboNick&tl=dav0-"+ id + "-" + escape(title) + "&c6=vc,c02&cc=1&rnd="+ord;
			var NRcall = document.createElement('img');
			NRcall.setAttribute('src',_nrtrackingcode);
		}
	}catch(e){}		
}
function TN2timeSpent(time){
	var timeSpent = Math.round(time);
	sendLinkEvent(null,timeSpent);
}
function podcastReport(playerType,domain,gatewayName,superListTitle,playListTitle,showid,title,id,fullLength,foreignLanguage,lastVidTimeViewed,lastVidDuration,lastVidTitle,lastVidId,sequenceNum){
	try{
		if(com.mtvi.util.isDefined(dispatcher)){			
			var fullVid="";
			var lang="";
			var email="";
			var lastVidPercentViewed = "";
			var lastVid=lastVidId+"-"+lastVidTitle;

			if (fullLength=="true") fullVid=id+"-"+title;
			if (foreignLanguage==true) lang=id+"-"+title;
			if (fromEmail==true) email=id+"-"+title;
			showid="";
			if (sequenceNum==1){
				lastVidDuration="";
				lastVidTimeViewed="";
				lastVid="";
			}
			if(lastVidDuration!=0){
				var duration = Math.round(lastVidDuration);
				var time = Math.round(lastVidTimeViewed);
				var percent = Math.round((time/duration)*100);
			}		
			if(superListTitle=="undefined") superListTitle=playListTitle;
			if(playListTitle=="undefined") playListTitle=superListTitle;

			var ro = {};
			ro.name 	= videosuite;
			ro.pageName 	= "/"+id+"-"+showid+"-"+title;
			ro.hier1	= playerType+"/"+gatewayName+"/"+superListTitle+"/"+playListTitle+"/"+id+"-"+title;
			ro.hier2 	= gatewayName+"/"+id+"-"+title;
			ro.channel	= playerType;
			ro.prop1	= gatewayName;
			ro.prop2	= superListTitle;
			ro.prop4	= playListTitle;
			ro.prop5	= showid;
			ro.prop6	= duration;
			ro.prop7	= time;
			ro.prop8	= percent;
			ro.prop9	= "";
			ro.prop10	= id;
			ro.prop11	= email;
			ro.prop12	= lang;
			ro.prop13	= lastVid;
			ro.prop14	= fullVid;
				
			omniSetOverrides(ro,"overwrite");
			dispatcher.sendCall();
			var _nrtrackingcode = "http://secure-us.imrworldwide.com/cgi-bin/m?ci=us-300231&cg=TurboNick&tl=dav0-"+ id + "-" + escape(title) + "&c6=vc,c02&cc=1&rnd="+ord;
			var NRcall = document.createElement('img');
			NRcall.setAttribute('src',_nrtrackingcode);
		}
	}catch(e){}		
}


function repFEP(videoTitle){
	try{
		if(com.mtvi.util.isDefined(dispatcher)){
			var ro = {};
			ro.name 	= "nickvia";
			ro.pageName = "/turbonick/fullEpisodePlayer/"+videoTitle;
			ro.hier1	= "";
			ro.hier2 	= "turbonick/fullEpisodePlayer/"+videoTitle;
			ro.channel	= "turbonick";
			ro.prop1	= "";
			ro.prop2	= "";
			ro.prop4	= "";
			ro.prop5	= "";
			ro.prop6	= "";
			ro.prop7	= "";
			ro.prop8	= "";
			ro.prop9	= "";
			ro.prop10	= "";
			
			omniSetOverrides(ro,"overwrite");
			dispatcher.sendCall();

		}
	}catch(e){}		
}







