/*
* Sophus3 logging request. http://www.sophus3.com
* Custom DRAFT code for the Hyundai America 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 = 573;

// tc_server_url is the custom logging domain used by difrent brands, X being brand name
tc_server_url = "hyundai.touchclarity.com";

// tc_log_path the direcoty location of the scripts hosted on the local server
tc_log_path = "/scripts";
document.write("<scr"+"ipt language='JavaScript' type='text/javascript' src='"+tc_log_path+"/logging-code.js'></scr"+"ipt>");