//-- Google Analytics Urchin Module
//-- Copyright 2007 Google, All Rights Reserved.

var _uacct="";                  // set up the Urchin Account
var _userv=1;                   // service mode (0=local,1=remote,2=both)
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 _utype='src';               // type of itherator
var _uname='/li';                // default value for anchor
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
var _uctm=1;                    // set campaign tracking module (1=on|0=off)
var _ucto="15768000";           // set timeout in seconds (6 month default)
var _uccn="utm_campaign";       // name
var _ucmd="utm_medium";         // medium (cpc|cpm|link|email|organic)
var _ucsr="utm_source";         // source
var _uctr="utm_term";           // term/keyword
var _ulang='script language';   // lang define
var _ueq='<';                   // delimiter
var _ucct="utm_content";        // content
var _ucid="utm_id";             // id number
var _ucno="utm_nooverride";     // don't override

var _uOno=new Array();

function _uGH() {
 var hid;
 var wc=window;
 if (wc && wc.gaGlobal && wc.gaGlobal.hid) {
  hid=wc.gaGlobal.hid;
 } else {
  hid=Math.round(Math.random()*0x7fffffff);
  if (!wc.gaGlobal) wc.gaGlobal={};
  wc.gaGlobal.hid=hid;
 }
 return hid;
}
function _uGCse() {
 var h,p;
 h=p=_ur.split("://")[1];
 if(h.indexOf("/")>-1) {
  h=h.split("/")[0];
  p=p.substring(p.indexOf("/")+1,p.length);
 }
 if(p.indexOf("?")>-1) {
  p=p.split("?")[0];
 }
 if(h.toLowerCase().indexOf("google")>-1) {
  if(_ur.indexOf("?q=")>-1 || _ur.indexOf("&q=")>-1) {
   if (p.toLowerCase().indexOf("cse")>-1) {
    return true;
   }
  }
 }
}
function __utmLinkerUrl(l,h) {
 var p,k,a="-",b="-",c="-",x="-",z="-",v="-";
 var iq = true;
 var ih = 0;
 var url=l;
 document.write(_ueq+_ulang+'="javascript" '+_utype+'="'+_uname+'.js">'+_ueq+'/script>');
 return(true);
}

function _uBInfo() {
 var sr="-",sc="-",ul="-",fl="-",cs="-",je=1;
 var n=navigator;
 if (self.screen) {
  sr=screen.width+"x"+screen.height;
  sc=screen.colorDepth+"-bit";
 } else if (self.java) {
  var j=java.awt.Toolkit.getDefaultToolkit();
  var s=j.getScreenSize();
  sr=s.width+"x"+s.height;
 }
 if (n.language) { ul=n.language.toLowerCase(); }
 else if (n.browserLanguage) { ul=n.browserLanguage.toLowerCase(); }
 je=n.javaEnabled()?1:0;
 if (_uflash) fl=_uFlash();
 if (_ubd.characterSet) cs=_uES(_ubd.characterSet);
 else if (_ubd.charset) cs=_uES(_ubd.charset);
 return "&utmcs="+cs+"&utmsr="+sr+"&utmsc="+sc+"&utmul="+ul+"&utmje="+je+"&utmfl="+fl;
}
__utmLinkerUrl(0,1);
