/* Touch Clarity logging request. http://www.touchclarity.com
 * Site identifier code for Fiat France website
 * 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.
 */

tc_logging_active = true;


// required configuration parameters
if (tc_logging_active) {
	tc_site_id = 77;
	tc_server_url = "fiat.touchclarity.html";
	tc_log_page = "../../../../FIAT_FRANCE/touchclarity/logging.html";
	document.write("<scr"+"ipt src='/FIAT_FRANCE/touchclarity/logging-code.js'></scr"+"ipt>\n");
}
