/* Citroen FR - sophus3 logging request. http://www.sophus3.com
 * Copyright (c) sophus3 Ltd 2001-2009. All rights reserved. Patent Pending.
 */

//Change the value of tc_logging_active to switch off logging on the site.
if (typeof tc_logging_active == 'undefined') 
	tc_logging_active = true;

function tc_init_logging(lang)
{
	tc_site_id = 725;
	/*if(lang == "fr")
		tc_site_id = 648;
	else if(lang == "en")
		tc_site_id = 421;*/
	tc_loader();
}


if (typeof tc_site_id == 'undefined') 
//tc_site_id = 421;//en
//tc_site_id = 648;//fr
tc_server_url = "psa.sophus3.com";
tc_log_path = "js/sophus3";
document.write("<scr"+"ipt language='JavaScript' type='text/javascript' src='"+tc_log_path+"/logging-code.js'></scr"+"ipt>");

