//alert("tracking");
var webtrack = webTrack = function(pNum,pStat)
{
	//alert("hello moto "+pNum);
	var url	= new String( document.location.href );
	var country	= url.replace( /^.+\/([a-z][a-z])(\-[a-z][a-z])?\/.*$/, "$1$2" );
	var dscItem = new String(pNum);
	var dscState = new String(pStat);
	//dcsMultiTrack('DCS.dcsuri','/uk/motorizrz8/ ','WT.ti','Z8 MOTO RIZR;UK Z8 Full Spec','DCSext.microsite','Z8;MOTO RIZR;UK;Z8;Full Spec');
	
	dcsMultiTrack('DCS.dcsuri', '/'+ country +'/motorizrz8/', 'WT.ti', 'Z8 MOTO RIZR;' + country + ' ' + dscItem + ' ' + dscState, 'DCSext.microsite', 'Z8;MOTO RIZR;' + country +';' + dscItem + ' ' + dscState);
	
	// FIRECLICK: (comment out if you're not using this tracking for this project)
	//fc_flash(projectName, WTparam);
		
	// Uncomment line below to use for local webtrends test :: Not to be used for live site
 //alert("dcsMultiTrack('DCS.dcsuri', '/"+ country +"/motorizrz8/', 'WT.ti', 'Z8 MOTO RIZR;" + country + " " + dscItem + " " + dscState + ", DCSext.microsite', 'Z8;MOTO RIZR;" + country + ";Z8;" + dscItem + " " + dscState + ");");
	
	
	//google
	urchinTracker();
}
