function webTrack(pNum){
	// version 4-4-06 v1.0
	
	// 'hellomoto/red' needs to be changed to describe the current promo
	// 'productRed' needs to be changed to describe the current promo
	// the last parameters, 'bt', 'orange', etc, need to be changed to correspond to the links on the HTML page
	//  replace "landing_template" with your campaign name
		// red microsite tracking
	switch (pNum) {
		//external links
 		//external links
		case 1 :dcsMultiTrack('DCS.dcsuri', '/hellomoto/landing_template/', 'WT.ti', 'landing_template', 'DCSext.extlink', 'motorola_com');break;
 		case 2 :dcsMultiTrack('DCS.dcsuri', '/hellomoto/landing_template/', 'WT.ti', 'landing_template', 'DCSext.extlink', 'hellomoto_com');break;
 		case 3 :dcsMultiTrack('DCS.dcsuri', '/hellomoto/landing_template/', 'WT.ti', 'landing_template', 'DCSext.extlink', 'motorola_terms');break;
 		case 4 :dcsMultiTrack('DCS.dcsuri', '/hellomoto/landing_template/', 'WT.ti', 'landing_template', 'DCSext.extlink', 'motorola_privacy');break;
 		case 5 :dcsMultiTrack('DCS.dcsuri', '/hellomoto/landing_template/', 'WT.ti', 'landing_template', 'DCSext.extlink', 'motorola_contact');break;
 		case 6 :dcsMultiTrack('DCS.dcsuri', '/hellomoto/landing_template/', 'WT.ti', 'landing_template', 'DCSext.extlink', 'go_country_selector');break;
		}
}