/* Touch Clarity logging request. http://www.touchclarity.com
 * Custom page identification code for Ford IT (Wunderman Campaign Sites)
 * Copyright (c) Touch Clarity Ltd 2001-2002. All rights reserved. Patent Pending.
 *
 * Change the value of tc_logging_active to switch off logging on the site.
 */

if (typeof tc_logging_active == 'undefined') 
	tc_logging_active = true;


// required configuration parameters

tc_server_url = "ford.touchclarity.com";

tc_site_id = 35;

//tc_log_path = "/touchclarity"; //please update this to match the complete path where the logging scripts will be located

tc_log_path = "http://www.fordfleet.it/touchclarity";

document.write("<scr"+"ipt language='JavaScript' type='text/javascript' src='"+tc_log_path+"/logging-code.js'></scr"+"ipt>");


