function trackClick(theRoot, theType) {
	var blah = new Image()
	blah.src = theRoot + 'scripts/trackClick.cfm?cliType=' + theType;
	return true;
}