/*
* Sophus3 logging request. http://www.sophus3.com
* Custom DRAFT code for the Chrysler environment
* Copyright (c) Sophus Ltd 2001-2008. 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;

/* tc_site_id (X) is a number used to define a market/country site within a brand. tc_site_id=xx should be appended to the tag
tc_site_id	109       Chrysler UK
tc_site_id	110       Chrysler DE
tc_site_id	111       Chrysler FR
tc_site_id	112       Chrysler ES
tc_site_id	113       Chrysler IT
tc_site_id	114       Jeep UK
tc_site_id	115       Jeep DE
tc_site_id	116       Jeep FR
tc_site_id	117       Jeep ES
tc_site_id	118       Jeep IT
tc_site_id	574       Dodge UK
tc_site_id	575       Dodge DE
tc_site_id	576       Dodge FR
tc_site_id	577       Dodge ES
tc_site_id	578       Dodge IT
*/

if (typeof tc_site_id=='undefined') tc_site_id = 113;

// tc_server_url is the custom logging domain used by difrent brands, X being brand name
tc_server_url = "chrysler.sophus3.com";

// tc_log_path the direcoty location of the scripts hosted on the local server
tc_log_path = "/js";
document.write("<scr"+"ipt language='JavaScript' type='text/javascript' src='"+tc_log_path+"/logging-code.js'></scr"+"ipt>");