/* sophus3 logging request. http://www.sophus3.com
 * Site identifier code for Mazda France
 * Copyright (c) Touch Clarity Ltd 2001-2007. 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 = 259;
	tc_server_url = "ford.touchclarity.com";
	document.write("<scr"+"ipt src='/sophus3/logging-code.js'></scr"+"ipt>\n");
}