function repTN2(playerType,domain,gatewayName,superListTitle,playListTitle,showid,title,id,fullLength,foreignLanguage,lastVidTimeViewed,lastVidDuration,lastVidTitle,lastVidId,sequenceNum,mashup){
//alert("Elisa's turbonick reporting test" + playerType+"-"+gatewayName+"-"+superListTitle+"-"+playListTitle+"-showid:"+showid+"-"+title+"-"+id+"-"+fullLength+"-"+foreignLanguage+"-"+lastVidTimeViewed+"-"+lastVidDuration+"-"+lastVidTitle+"-"+lastVidId+"-"+sequenceNum+"-"+mashup);
sendLinkEvent("","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 (sequenceNum==1){
lastVidDuration="";
lastVidTimeViewed="";
lastVid="";
}
if (showid=="false"){
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;
}

window.s_dynamicAccountSelection=false;	
sendReportingCallNewTN2(
{setOverrides:{
s_pageName:("/"+id+"-"+title),
s_hier1:(playerType+"/"+gatewayName+"/"+superListTitle+"/"+playListTitle+"/"+id+"-"+title),
s_hier2:(gatewayName+"/"+id+"-"+title),
s_channel:(playerType),
s_prop1:(gatewayName),
s_prop2:(superListTitle),
s_prop4:(playListTitle),
s_prop5:(showid),
s_prop6:(duration),
s_prop7:(time),
s_prop8:(percent),
s_prop9:(mashupID),
s_prop10:(id),
s_prop11:(email),
s_prop12:(lang),
s_prop13:(lastVid),
s_prop14:(fullVid)
}},videosuite
);

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);

window.s_dynamicAccountSelection=true;
}

function TN2timeSpent(time){
var timeSpent = Math.round(time);
//var s_account="viaturbonick";
sendLinkEvent("",timeSpent);
}
function kcaDOSReport(type,name){
//alert (type+"|"+name);
window.s_dynamicAccountSelection=false;	
sendReportingCallNewTN2(
{setOverrides:{s_account:("viaturbonick"),
s_pageName:("/KCALiveStream/"+name),
s_hier1:("KCALiveStream/"+type+"/"+name),
s_hier2:("KCALiveStream/"+type+"/"+name),
s_channel:("KCALiveStream"),
s_prop1:("KCALiveStream")
}}
);
window.s_dynamicAccountSelection=true;
}
