/* Sophus3 logging request. http://www.sophus3.com
 * Site identifier code for Vauxhall UK
 * Copyright (c) Sophus Ltd All rights reserved. Patent Pending.
 *
 * Change the value of tc_logging_active to switch off logging on the site.
 * HitsIntoLeads extended version
 * Issued on 21/06/2006
 * 
 * NH Created separate version for microsites, without Netmining 25.09.2008
 */
 
if (typeof tc_logging_active == 'undefined') 
	tc_logging_active = true;
 

// required configuration parameters
tc_site_id = 23;
tc_server_url = "gm.touchclarity.com";
tc_log_path = "/vaux/static/common/javascript/logging";
document.write("<scr"+"ipt language='JavaScript' type='text/javascript' src='"+tc_log_path+"/logging-code-ms.js'></scr"+"ipt>\n");
