/**********This file contains a copy of google urchin.js************/
//-- UTM User Settings
//var _ufsc=1;            // set client info flag (1=on|0=off)
//var _udn="auto";        // (auto|none|domain) set the domain name for cookies
//var _uhash="on";        // (on|off) unique domain hash for cookies
//var _utimeout="1800";       // set the inactive session timeout in seconds
//var _ugifpath="/__utm.gif"; // set the web path to the __utm.gif file
//var _utsp="|";          // transaction field separator
//var _uflash=1;          // set flash version detect option (1=on|0=off)
//var _utitle=1;          // set the document title detect option (1=on|0=off)
//var _ulink=0;           // enable linker functionality (1=on|0=off)
//var _uanchor=0;         // enable use of anchors for campaign (1=on|0=off)
//var _utcp="/";          // the cookie path for tracking
//var _usample=100;       // The sampling % of visitors to track (1-100).

//-- UTM Campaign Tracking Settings
//_uctm=1;            // set campaign tracking module (1=on|0=off)
//_ucto="15768000";       // set timeout in seconds (6 month default)
_uccn="aa";   // Campaign Name/aka Campaign/utm_campaign/
_ucmd="bb";   // Campaign Medium/aka Ad Type/utm_medium/(cpc|cpm|link|email|organic)
_ucsr="ss";   // Campaign Source/aka Ad Source/utm_source/
_uctr="dd";   // Campaign Term/aka Keywords or terms/utm_term/
_ucct="ee";   // Campaign Content/aka A/B Testing/utm_content/
_ucid="ff";   // Campaign ID/aka Master Tracking Code
//_ucno="utm_nooverride"; // don't override


//-- Auto/Organic Sources and Keywords
//var _uOsr=new Array();
//var _uOkw=new Array();
//_uOsr[0]="google";  _uOkw[0]="q";
//_uOsr[1]="yahoo";   _uOkw[1]="p";
//_uOsr[2]="msn";     _uOkw[2]="q";
//_uOsr[3]="aol";     _uOkw[3]="query";
//_uOsr[4]="aol";     _uOkw[4]="encquery";
//_uOsr[5]="lycos";   _uOkw[5]="query";
//_uOsr[6]="ask";     _uOkw[6]="q";
//_uOsr[7]="altavista";   _uOkw[7]="q";
//_uOsr[8]="netscape";    _uOkw[8]="s";
//_uOsr[9]="cnn"; _uOkw[9]="query";
//_uOsr[10]="looksmart";  _uOkw[10]="qt";
//_uOsr[11]="about";  _uOkw[11]="terms";
//_uOsr[12]="mamma";  _uOkw[12]="query";
//_uOsr[13]="alltheweb";  _uOkw[13]="q";
//_uOsr[14]="gigablast";  _uOkw[14]="q";
//_uOsr[15]="voila";  _uOkw[15]="rdata";
//_uOsr[16]="virgilio";   _uOkw[16]="qs";
//_uOsr[17]="live";   _uOkw[17]="q";
//_uOsr[18]="baidu";  _uOkw[18]="wd";
//_uOsr[19]="alice";  _uOkw[19]="qs";
//_uOsr[20]="seznam"; _uOkw[20]="w";
//_uOsr[21]="yandex"; _uOkw[21]="text";
//_uOsr[22]="najdi";  _uOkw[22]="q";
//_uOsr[23]="aol";    _uOkw[23]="q";
//_uOsr[24]="club-internet"; _uOkw[24]="q";
//_uOsr[25]="mama";   _uOkw[25]="query";
//_uOsr[26]="seznam"; _uOkw[26]="q";
//_uOsr[27]="search"; _uOkw[27]="q";
_uOsr[28]="bittorrent"; _uOkw[28]="q";
//
//-- Auto/Organic Keywords to Ignore
//var _uOno=new Array();
//_uOno[0]="urchin";
//_uOno[1]="urchin.com";
//_uOno[2]="www.urchin.com";
//
//-- Referral domains to Ignore
//var _uRno=new Array();
//_uRno[0]=".urchin.com";
