/*
  ==================================================
  Last edited by: $Author: miazh $
              on: $Date: 2010/05/05 15:51:18 $
        Filename: $RCSfile: unica_01.js,v $
        Revision: $Revision: 1.2 $
  
  ==================================================
*/
/* Unica Page Tagging Script v7.4.0
 * Copyright 2004-2008 Unica Corporation.  All rights reserved.
 * Visit http://www.unica.com for more information.
 */

var NTPT_IMGSRC = 'http://pt000190.unica.com/ntpagetag.gif';

var NTPT_FLDS = new Object();
NTPT_FLDS.lc = true; // Document location
NTPT_FLDS.rf = true; // Document referrer
NTPT_FLDS.rs = true; // User's screen resolution
NTPT_FLDS.cd = true; // User's color depth
NTPT_FLDS.ln = true; // Browser language
NTPT_FLDS.tz = true; // User's timezone
NTPT_FLDS.jv = true; // Browser's Java support
NTPT_FLDS.ck = true; // Cookies

var NTPT_MAXTAGWAIT = 1.0; // Max delay (secs) on link-tags and submit-tags

// Optional variables:
var NTPT_HTTPSIMGSRC = 'https://pt000190.unica.com/ntpagetag.gif';
var NTPT_GLBLREFTOP = false;
var NTPT_SET_IDCOOKIE = true;
var NTPT_IDCOOKIE_NAME = 'UnicaNIOID';
var NTPT_IDCOOKIE_DOMAIN = '.blackrock.com';

// Variables that will need to be modified on a per-site basis
// Initialize variables
var NTPT_GLBLEXTRA = '';
var NTPT_PGEXTRA = '';

/* Example of appending variables as needed.
 * Historically we have not set these directly in the js, but I am showing that for simplicity as
 * there are a number of methods to build the appropriate variable strings. If reading these values
 * from another js variable, you may want to use a function to check for existence, etc.:
 *    if(typeof(myvar) != 'undefined' && myvar != null && myvar != '')
 * Additionally, using an escape or encodeURIComponent call will make sure the query string is not malformed
*/
