<!-- PART 1 -->
<!-- This part intentionally left blank -->

// <!--
// This code below extracts the contents of the
// location.search and conveniently seperates
// the name and value into a usable form.
// Don't alter this code.
//  -->
function GetCookie (name) {
 var arg = name + "=";
 var alen = arg.length;
 var clen = document.cookie.length;
 var i = 0;
 while (i < clen) {
  var j = i + alen;
  if (document.cookie.substring(i, j) == arg)
   return getCookieVal (j);
   i = document.cookie.indexOf(" ", i) + 1;
   if (i == 0) break;
 }
 return null;
}
function replace(str, from, to) {
    var i = str.indexOf(from);
    if (!from || !str || i == -1) return str;
    var newstr = str.substring(0, i) + to;
    if (i+from.length < str.length)
        newstr += replace(str.substring(
        i+from.length,str.length),from,to);
    return newstr;
}
function getQry(nm)
{
    if (!location.search) return '';
    var i, j, qry;
    qry = location.search.substring(1);
    i = qry.indexOf(nm)+nm.length+1;
    if (i == nm.length) return '';
    j = qry.indexOf('&',i);
    if (j+1) qry = qry.substring(i,j);
    else     qry = qry.substring(i);
    return unescape(replace(qry, '+', ' '));
}

function substitute(str, from, to) {
    var i = str.indexOf(from);
    if (!from || !str || i == -1) return str;
    var newstr = str.substring(0, i);
    if (i+from.length < str.length)
        newstr += replace(str.substring(
        i+from.length,str.length),from);
    return newstr;

}
function convert(nm)
{
    if (!location.search) return '';
    var i, j, qry;
    qry = location.search.substring(1);
    i = qry.indexOf(nm)+nm.length+1;
    if (i == nm.length) return '';
    j = qry.indexOf('&',i);
    if (j+1) qry = qry.substring(i,j);
    else     qry = qry.substring(i);
    return unescape(substitute(qry, '+'));
}
<!-- The JV detection function has been updated and included in PART 3 -->
<!-- PART 2 -->
	if (window.location.hostname=="reviews.ticketmaster.com"){
		var chk_meta;
		if (document.all){
			chk_meta=document.all.tags("meta");
		}
		else if (document.documentElement){
			chk_meta=document.getElementsByTagName("meta");
		}
		if (typeof(chk_meta)=="undefined"){
			//other bucket
			var gDcsId="dcsj97m815twkf3961o1cqf6d_1z6s";
		}
		else {
			//tm bucket
			var gDcsId="dcswoopddcydgs5w0kcrt8909_9x6v";
		}
	}
	else if (window.location.hostname=="reviews.ticketmaster.ca"){
		var chk_meta;
		if (document.all){
			chk_meta=document.all.tags("meta");
		}
		else if (document.documentElement){
			chk_meta=document.getElementsByTagName("meta");
		}
		if (typeof(chk_meta)=="undefined"){
			//other bucket
			var gDcsId="dcsj97m815twkf3961o1cqf6d_1z6s";
		}
		else {
			//tm bucket
			var gDcsId="dcsxwi2yzvu01e22v8wdjmkkc_8i7u";
		}
	}
	else if (window.location.hostname=="reviews.ticketmaster.com.mx"){
		var chk_meta;
		if (document.all){
			chk_meta=document.all.tags("meta");
		}
		else if (document.documentElement){
			chk_meta=document.getElementsByTagName("meta");
		}
		if (typeof(chk_meta)=="undefined"){
			//other bucket
			var gDcsId="dcs5jpcyf00000slbhvjwsqdo_8q4v";
		}
		else {
			//tm bucket
			var gDcsId="dcs5jpcyf00000slbhvjwsqdo_8q4v";
		}
	}
	else if (window.location.hostname=="reviews.ticketmaster.com.au"){
		var chk_meta;
		if (document.all){
			chk_meta=document.all.tags("meta");
		}
		else if (document.documentElement){
			chk_meta=document.getElementsByTagName("meta");
		}
		if (typeof(chk_meta)=="undefined"){
			//other bucket
			var gDcsId="dcsyufut8000008ahu5ej4u07_4j8l";
		}
		else {
			//tm bucket
			var gDcsId="dcsyufut8000008ahu5ej4u07_4j8l";
		}
	}
	else if (window.location.hostname=="reviews.ticketmaster.co.nz"){
		var chk_meta;
		if (document.all){
			chk_meta=document.all.tags("meta");
		}
		else if (document.documentElement){
			chk_meta=document.getElementsByTagName("meta");
		}
		if (typeof(chk_meta)=="undefined"){
			//other bucket
			var gDcsId="dcsj5ozod10000k3gymlnfksp_8h1w";
		}
		else {
			//tm bucket
			var gDcsId="dcsj5ozod10000k3gymlnfksp_8h1w";
		}
	}
	else if (window.location.hostname=="reviews.ticketmaster.co.uk"){
		var chk_meta;
		if (document.all){
			chk_meta=document.all.tags("meta");
		}
		else if (document.documentElement){
			chk_meta=document.getElementsByTagName("meta");
		}
		if (typeof(chk_meta)=="undefined"){
			//other bucket
			var gDcsId="dcsj97m815twkf3961o1cqf6d_1z6s";
		}
		else {
			//tm bucket
			var gDcsId="dcsg42ynd00000008uc4uysel_1j7d";
		}
	}
	else if (window.location.hostname=="reviews.ticketmaster.ie"){
		var chk_meta;
		if (document.all){
			chk_meta=document.all.tags("meta");
		}
		else if (document.documentElement){
			chk_meta=document.getElementsByTagName("meta");
		}
		if (typeof(chk_meta)=="undefined"){
			//other bucket
			var gDcsId="dcsj97m815twkf3961o1cqf6d_1z6s";
		}
		else {
			//tm bucket
			var gDcsId="dcst1cnod000008u89bou5tel_2w4v";
		}
	}
	else if (window.location.hostname=="reviews.ticketmaster.de"){
		var chk_meta;
		if (document.all){
			chk_meta=document.all.tags("meta");
		}
		else if (document.documentElement){
			chk_meta=document.getElementsByTagName("meta");
		}
		if (typeof(chk_meta)=="undefined"){
			//other bucket
			var gDcsId="dcsj97m815twkf3961o1cqf6d_1z6s";
		}
		else {
			//tm bucket
			var gDcsId="dcs3j66xe10000slb999n2gfh_2q5x";
		}
	}
	else if (window.location.hostname=="reviews.ticketmaster.es"){
		var chk_meta;
		if (document.all){
			chk_meta=document.all.tags("meta");
		}
		else if (document.documentElement){ 
			chk_meta=document.getElementsByTagName("meta");
		}
		if (typeof(chk_meta)=="undefined"){
			//other bucket
			var gDcsId="dcsj97m815twkf3961o1cqf6d_1z6s";
		}
		else {
			//tm bucket
			var gDcsId="dcs5brmdq000000oie2uric4o_2r6v";
		}
	}
	else {
	      //other bucket
	      var gDcsId="dcsj97m815twkf3961o1cqf6d_1z6s";
	}
