/*
Touch Clarity logging request. http://www.touchclarity.com
Site identifier code for tag testing
Copyright (c) Touch Clarity Ltd 2001-2004. All rights reserved. Patent Pending.
Change the value of tc_logging_active to switch off logging on the site.
 */

if (typeof tc_logging_active == 'undefined')
  tc_logging_active = true;

tc_site_id = 437;
tc_server_url = "adserve.tescofinance.com";
tc_log_path = "/personal/finance/adserve";

/* #### TC PLUGINS - CHANGES BELOW HERE UNSUPPORTED #### */
/* Touch Clarity customisation */

function tc_swf_content(swf_url, w, h, href, gif_url) {
            var swfObj = new deconcept.SWFObject(swf_url, 'flash', w, h, "6.0.0");
            swfObj.addParam("wmode", "opaque");
            if (deconcept.SWFObjectUtil.getPlayerVersion().versionIsValid(swfObj.getAttribute('version'))){
                        return swfObj.getSWFHTML();
                                    } else {
                                                var html = "<a href='"+href+"'><img src='"+gif_url+"' width='"+w+"' height='"+h+"' border='0' /></a>";
                                                return html;
            }
}

/* #### TC PLUGINS - END #### */
// must always come last
document.write("<scr"+"ipt language='JavaScript' type='text/javascript' src='"+tc_log_path+"/logging-code.js'></scr"+"ipt>\n");
