/* Peugeot DE - sophus3 logging request. http://www.sophus3.com
* Copyright (c) sophus3 Ltd 2001-2009. All rights reserved. Patent Pending.
*/

//we set it from the application, because of relative paths from pure url and url of dealer area
//for pages which should be tagged and are pure url: tc_logging_active = true;
//for other pages or for url of dealer area: tc_logging_active = false;

//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 = 465;

tc_server_url = "psa.sophus3.com";

//we set it from the application, because of relative paths from pure url and url of dealer area
//for pure url: tc_log_path = "./sophus3";
//for url of dealer area: tc_log_path = "../sophus3";

document.write("<scr" + "ipt language='javascript' type='text/javascript' src='" + tc_log_path + "/logging-code.js'></scr" + "ipt>");
