// 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-01A TN_Widget.CreateTable([['They Might Be Giants - 2 Day Pass','The Fillmore - San Francisco','San Francisco, CA','Friday','5/9/2025','TBD','6791835','They-Might-Be-Giants---2-Day-Pass-5-9-2025'],['They Might Be Giants','The Fillmore - San Francisco','San Francisco, CA','Friday','5/9/2025','8:00 PM','6775419','They-Might-Be-Giants-5-9-2025'],['They Might Be Giants','The Fillmore - San Francisco','San Francisco, CA','Saturday','5/10/2025','8:00 PM','6775420','They-Might-Be-Giants-5-10-2025'],['They Might Be Giants','The Fillmore - San Francisco','San Francisco, CA','Sunday','5/11/2025','8:00 PM','6885311','They-Might-Be-Giants-5-11-2025'],['They Might Be Giants - 2 Day Pass','The Observatory - North Park','San Diego, CA','Tuesday','5/13/2025','TBD','6775423','They-Might-Be-Giants---2-Day-Pass-5-13-2025'],['They Might Be Giants','The Observatory - North Park','San Diego, CA','Tuesday','5/13/2025','8:00 PM','6775421','They-Might-Be-Giants-5-13-2025'],['They Might Be Giants','The Observatory - North Park','San Diego, CA','Wednesday','5/14/2025','8:00 PM','6775422','They-Might-Be-Giants-5-14-2025'],['They Might Be Giants','Orpheum Theatre - Los Angeles','Los Angeles, CA','Friday','5/16/2025','8:00 PM','6775424','They-Might-Be-Giants-5-16-2025'],['They Might Be Giants','Orpheum Theatre - Los Angeles','Los Angeles, CA','Saturday','5/17/2025','8:00 PM','6885081','They-Might-Be-Giants-5-17-2025'],['They Might Be Giants','McMenamins Crystal Ballroom','Portland, OR','Friday','6/6/2025','8:00 PM','6775762','They-Might-Be-Giants-6-6-2025'],['They Might Be Giants','McMenamins Crystal Ballroom','Portland, OR','Saturday','6/7/2025','8:00 PM','6775763','They-Might-Be-Giants-6-7-2025'],['They Might Be Giants','McMenamins Crystal Ballroom','Portland, OR','Sunday','6/8/2025','8:00 PM','6884840','They-Might-Be-Giants-6-8-2025'],['They Might Be Giants','The Depot - Salt Lake City','Salt Lake City, UT','Tuesday','6/10/2025','8:00 PM','6775425','They-Might-Be-Giants-6-10-2025'],['They Might Be Giants','The Depot - Salt Lake City','Salt Lake City, UT','Wednesday','6/11/2025','7:00 PM','6885545','They-Might-Be-Giants-6-11-2025'],['They Might Be Giants','The Neptune Theatre','Seattle, WA','Friday','6/13/2025','8:00 PM','6775426','They-Might-Be-Giants-6-13-2025'],['They Might Be Giants','The Neptune Theatre','Seattle, WA','Saturday','6/14/2025','8:00 PM','6775427','They-Might-Be-Giants-6-14-2025'],['They Might Be Giants','The Neptune Theatre','Seattle, WA','Sunday','6/15/2025','8:00 PM','6885546','They-Might-Be-Giants-6-15-2025'],['They Might Be Giants','The Eastern - GA','Atlanta, GA','Friday','10/24/2025','8:00 PM','6779688','They-Might-Be-Giants-10-24-2025'],['They Might Be Giants','The Eastern - GA','Atlanta, GA','Saturday','10/25/2025','8:00 PM','6889087','They-Might-Be-Giants-10-25-2025'],['They Might Be Giants','The Signal - TN','Chattanooga, TN','Thursday','11/13/2025','8:00 PM','6775415','They-Might-Be-Giants-11-13-2025'],['They Might Be Giants - 2 Day Pass','Brooklyn Bowl - Nashville','Nashville, TN','Friday','11/14/2025','TBD','6775418','They-Might-Be-Giants---2-Day-Pass-11-14-2025'],['They Might Be Giants','Brooklyn Bowl - Nashville','Nashville, TN','Friday','11/14/2025','8:00 PM','6775416','They-Might-Be-Giants-11-14-2025'],['They Might Be Giants','Brooklyn Bowl - Nashville','Nashville, TN','Saturday','11/15/2025','8:00 PM','6775417','They-Might-Be-Giants-11-15-2025'],['They Might Be Giants','The Orange Peel','Asheville, NC','Tuesday','11/18/2025','8:00 PM','6774506','They-Might-Be-Giants-11-18-2025'],['They Might Be Giants','The Orange Peel','Asheville, NC','Wednesday','11/19/2025','8:00 PM','6774507','They-Might-Be-Giants-11-19-2025']],'They Might Be Giants','http://www.ticketnetwork.com/ticket/They-Might-Be-Giants-events.aspx');