function webTrack(pNum){
	// Tracking template :: Version 3.1 
	// Project Modification date :: 030306
	//alert(pNum); // Uncomment to use for local Flash link test :: Not to be used for live site
	//
	//
	// ***************** Tracking variables - Edit these for your project
	var dcsuri_value = "/Motorola Bluetooth Experience";
	var projectName = "MOTOBLUE - bluetooth_kernel.swf";
	//
	var track = "notset";
	var dsc_ext = "flashlink";
	var ac_value = "null";
	
	if (pNum == 1){
		track = 'bluetooth_kernel loaded';
		ptEvent = 'bluetooth_kernel:loaded';	
	}
	else if (pNum == 2){
		track = 'right_arrow clicked';
		ptEvent = 'bluetooth_kernel:right_arrow';			
	}
	else if (pNum == 3){
		track = 'left_arrow clicked';
		ptEvent = 'bluetooth_kernel:left_arrow';			
	}
	
	else if (pNum == 10){
		track = 's9 clicked';
		ptEvent = 'bluetooth_kernel:s9';			
	}
	else if (pNum == 11){
		track = 't805 clicked';
		ptEvent = 'bluetooth_kernel:t805';			
	}
	else if (pNum == 12){
		track = 'orokr clicked';
		ptEvent = 'bluetooth_kernel:orokr';			
	}
	else if (pNum == 13){
		track = 'h9 clicked';
		ptEvent = 'bluetooth_kernel:h9';			
	}
	else if (pNum == 14){
		track = 'h680 clicked';
		ptEvent = 'bluetooth_kernel:h680';			
	}
	else if (pNum == 15){
		track = 't305 clicked';
		ptEvent = 'bluetooth_kernel:t305';			
	}
	
	else if (pNum == 20){
		track = 's9 click-through';
		ptEvent = 'bluetooth_kernel:s9_click_through';			
	}
	else if (pNum == 21){
		track = 't805 click-through';
		ptEvent = 'bluetooth_kernel:t805_click_through';			
	}
	else if (pNum == 22){
		track = 'orokr click-through';
		ptEvent = 'bluetooth_kernel:orokr_click_through';			
	}
	else if (pNum == 23){
		track = 'h9 click-through';
		ptEvent = 'bluetooth_kernel:h9_click_through';			
	}
	else if (pNum == 24){
		track = 'h680 click-through';
		ptEvent = 'bluetooth_kernel:h680_click_through';			
	}
	else if (pNum == 25){
		track = 't305 click-through';
		ptEvent = 'bluetooth_kernel:t305_click_through';			
	}
		
	// ***************** call tracking scripts - DO NOT EDIT
	
	if  (track != 'notset') {
	// WEBTRENDS: (comment out if you're not using this tracking for this project)
		var ti_value = "Motorola Bluetooth Experience Flash";
		var dscExt_value = ptEvent;
		
		dcsMultiTrack('DCS.dcsuri', dcsuri_value, 'WT.ti', ti_value, 'DCSext.' + dsc_ext, dscExt_value, 'WT.ac', ac_value);
	};
	
	// FIRECLICK: (uncomment and include above if statment if you're using fireclick tracking)
	fc_flash(projectName, WTparam);
		
	// Uncomment line below to use for local webtrends test :: Not to be used for live site
	//alert("dcsMultiTrack('DCS.dcsuri', " + dcsuri_value + ", 'WT.ti'," + ti_value + ", 'DCSext." + dsc_ext + "," + dscExt_value + ", 'WT.ac'," + ac_value +");");	
}