//
var TN_Widget = function() {
var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
return {
newWindow : true,
CreateEventRow : function(row, isAlt) {
var dateArray = row[4].split('/');
var date = months[dateArray[0]] + " " + dateArray[1];
var parking = row[0].split(':')[0]
if (parking !== "PARKING") {
return "
";
}
},
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,kwds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
var newResults = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newResults.join('') + '
';
} else
document.write('' + newResults.join('') + '
');
if(eventData.length >= 101 && kwds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-02A
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css');
TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css');
TN_Widget.CreateTable([['They Might Be Giants','The Beacham','Orlando, FL','Thursday','2/27/2025','7:00 PM','6776214','They-Might-Be-Giants-2-27-2025'],['They Might Be Giants','Jannus Live','St. Petersburg, FL','Friday','2/28/2025','8:00 PM','6789139','They-Might-Be-Giants-2-28-2025'],['They Might Be Giants','Lillian S. Wells Hall at The Parker','Fort Lauderdale, FL','Saturday','3/1/2025','7:30 PM','6774962','They-Might-Be-Giants-3-1-2025'],['They Might Be Giants','The Signal - TN','Chattanooga, TN','Friday','3/21/2025','8:00 PM','6775415','They-Might-Be-Giants-3-21-2025'],['They Might Be Giants - 2 Day Pass','Brooklyn Bowl - Nashville','Nashville, TN','Saturday','3/22/2025','TBD','6775418','They-Might-Be-Giants---2-Day-Pass-3-22-2025'],['They Might Be Giants','Brooklyn Bowl - Nashville','Nashville, TN','Saturday','3/22/2025','8:00 PM','6775416','They-Might-Be-Giants-3-22-2025'],['They Might Be Giants','Brooklyn Bowl - Nashville','Nashville, TN','Sunday','3/23/2025','8:00 PM','6775417','They-Might-Be-Giants-3-23-2025'],['They Might Be Giants','The Orange Peel','Asheville, NC','Tuesday','3/25/2025','8:00 PM','6774506','They-Might-Be-Giants-3-25-2025'],['They Might Be Giants','The Orange Peel','Asheville, NC','Wednesday','3/26/2025','8:00 PM','6774507','They-Might-Be-Giants-3-26-2025'],['They Might Be Giants','The Eastern - GA','Atlanta, GA','Friday','3/28/2025','8:00 PM','6779688','They-Might-Be-Giants-3-28-2025'],['They Might Be Giants','The Eastern - GA','Atlanta, GA','Saturday','3/29/2025','8:00 PM','6889087','They-Might-Be-Giants-3-29-2025'],['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','http://www.ticketnetwork.com/en/search/?text=They Might Be Giants');