// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03A TN_Widget.CreateTable([['Dead For Love','The Upstairs at Avondale Brewing Company','Birmingham, AL','Friday','2/21/2025','8:00 PM','6947871','Dead-For-Love-2-21-2025'],['Dead & Company','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Thursday','3/20/2025','7:30 PM','6863907','Dead---Company-3-20-2025'],['Dead & Company','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Friday','3/21/2025','7:30 PM','6863908','Dead---Company-3-21-2025'],['Dead & Company','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Saturday','3/22/2025','7:30 PM','6863909','Dead---Company-3-22-2025'],['Dead & Company','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Thursday','3/27/2025','7:30 PM','6863910','Dead---Company-3-27-2025'],['Dead & Company','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Friday','3/28/2025','7:30 PM','6863911','Dead---Company-3-28-2025'],['Dead & Company','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Saturday','3/29/2025','7:30 PM','6863912','Dead---Company-3-29-2025'],['Dead & Company','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Thursday','4/17/2025','7:30 PM','6863914','Dead---Company-4-17-2025'],['Dead & Company','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Friday','4/18/2025','7:30 PM','6863915','Dead---Company-4-18-2025'],['Dead & Company','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Saturday','4/19/2025','7:30 PM','6863916','Dead---Company-4-19-2025'],['Dead & Company','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Thursday','4/24/2025','7:30 PM','6863917','Dead---Company-4-24-2025'],['Dead & Company','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Friday','4/25/2025','7:30 PM','6863918','Dead---Company-4-25-2025'],['Dead & Company','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Saturday','4/26/2025','7:30 PM','6863919','Dead---Company-4-26-2025'],['Hyryder - Tribute to Grateful Dead','Moontown Brewing Company','Whitestown, IN','Sunday','4/27/2025','8:00 PM','6924909','Hyryder---Tribute-to-Grateful-Dead-4-27-2025'],['Sonic Temple Art & Music Festival: Korn, Metallica, Linkin Park & Alice In Chains - 4 Day Pass','Historic Crew Stadium','Columbus, OH','Thursday','5/8/2025','TBD','6552411','Sonic-Temple-Art---Music-Festival--Korn--Metallica--Linkin-Park---Alice-In-Chains---4-Day-Pass-5-8-2025'],['Dead & Company','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Friday','5/9/2025','7:30 PM','6863920','Dead---Company-5-9-2025'],['Dead & Company','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Saturday','5/10/2025','7:30 PM','6863921','Dead---Company-5-10-2025'],['Dead & Company','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Sunday','5/11/2025','7:30 PM','6863922','Dead---Company-5-11-2025'],['The Dead South','Avondale Brewing Company','Birmingham, AL','Tuesday','5/13/2025','7:00 PM','6944877','The-Dead-South-5-13-2025'],['Dead & Company','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Thursday','5/15/2025','7:30 PM','6863923','Dead---Company-5-15-2025'],['Dead & Company','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Friday','5/16/2025','7:30 PM','6863924','Dead---Company-5-16-2025'],['Dead & Company','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Saturday','5/17/2025','7:30 PM','6863925','Dead---Company-5-17-2025']],'Dead and Company','http://www.ticketnetwork.com/ticket/Dead-and-Company-events.aspx');