//
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-03B
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([['The Flaming Lips & Modest Mouse','Coca-Cola Roxy','Atlanta, GA','Friday','8/1/2025','7:00 PM','7059386','The-Flaming-Lips---Modest-Mouse-8-1-2025'],['The Flaming Lips & Modest Mouse','Red Hat Amphitheater','Raleigh, NC','Saturday','8/2/2025','7:00 PM','7059387','The-Flaming-Lips---Modest-Mouse-8-2-2025'],['The Flaming Lips & Modest Mouse','Brown's Island','Richmond, VA','Sunday','8/3/2025','6:00 PM','7059435','The-Flaming-Lips---Modest-Mouse-8-3-2025'],['The Flaming Lips & Modest Mouse','TD Pavilion at The Mann Center For The Performing Arts','Philadelphia, PA','Tuesday','8/5/2025','7:00 PM','7059388','The-Flaming-Lips---Modest-Mouse-8-5-2025'],['The Flaming Lips & Modest Mouse','Thompson's Point','Portland, ME','Thursday','8/7/2025','7:00 PM','7059389','The-Flaming-Lips---Modest-Mouse-8-7-2025'],['The Flaming Lips & Modest Mouse','Westville Music Bowl','New Haven, CT','Friday','8/8/2025','6:30 PM','7059434','The-Flaming-Lips---Modest-Mouse-8-8-2025'],['The Flaming Lips & Modest Mouse','Stage AE','Pittsburgh, PA','Saturday','8/9/2025','7:00 PM','7059436','The-Flaming-Lips---Modest-Mouse-8-9-2025'],['The Flaming Lips & Modest Mouse','Everwise Amphitheater at White River State Park','Indianapolis, IN','Monday','8/11/2025','7:00 PM','7059390','The-Flaming-Lips---Modest-Mouse-8-11-2025'],['The Flaming Lips & Modest Mouse','The Andrew J Brady ICON Music Center','Cincinnati, OH','Tuesday','8/12/2025','7:00 PM','7059391','The-Flaming-Lips---Modest-Mouse-8-12-2025'],['The Flaming Lips & Modest Mouse','Breese Stevens Field','Madison, WI','Thursday','8/14/2025','6:00 PM','7059392','The-Flaming-Lips---Modest-Mouse-8-14-2025'],['The Flaming Lips & Modest Mouse','The Armory - Minneapolis','Minneapolis, MN','Friday','8/15/2025','7:00 PM','7059393','The-Flaming-Lips---Modest-Mouse-8-15-2025'],['The Flaming Lips & Modest Mouse','The Salt Shed Outdoors - Chicago','Chicago, IL','Saturday','8/16/2025','6:00 PM','7059394','The-Flaming-Lips---Modest-Mouse-8-16-2025'],['The Flaming Lips & Modest Mouse','The Pavilion at Toyota Music Factory','Irving, TX','Tuesday','8/19/2025','7:00 PM','7059396','The-Flaming-Lips---Modest-Mouse-8-19-2025'],['The Flaming Lips & Modest Mouse','713 Music Hall','Houston, TX','Wednesday','8/20/2025','7:00 PM','7059411','The-Flaming-Lips---Modest-Mouse-8-20-2025'],['The Flaming Lips & Modest Mouse','Cal Coast Credit Union Open Air Theatre','San Diego, CA','Wednesday','9/3/2025','7:00 PM','7059412','The-Flaming-Lips---Modest-Mouse-9-3-2025'],['The Flaming Lips & Modest Mouse','Greek Theatre - Los Angeles CA','Los Angeles, CA','Thursday','9/4/2025','7:00 PM','7059432','The-Flaming-Lips---Modest-Mouse-9-4-2025'],['The Flaming Lips & Modest Mouse','Santa Barbara Bowl','Santa Barbara, CA','Friday','9/5/2025','6:00 PM','7059438','The-Flaming-Lips---Modest-Mouse-9-5-2025'],['The Flaming Lips & Modest Mouse','Greek Theatre - U.C. Berkeley','Berkeley, CA','Sunday','9/7/2025','6:00 PM','7059433','The-Flaming-Lips---Modest-Mouse-9-7-2025'],['The Flaming Lips & Modest Mouse','McMenamins Historic Edgefield Amphitheater','Troutdale, OR','Wednesday','9/10/2025','6:30 PM','7060296','The-Flaming-Lips---Modest-Mouse-9-10-2025'],['The Flaming Lips & Modest Mouse','McMenamins Historic Edgefield Amphitheater','Troutdale, OR','Thursday','9/11/2025','6:30 PM','7060297','The-Flaming-Lips---Modest-Mouse-9-11-2025'],['The Flaming Lips','KettleHouse Amphitheater','Bonner, MT','Tuesday','9/16/2025','8:00 PM','7119801','The-Flaming-Lips-9-16-2025'],['The Flaming Lips','Ogden Amphitheater','Ogden, UT','Wednesday','9/17/2025','5:00 PM','7022783','The-Flaming-Lips-9-17-2025']],'The Flaming Lips','http://www.ticketnetwork.com/en/search/?text=The Flaming Lips');