function touppPop(pp){
	if (arguments.length == 1) window.open('/sitewide/mtvinfo/privacy.jhtml','Privacy','width=605,height=400,resizable,scrollbars');
	else window.open('/sitewide/mtvinfo/terms.jhtml','TOS','width=605,height=400,resizable,scrollbars');
}

//count click in Insight First *****************************************************
function registerClick(affiliate){
	affiliatePing = new Image(); 
	affiliatePing.src = "http://mtv.ifc.mtvi.com/data?if_pv=tax_only&tax0_SiteID=2&if_nt_affiliate_promo=" + affiliate; 
}

//windowopen*****************************************************
function opWin(url,wname){
var winname = window.open(url,wname,"menubar=1,location=1,toolbar=1,scrollbars=1,status=1,resizable=1,width=800,height=600,screenX=1,screenY=1");
winname.focus();}