//-->
<!-- PART 3 -->
var gImages=new Array;
var gIndex=0;
var DCS=new Object();
var WT=new Object();
var DCSext=new Object();

var gDomain="statse.webtrendslive.com";

var gFpc="WT_FPC";
var gConvert=true;

if ((typeof(gConvert)!="undefined")&&gConvert&&(document.cookie.indexOf(gFpc+"=")==-1)&&(document.cookie.indexOf("WTLOPTOUT=")==-1)){
	document.write("<SCR"+"IPT TYPE='text/javascript' SRC='"+"http"+(window.location.protocol.indexOf('https:')==0?'s':'')+"://"+gDomain+"/"+gDcsId+"/wtid.js"+"'><\/SCR"+"IPT>");
}




//==============================================================
// This section creates a new meta tag to store the uri and tm_link
var myDocumentHead;
if (document.all){
    myDocumentHead=document.all.tags("head")[0];
}
else if (document.documentElement){
    myDocumentHead=document.getElementsByTagName("head")[0];
}

var newMetaTag = document.createElement("meta");
newMetaTag.setAttribute('name', 'DCSext.uri');
newMetaTag.setAttribute('content', window.location.pathname);
myDocumentHead.appendChild(newMetaTag);
var ac_link_value = getQry("ac_link");
if(ac_link_value){
  newMetaTag = document.createElement("meta");
  newMetaTag.setAttribute('name', 'DCSext.ac_link');
    if(ac_link_value.match("rnd=")){
        newMetaTag.setAttribute('content', "NULL");
    }else{
        newMetaTag.setAttribute('content', ac_link_value ? ac_link_value : "NULL");
    }
  myDocumentHead.appendChild(newMetaTag);
}

