/* Sophus logging request - www.sophus3.com - Copyright (c) Sophus Ltd 2005. All rights reserved. Patent Pending.
 * For Ford eUsed Applications. Change the value of tc_logging_active to switch off logging on the site. */

if (typeof tc_logging_active == 'undefined') tc_logging_active = true;

if (typeof tc_site_id=='undefined') tc_site_id = tc_get_site_id();

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



// custom functions for Ford sites
function tc_get_site_id() {
	var domain = document.location.hostname;
	domain = domain.substring(domain.lastIndexOf(".")+1);
	   if (domain.toLowerCase() == "fr") tc_site_id = 34;
	else tc_site_id = 0;
	return tc_site_id;
}



