// WebTrends SmartSource Data Collector Tag // Version: 9.4.0 // Tag Builder Version: 4.1 // Created: 12/12/2012 2:06:10 PM function WebTrends(){ var that=this; // begin: user modifiable this.dcsid="dcsdifbzp6iyw60yj319pdj4m_9s5i"; this.domain="sdc1.senate.gov"; this.timezone=-5; this.onsitedoms="*.senate.gov"; this.downloadtypes="xls,doc,pdf,txt,csv,zip,docx,xlsx"; this.navigationtag="div,table"; this.trackevents=true; this.trimoffsiteparams=true; this.enabled=true; this.i18n=false; this.paidsearchparams="gclid"; this.splitvalue=""; this.preserve=true; this.cookieTypes = "all"; this.FPCConfig = { enabled: (this.cookieTypes === "all" || this.cookieTypes == "firstPartyOnly"), name: "WT_FPC", domain: ".finance.senate.gov", expires: 63113851500 }; this.TPCConfig = { enabled: (this.cookieTypes === "all"), cfgType: (this.cookieTypes === "all") ? "":"1" }; // end: user modifiable this.DCS={}; this.WT={}; this.DCSext={}; this.images=[]; this.index=0; this.exre=(function(){return(window.RegExp?new RegExp("dcs(uri)|(ref)|(aut)|(met)|(sta)|(sip)|(pro)|(byt)|(dat)|(p3p)|(cfg)|(redirect)|(cip)","i"):"");})(); this.re=(function(){return(window.RegExp?(that.i18n?{"%25":/\%/g,"%26":/\&/g}:{"%09":/\t/g,"%20":/ /g,"%23":/\#/g,"%26":/\&/g,"%2B":/\+/g,"%3F":/\?/g,"%5C":/\\/g,"%22":/\"/g,"%7F":/\x7F/g,"%A0":/\xA0/g}):"");})(); } WebTrends.prototype.dcsGetId=function(){ if (this.enabled&&(document.cookie.indexOf(this.FPCConfig.name+"=")==-1)&&(document.cookie.indexOf("WTLOPTOUT=")==-1)&&this.TPCConfig.enabled){ document.write("<\/scr"+"ipt>"); } } WebTrends.prototype.setCookieTypes = function (types) { this.FPCConfig.enabled = (types === "all" || types == "firstPartyOnly"); this.TPCConfig.enabled = (types === "all"); this.TPCConfig.cfgType = (types === "all") ? "":"1" } WebTrends.prototype.dcsGetCookie=function(name){ var cookies=document.cookie.split("; "); var cmatch=[]; var idx=0; var i=0; var namelen=name.length; var clen=cookies.length; for (i=0;i0){ idx=0; if ((cmatchCount>1)&&(name==this.FPCConfig.name)){ var dLatest=new Date(0); for (i=0;idLatest){ dLatest.setTime(dLst.getTime()); idx=i; } } } return unescape(cmatch[idx].substring(namelen+1)); } else{ return null; } } WebTrends.prototype.dcsGetCrumb=function(cval,crumb,sep){ var aCookie=cval.split(sep||":"); for (var i=0;i(dLst.getTime()+1800000))||(dCur.getTime()>(dSes.getTime()+28800000))){ WT.vt_f_tlv=Math.floor((dSes.getTime()-adj)/1000); dSes.setTime(dCur.getTime()); WT.vt_f_s="1"; } if ((dCur.getDay()!=dLst.getDay())||(dCur.getMonth()!=dLst.getMonth())||(dCur.getYear()!=dLst.getYear())){ WT.vt_f_d="1"; } } WT.co_f=escape(WT.co_f); WT.vtid=(typeof(this.vtid)=="undefined")?WT.co_f:(this.vtid||""); WT.vtvs=(dSes.getTime()-adj).toString(); var expiry= (this.FPCConfig.expires) ? "; expires="+ new Date(new Date().getTime() + (this.FPCConfig.expires)).toGMTString():""; var cur=dCur.getTime().toString(); var ses=dSes.getTime().toString(); document.cookie=name+"="+"id="+WT.co_f+":lv="+cur+":ss="+ses+expiry+"; path=/"+(((this.FPCConfig.domain!=""))?("; domain="+this.FPCConfig.domain):("")); var rc=this.dcsIsFpcSet(name,WT.co_f,cur,ses); if (rc!=0){ WT.co_f=WT.vtvs=WT.vt_f_s=WT.vt_f_d=WT.vt_f_tlh=WT.vt_f_tlv=""; if (typeof(this.vtid)=="undefined"){ WT.vtid=""; } WT.vt_f=WT.vt_f_a=rc; } } WebTrends.prototype.dcsIsOnsite=function(host){ if (host.length>0){ host=host.toLowerCase(); if (host==window.location.hostname.toLowerCase()){ return true; } if (typeof(this.onsitedoms.test)=="function"){ return this.onsitedoms.test(host); } else if (this.onsitedoms.length>0){ var doms=this.dcsSplit(this.onsitedoms); var len=doms.length; for (var i=0;i0)&&(pr.indexOf("http")==0)&&!this.dcsIsOnsite(hn)){ var qry=e.search?e.search.substring(e.search.indexOf("?")+1,e.search.length):""; var pth=e.pathname?((e.pathname.indexOf("/")!=0)?"/"+e.pathname:e.pathname):"/"; this.dcsMultiTrack("DCS.dcssip", hn, "DCS.dcsuri", pth, "DCS.dcsqry", this.trimoffsiteparams ? "" : qry, "DCS.dcsref", window.location, "WT.ti", "Offsite:" + hn + pth + (qry.length ? ("?" + qry) : ""), "WT.dl", "24", "WT.nv", this.dcsNavigation(evt)); } } } } // Code section for Track clicks to links that contain anchors. WebTrends.prototype.dcsAnchor=function(evt){ evt=evt||(window.event||""); if (evt&&((typeof(evt.which)!="number")||(evt.which==1))){ var e=this.dcsEvt(evt,"A"); if (e.href){ var hn=e.hostname?(e.hostname.split(":")[0]):""; if (this.dcsIsOnsite(hn)&&e.hash&&(e.hash!="")&&(e.hash!="#")){ var qry=e.search?e.search.substring(e.search.indexOf("?")+1,e.search.length):""; var pth=e.pathname?((e.pathname.indexOf("/")!=0)?"/"+e.pathname:e.pathname):"/"; this.dcsMultiTrack("DCS.dcssip",hn,"DCS.dcsuri",escape(pth+e.hash),"WT.ti","Anchor:"+e.hash,"WT.dl","21","WT.nv",this.dcsNavigation(evt)); } } } } // Code section for clicks to image maps. WebTrends.prototype.dcsImageMap=function(evt){ evt=evt||(window.event||""); if (evt){ var e=this.dcsEvt(evt,"AREA"); if (e.href){ var hn=e.hostname?(e.hostname.split(":")[0]):""; if ((hn!="")&&e.protocol&&(e.protocol.indexOf("http")!=-1)){ var ttl=""; var map=this.dcsEvt(evt,"MAP"); if (map){ if (map.name){ ttl=map.name; } else if (map.id){ ttl=map.id; } } var pth=e.pathname?((e.pathname.indexOf("/")!=0)?"/"+e.pathname:e.pathname):"/"; this.dcsMultiTrack("DCS.dcssip",hn,"DCS.dcsuri",pth,"DCS.dcsqry",e.search||"","WT.ti","ImageMap:"+ttl,"WT.dl","30","WT.nv",this.dcsNavigation(evt)); } } } } WebTrends.prototype.dcsAdv=function(){ if (this.trackevents&&(typeof(this.dcsET)=="function")){ if (window.addEventListener){ window.addEventListener("load",this.dcsET.wtbind(this),false); } else if (window.attachEvent){ window.attachEvent("onload",this.dcsET.wtbind(this)); } } this.dcsFPC(); } WebTrends.prototype.dcsVar=function(){ var dCurrent=new Date(); var WT=this.WT; var DCS=this.DCS; WT.tz=parseInt(dCurrent.getTimezoneOffset()/60*-1)||"0"; WT.bh=dCurrent.getHours()||"0"; WT.ul=navigator.appName=="Netscape"?navigator.language:navigator.userLanguage; if (typeof(screen)=="object"){ WT.cd=navigator.appName=="Netscape"?screen.pixelDepth:screen.colorDepth; WT.sr=screen.width+"x"+screen.height; } if (typeof(navigator.javaEnabled())=="boolean"){ WT.jo=navigator.javaEnabled()?"Yes":"No"; } if (document.title){ if (window.RegExp){ var tire=new RegExp("^"+window.location.protocol+"//"+window.location.hostname+"\\s-\\s"); WT.ti=document.title.replace(tire,""); } else{ WT.ti=document.title; } } WT.js="Yes"; WT.jv=(function(){ var agt=navigator.userAgent.toLowerCase(); var major=parseInt(navigator.appVersion); var mac=(agt.indexOf("mac")!=-1); var ff=(agt.indexOf("firefox")!=-1); var ff0=(agt.indexOf("firefox/0.")!=-1); var ff10=(agt.indexOf("firefox/1.0")!=-1); var ff15=(agt.indexOf("firefox/1.5")!=-1); var ff20=(agt.indexOf("firefox/2.0")!=-1); var ff3up=(ff&&!ff0&&!ff10&!ff15&!ff20); var nn=(!ff&&(agt.indexOf("mozilla")!=-1)&&(agt.indexOf("compatible")==-1)); var nn4=(nn&&(major==4)); var nn6up=(nn&&(major>=5)); var ie=((agt.indexOf("msie")!=-1)&&(agt.indexOf("opera")==-1)); var ie4=(ie&&(major==4)&&(agt.indexOf("msie 4")!=-1)); var ie5up=(ie&&!ie4); var op=(agt.indexOf("opera")!=-1); var op5=(agt.indexOf("opera 5")!=-1||agt.indexOf("opera/5")!=-1); var op6=(agt.indexOf("opera 6")!=-1||agt.indexOf("opera/6")!=-1); var op7up=(op&&!op5&&!op6); var jv="1.1"; if (ff3up){ jv="1.8"; } else if (ff20){ jv="1.7"; } else if (ff15){ jv="1.6"; } else if (ff0||ff10||nn6up||op7up){ jv="1.5"; } else if ((mac&&ie5up)||op6){ jv="1.4"; } else if (ie5up||nn4||op5){ jv="1.3"; } else if (ie4){ jv="1.2"; } return jv; })(); WT.ct="unknown"; if (document.body&&document.body.addBehavior){ try{ document.body.addBehavior("#default#clientCaps"); WT.ct=document.body.connectionType||"unknown"; document.body.addBehavior("#default#homePage"); WT.hp=document.body.isHomePage(location.href)?"1":"0"; } catch(e){ } } if (document.all){ WT.bs=document.body?document.body.offsetWidth+"x"+document.body.offsetHeight:"unknown"; } else{ WT.bs=window.innerWidth+"x"+window.innerHeight; } WT.fv=(function(){ var i,flash; if (window.ActiveXObject){ for(i=15;i>0;i--){ try{ flash=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+i); return i+".0"; } catch(e){ } } } else if (navigator.plugins&&navigator.plugins.length){ for (i=0;i0;i--){ M=i; if (Silverlight.isInstalled(M+".0")){ break; } if (slv==M){ break; } } for (m=9;m>=0;m--){ F=M+"."+m; if (Silverlight.isInstalled(F)){ slv=F; break; } if (slv==F){ break; } } } } return slv; })(); if (this.i18n){ if (typeof(document.defaultCharset)=="string"){ WT.le=document.defaultCharset; } else if (typeof(document.characterSet)=="string"){ WT.le=document.characterSet; } else{ WT.le="unknown"; } } WT.tv="9.4.0"; WT.sp=this.splitvalue; WT.dl="0"; WT.ssl=(window.location.protocol.indexOf('https:')==0)?"1":"0"; DCS.dcsdat=dCurrent.getTime(); DCS.dcssip=window.location.hostname; DCS.dcsuri=window.location.pathname; WT.es=DCS.dcssip+DCS.dcsuri; if (window.location.search){ DCS.dcsqry=window.location.search; } if (DCS.dcsqry){ var dcsqry=DCS.dcsqry.toLowerCase(); var params=this.paidsearchparams.length?this.paidsearchparams.toLowerCase().split(","):[]; for (var i=0;i0){ if (name.toUpperCase().indexOf("WT.")==0){ this.WT[name.substring(3)]=content; } else if (name.toUpperCase().indexOf("DCSEXT.")==0){ this.DCSext[name.substring(7)]=content; } else if (name.toUpperCase().indexOf("DCS.")==0){ this.DCS[name.substring(4)]=content; } } } } } WebTrends.prototype.dcsTag=function(){ if (document.cookie.indexOf("WTLOPTOUT=")!=-1){ return; } var WT=this.WT; var DCS=this.DCS; var DCSext=this.DCSext; var i18n=this.i18n; var P="http"+(window.location.protocol.indexOf('https:')==0?'s':'')+"://"+this.domain+(this.dcsid==""?'':'/'+this.dcsid)+"/dcs.gif?"; if (i18n){ WT.dep=""; } for (var N in DCS){ if (DCS[N]&&(typeof DCS[N]!="function")){ P+=this.dcsA(N,DCS[N]); } } for (N in WT){ if (WT[N]&&(typeof WT[N]!="function")){ P+=this.dcsA("WT."+N,WT[N]); } } for (N in DCSext){ if (DCSext[N]&&(typeof DCSext[N]!="function")){ if (i18n){ WT.dep=(WT.dep.length==0)?N:(WT.dep+";"+N); } P+=this.dcsA(N,DCSext[N]); } } if (i18n&&(WT.dep.length>0)){ P+=this.dcsA("WT.dep",WT.dep); } if (P.length>2048&&navigator.userAgent.indexOf('MSIE')>=0){ P=P.substring(0,2040)+"&WT.tu=1"; } this.dcsCreateImage(P); this.WT.ad=""; } WebTrends.prototype.dcsDebug=function(){ var t=this; var i=t.images[0].src; var q=i.indexOf("?"); var r=i.substring(0,q).split("/"); var m="Protocol
"+r[0]+"
"; m+="Domain
"+r[2]+"
"; m+="Path
/"+r[3]+"/"+r[4]+"
"; m+="Query Params"+i.substring(q+1).replace(/\&/g,"
")+"
"; m+="
Cookies
"+document.cookie.replace(/\;/g,"
")+"
"; if (t.w&&!t.w.closed){ t.w.close(); } t.w=window.open("","dcsDebug","width=500,height=650,scrollbars=yes,resizable=yes"); t.w.document.write(m); t.w.focus(); } WebTrends.prototype.dcsCollect=function(){ if (this.enabled){ this.dcsVar(); this.dcsMeta(); this.dcsAdv(); if (typeof(this.dcsCustom)=="function"){ this.dcsCustom(); } this.dcsTag(); } } function dcsMultiTrack(){ if (typeof(_tag)!="undefined"){ return(_tag.dcsMultiTrack()); } } function dcsDebug(){ if (typeof(_tag)!="undefined"){ return(_tag.dcsDebug()); } } Function.prototype.wtbind = function(obj){ var method=this; var temp=function(){ return method.apply(obj,arguments); }; return temp; }