/* Sophus logging request - www.sophus3.com - Copyright (c) Sophus Ltd 2007. All rights reserved. Patent Pending.
 * For Honda Microsites. Change the value of tc_logging_active to switch off logging on the site. */
 
 
if (typeof tc_logging_active == 'undefined') tc_logging_active = true;

tc_site_id = tc_get_site_id();
tc_server_url = "honda.touchclarity.com";
tc_log_path = '/sophus3';
document.write("<scr"+"ipt language='JavaScript' type='text/javascript' src='"+tc_log_path+"/logging-code.js'></scr"+"ipt>");

function tc_get_site_id() {
		 		  		 		   var url = document.location.pathname;
		 		  		 		   ccode = url.toLowerCase() + document.location.search.toLowerCase();
		 		  		 		   if (ccode.indexOf("esp") > -1) return 148;
		 		  		 		   else if (ccode.indexOf("fra") > -1) return 149;
		 		  		 		   else if (ccode.indexOf("ita") > -1) return 150;
		 		  		 		   else return 146;
}