/* Touch Clarity logging request. http://www.touchclarity.com
 * Site identifier code for Opel.com
 * Copyright (c) Sophus3 2009.
 *
 * Change the value of tc_logging_active to switch off logging on the site.
 */

if (typeof tc_logging_active == 'undefined')
	tc_logging_active = true;

//Captures campaign parameters

if (tc_page_alias!= null && tc_page_alias.length > 1) {
	tc_page_alias += location.search;
}

// required configuration parameters
tc_site_id = 101;
tc_server_url = "gm.touchclarity.com";
tc_log_path = '/content_data/GME/019/common/touchclarity/';
document.write("<scr"+"ipt src=\""+tc_log_path+"/logging-code.js\"></scr"+"ipt>\n");
