/* sophus3 logging request. http://www.sophus3.com
 * Site identifier code for Mini UK
 * Copyright (c) sophus3 Ltd 2001-2007. All rights reserved. Patent Pending.
 *
 * Change the value of tc_logging_active to switch off logging on the site.
 * Updated  - 13/05/2010
 */


if (typeof tc_logging_active == 'undefined') 
	tc_logging_active = true;

/* append Query String the tc_page_alias if found */
if (typeof tc_page_alias != 'undefined') {
       if (location.search != null && location.search.length > 1) {
              if (tc_page_alias.indexOf('?') == -1) {
                     tc_page_alias = tc_page_alias + location.search;
              } else {
                     tc_page_alias = tc_page_alias + "&" + location.search.substring(1);
              }
       }
}
/* END */

// required configuration parameters
tc_site_id = 473;
tc_server_url = "bmw.touchclarity.com";
tc_log_path = "/sophus3";
document.write("<scr"+"ipt language='JavaScript' type='text/javascript' src='"+tc_log_path+"/logging-code.js'></scr"+"ipt>");