/* 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.
 */

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 = "/partner/thetimes/sophus3";

document.write("<scr"+"ipt language='JavaScript' type='text/javascript' src='"+tc_log_path+"/logging-code.js'></scr"+"ipt>");