var CAMEFROM_value = getQry("CAMEFROM") ? getQry("CAMEFROM") : "";
if(CAMEFROM_value){
  newMetaTag = document.createElement("meta");
  newMetaTag.setAttribute('name', 'DCSext.CFC');
      if(CAMEFROM_value.match("rnd=")){
        newMetaTag.setAttribute('content', "NULL");
    }else{
        newMetaTag.setAttribute('content', CAMEFROM_value ? CAMEFROM_value : "NULL");
    }
  myDocumentHead.appendChild(newMetaTag);
}
var tm_link_value = getQry("tm_link");
if(tm_link_value){
    newMetaTag = document.createElement("meta");
    newMetaTag.setAttribute('name', 'DCSext.tm_link');
    // As a result ofpeople monkeying around with our URLs tm_links are coming back as unique and are overloading our reports
    // If the tm_link value contains bogus entries such as "rnd=" reset it to "NULL"
    if(tm_link_value.match("rnd=")){
        newMetaTag.setAttribute('content', "NULL");
    }else{
        newMetaTag.setAttribute('content', tm_link_value ? tm_link_value : "NULL");
    }
    myDocumentHead.appendChild(newMetaTag);
}
var tm_session = GetCookie("SID");
if (tm_session){
    newMetaTag = document.createElement("meta");
    newMetaTag.setAttribute('name', 'DCSext.tm_session');
    newMetaTag.setAttribute('content', tm_session);
    myDocumentHead.appendChild(newMetaTag);
}


                                    
//==============================================================
// This will allow WT to recognize the flag set on SEM keyword 
// links to TM.com. Currently, Sherry and team are appending 
// "WT.srch=1" flag to the end of the URL for paid search terms.
// 
// For example, if you search Google for "Virginia Opera Tickets" 
// now, and click on the TM link in the sponsored section, you 
// get directed to: 
// http://www.ticketmaster.com/artist/804515?WT.srch=1 

var wt_srch_value = getQry("WT.srch");
if(wt_srch_value){
  newMetaTag = document.createElement("meta");
  newMetaTag.setAttribute('name', 'WT.srch');
  newMetaTag.setAttribute('content', wt_srch_value ? wt_srch_value : "NULL");
  myDocumentHead.appendChild(newMetaTag);
}
//==============================================================

