//
// This file is part of the overture tracking and should be included
// at the top of every page.
//
var pm_tagname    = "universalTag.txt";
var pm_tagversion = "1.4";
var pm_accountid  = "JQVN1DTH919DSM2B78CVG78KJ4";
var pm_scripthost = "http://srv.perf.overture.com";
var pm_customargs = "";
var pm_querystr   = "?" + "ver=" + pm_tagversion
                        + "&aid=" + pm_accountid + pm_customargs;

var pm_tag = "<script type=\"text/javascript\" src=\""
                + pm_scripthost + "/collweb/ScriptServlet" 
                + pm_querystr + "></script>";

$(function(){
    $('body').append( pm_tag );
});
