/* =====================================================================
 * ===============================sophus3===============================
 * logging script 'logging.js'

 * for
 * Citroen DE
  
 * Issued on 10/03/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;

// adds the query string to page aliases
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);
		}
	}
}

tc_site_id = 642;
tc_server_url = "psa.sophus3.com";
tc_log_path = "/sophus3";
document.write("<scr"+"ipt language='JavaScript' type='text/javascript' src='"+tc_log_path+"/logging-code.js'></scr"+"ipt>");
document.write("<div id=\"sophus3_tracking\" style=\"display:none\"><\/div><script type=\"text\/javascript\">");document.write("var script = document.createElement(\"script\");script.type=\"text\/javascript\";var src = \"http:\/\/citroen-de.proactive-e.sophus3.com\/server.php?request=track&output=jcrpt&nse=\"+Math.random();setTimeout(\"script.src=src;document.getElementById('sophus3_tracking').appendChild(script)\",1);<\/script>");

/*=================================end=================================*/