var gService = true;
var gTimeZone = -8;
// Code section for Enable First-Party Cookie Tracking
function dcsCookie(){
	if (typeof(dcsOther)=="function"){
		dcsOther();
	}
	else if (typeof(dcsPlugin)=="function"){
		dcsPlugin();
	}
	else if (typeof(dcsFPC)=="function"){
		dcsFPC(gTimeZone);
	}
}
function dcsGetCookie(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;i<clen;i++){
		var c=cookies[i];
		if ((c.substring(0,namelen+1))==(name+"=")){
			cmatch[idx++]=c;
		}
	}
	var cmatchCount=cmatch.length;
	if (cmatchCount>0){
		idx=0;
		if ((cmatchCount>1)&&(typeof(gFpc)!="undefined")&&(name==gFpc)){
			var dLatest=new Date(0);
			for (i=0;i<cmatchCount;i++){
				var lv=parseInt(dcsGetCrumb(cmatch[i],"lv"));
				var dLst=new Date(lv);
				if (dLst>dLatest){
					dLatest.setTime(dLst.getTime());
					idx=i;
				}
			}
		}
		return unescape(cmatch[idx].substring(namelen+1));
	}
	else{
		return null;
	}
}
function dcsGetCrumb(cval,crumb){
	var aCookie=cval.split(":");
	for (var i=0;i<aCookie.length;i++){
		var aCrumb=aCookie[i].split("=");
		if (crumb==aCrumb[0]){
			return aCrumb[1];
		}
	}
	return null;
}
function dcsGetIdCrumb(cval,crumb){
	var id=cval.substring(0,cval.indexOf(":lv="));
	var aCrumb=id.split("=");
	for (var i=0;i<aCrumb.length;i++){
		if (crumb==aCrumb[0]){
			return aCrumb[1];
		}
	}
	return null;
}
function dcsIsFpcSet(name,id,lv,ss){
	var c=dcsGetCookie(name);
	if (c){
		return ((id==dcsGetIdCrumb(c,"id"))&&(lv==dcsGetCrumb(c,"lv"))&&(ss==dcsGetCrumb(c,"ss")))?0:3;
	}
	return 2;
}
function dcsFPC(offset){
	if (typeof(offset)=="undefined"){
		return;
	}
	if (document.cookie.indexOf("WTLOPTOUT=")!=-1){
		return;
	}
	var name=gFpc;
	var dCur=new Date();
	var adj=(dCur.getTimezoneOffset()*60000)+(offset*3600000);
	dCur.setTime(dCur.getTime()+adj);
	var dExp=new Date(dCur.getTime()+315360000000);
	var dSes=new Date(dCur.getTime());
	WT.co_f=WT.vt_sid=WT.vt_f=WT.vt_f_a=WT.vt_f_s=WT.vt_f_d=WT.vt_f_tlh=WT.vt_f_tlv="";
	if (document.cookie.indexOf(name+"=")==-1){
		if ((typeof(gWtId)!="undefined")&&(gWtId!="")){
			WT.co_f=gWtId;
		}
		else if ((typeof(gTempWtId)!="undefined")&&(gTempWtId!="")){
			WT.co_f=gTempWtId;
			WT.vt_f="1";
		}
		else{
			WT.co_f="2";
			var cur=dCur.getTime().toString();
			for (var i=2;i<=(32-cur.length);i++){
				WT.co_f+=Math.floor(Math.random()*16.0).toString(16);
			}
			WT.co_f+=cur;
			WT.vt_f="1";
		}
		if (typeof(gWtAccountRollup)=="undefined"){
			WT.vt_f_a="1";
		}
		WT.vt_f_s=WT.vt_f_d="1";
		WT.vt_f_tlh=WT.vt_f_tlv="0";
	}
	else{
		var c=dcsGetCookie(name);
		var id=dcsGetIdCrumb(c,"id");
		var lv=parseInt(dcsGetCrumb(c,"lv"));
		var ss=parseInt(dcsGetCrumb(c,"ss"));
		if ((id==null)||(id=="null")||isNaN(lv)||isNaN(ss)){
			return;
		}
		WT.co_f=id;
		var dLst=new Date(lv);
		WT.vt_f_tlh=Math.floor((dLst.getTime()-adj)/1000);
		dSes.setTime(ss);
		if ((dCur.getTime()>(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.vt_sid=WT.co_f+"."+(dSes.getTime()-adj);
	var expiry="; expires="+dExp.toGMTString();
	var cur=dCur.getTime().toString();
	var ses=dSes.getTime().toString();
	document.cookie=name+"="+"id="+WT.co_f+":lv="+cur+":ss="+ses+expiry+"; path=/"+(((typeof(gFpcDom)!="undefined")&&(gFpcDom!=""))?("; domain="+gFpcDom):(""));
	var rc=dcsIsFpcSet(name,WT.co_f,cur,ses);
	if (rc!=0){
		WT.co_f=WT.vt_sid=WT.vt_f_s=WT.vt_f_d=WT.vt_f_tlh=WT.vt_f_tlv="";
		WT.vt_f=WT.vt_f_a=rc;
	}
}

// Code section for Use the new first-party cookie generated with this tag.

function dcsAdv(){
	dcsFunc("dcsCookie");
}

function dcsFunc(func){
	if (typeof(window[func])=="function"){
		window[func]();
	}
}

function dcsMultiTrack() {
    for (var i=0;i<arguments.length;i++) {
        if (arguments[i].indexOf('WT.')==0) {
            WT[arguments[i].substring(3)]=arguments[i+1];
            i++;
        }
        if (arguments[i].indexOf('DCS.')==0) {
            DCS[arguments[i].substring(4)]=arguments[i+1];
            i++;
        }
        if (arguments[i].indexOf('DCSext.')==0) {
            DCSext[arguments[i].substring(7)]=arguments[i+1];
            i++;
        }
    }
    var dCurrent=new Date();
    DCS.dcsdat=dCurrent.getTime();
    dcsTag();
}
// End dcsMultiTrack function

function dcsVar(){
	var dCurrent=new Date();
	WT.tz=dCurrent.getTimezoneOffset()/60*-1;
	if (WT.tz==0){
		WT.tz="0";
	}
	WT.bh=dCurrent.getHours();
	WT.ul=navigator.appName=="Netscape"?navigator.language:navigator.userLanguage;
	if (typeof(screen)=="object"){
        try {
            WT.cd=screen.colorDepth;
            WT.sr=screen.width+"x"+screen.height;
        }
        catch(error) {
        }   
	}
	if (typeof(navigator.javaEnabled())=="boolean"){
		WT.jo=navigator.javaEnabled()?"Yes":"No";
	}
	if (document.title){
// Overriding Webtrends default setting to prevent overflowing the "Page View" Reporting (Bug 49665)
//		WT.ti=document.title;
		WT.ti='Miscellaneous';
	}
	WT.js="Yes";
	WT.jv=dcsJV();
	DCS.dcsdat=dCurrent.getTime();
	DCS.dcssip=window.location.hostname;
// Overriding Webtrends default setting to prevent overflowing the "Page View" Reporting (Bug 49665)
//		DCS.dcsuri=window.location.pathname;
		DCS.dcsuri='Miscellaneous';
//	if (window.location.search){
//		DCS.dcsqry=window.location.search;
//	}
	if ((window.document.referrer!="")&&(window.document.referrer!="-")){
		if (!(navigator.appName=="Microsoft Internet Explorer"&&parseInt(navigator.appVersion)<4)){
			DCS.dcsref=window.document.referrer;
		}
	}
}

function dcsJV(){
	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 ff2up=(ff&&!ff0&&!ff10&!ff15);
	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 (ff2up){
		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;
}

function A(N,V){
	return "&"+N+"="+dcsEscape(V);
}

function dcsEscape(S){
	if (typeof(RE)!="undefined"){
		var retStr = new String(S);
		for (R in RE){
			retStr = retStr.replace(RE[R],R);
		}
		return retStr;
	}
	else{
		return escape(S);
	}
}

function dcsCreateImage(dcsSrc){
	if (document.images){
		gImages[gIndex]=new Image;
		gImages[gIndex].src=dcsSrc;
		gIndex++;
	}
	else{
		document.write('<IMG BORDER="0" NAME="DCSIMG" WIDTH="1" HEIGHT="1" SRC="'+dcsSrc+'">');
	}
}

function dcsMeta(){
	var myDocumentElements;
	if (document.all){
		myDocumentElements=document.all.tags("meta");
	}
	else if (document.documentElement){
		myDocumentElements=document.getElementsByTagName("meta");
	}
	if (typeof(myDocumentElements)!="undefined"){
		for (var i=1;i<=myDocumentElements.length;i++){
			myMeta=myDocumentElements.item(i-1);
			if (myMeta.name){
				if (myMeta.name.indexOf('WT.')==0){
					WT[myMeta.name.substring(3)]=myMeta.content;
				}
				else if (myMeta.name.indexOf('DCSext.')==0){
					DCSext[myMeta.name.substring(7)]=myMeta.content;
				}
				else if (myMeta.name.indexOf('DCS.')==0){
					DCS[myMeta.name.substring(4)]=myMeta.content;
				}
			}
		}
	}
}

function dcsTag(){
	var P="http"+(window.location.protocol.indexOf('https:')==0?'s':'')+"://"+gDomain+(gDcsId==""?'':'/'+gDcsId)+"/dcs.gif?";
	for (N in DCS){
		if (DCS[N]) {
			P+=A(N,DCS[N]);
		}
	}
	for (N in WT){
		if (WT[N]) {
			P+=A("WT."+N,WT[N]);
		}
	}
	for (N in DCSext){
		if (DCSext[N]) {
			P+=A(N,DCSext[N]);
		}
	}
	if (P.length>2048&&navigator.userAgent.indexOf('MSIE')>=0){
		P=P.substring(0,2040)+"&WT.tu=1";
	}
	dcsCreateImage(P);
}



//-->
