/* Sophus3 logging request. http://www.sophus3.com
 * Site identifier code for Eon campaign 09
 * Copyright (c) Sophus Ltd All rights reserved. Patent Pending.
 *
 *
 * Change the value of tc_logging_active to switch off logging on the site.
 * 
 *
 * Issued 09/09/01 (update)   
 */


if (typeof tc_logging_active == 'undefined') tc_logging_active = true;

tc_site_id = 709;
tc_server_url = "campaigns.sophus3.com";
tc_log_path = "/design/eontalkingenergy/javascript/logging-code.js";
document.write("<scr"+"ipt language='JavaScript' type='text/javascript' src='"+tc_log_path+"'></scr"+"ipt>");
