/* Sophus3 logging request. http://www.sophus3.com
 * Copyright (c) Sophus Ltd 2000-2007. All rights reserved. Patent Pending.
 * Change the value of tc_logging_active to switch off logging on the site.
 
  20071120 - tc_loc_path changed and server url corrected - BKo
  20071217 - script activated - BKo
 */

tc_logging_active = true;

if (typeof tc_logging_active == 'undefined') tc_logging_active = false;

tc_site_id = 1;

// required configuration parameters
tc_server_url = "times.sophus3.com";

// Change to match directory location of logging-code.js file from root (start with /) or relativly
tc_log_path = "/sophus3";

document.write("<scr"+"ipt language='JavaScript' type='text/javascript' src='"+tc_log_path+"/logging-code.js'></scr"+"ipt>");

