/* sophus3 logging request. http://www.sophus3.com
 * Custom page identification code for Land Rover ZA
 * Copyright (c) Sophus Ltd. 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 = false;


// required configuration parameters
tc_server_url = "ford.touchclarity.com";
tc_site_id = 202;
tc_log_path = "/scripts";
document.write("<scr"+"ipt language='JavaScript' type='text/javascript' src='"+tc_log_path+"/logging-code.js'></scr"+"ipt>");








