/* =====================================================================
 * ===============================sophus3===============================
 * logging script 'logging.js'

 * for
 * Fiat ES Services Website
  
 * Issued on 10/01/2011
 * Copyright (c) Sophus Ltd All rights reserved. Patent Pending.
 * http://www.sophus3.com
  * =====================================================================*/

if (typeof tc_logging_active == 'undefined') tc_logging_active = true;
// If you want to switch off the tracking of the site use the following line instead
// tc_logging_active = false;

/* New Custom Code to append the 'usePair' parameters only to the tc_page_alias if found */
if (typeof tc_page_alias != 'undefined') {
	if (location.search != null && location.search.length > 1) {
		if (tc_page_alias.indexOf('?') == -1) {
			tc_page_alias = tc_page_alias + location.search;
		} else {
			tc_page_alias = tc_page_alias + "&" + location.search.substring(1);
		}
	}
}
/* END */

tc_site_id = 78 ;
tc_netmining_url = "http://es.fiat.netmining.com/" ;
tc_server_url = "fiat.touchclarity.com";
tc_log_path = "/sophus3";
document.write("<scr"+"ipt language='JavaScript' type='text/javascript' src='"+tc_log_path+"/logging-code.js'></scr"+"ipt>");

if (tc_netmining_url != null) document.write("<scr"+"ipt language='JavaScript' type='text/javascript' defer='defer' src='"+tc_netmining_url+"'></scr"+"ipt>\n");

