/* Sophus3 logging request. http://www.sophus3.com
 * Site identifier code for Opel Hungary
 * Copyright (c) Sophus Ltd 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;


// required configuration parameters
tc_site_id = 535;
tc_server_url = "gm.touchclarity.com";

/*
var caller_script_tag = document.getElementById("touchclarity_script_tag");
if (caller_script_tag != null){
  tc_log_path = caller_script_tag.src.replace(/\/logging\.js/, "");
}else{
  tc_log_path = "/js";
}

document.write("<scr"+"ipt language='JavaScript' type='text/javascript' src='"+tc_log_path+"/logging-code.js'></scr"+"ipt>\n");
*/




