//
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-02B
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([['I Love The 80s: A Flock of Seagulls','Egyptian Room At Old National Centre','Indianapolis, IN','Thursday','6/5/2025','7:30 PM','7082081','I-Love-The-80s--A-Flock-of-Seagulls-6-5-2025'],['I Love The 80s: A Flock of Seagulls','Hoyt Sherman Place Theater','Des Moines, IA','Friday','6/6/2025','8:00 PM','7081391','I-Love-The-80s--A-Flock-of-Seagulls-6-6-2025'],['I Love The 80s: A Flock of Seagulls','Steelhouse Omaha','Omaha, NE','Saturday','6/7/2025','8:00 PM','7081384','I-Love-The-80s--A-Flock-of-Seagulls-6-7-2025'],['I Love The 80s: A Flock of Seagulls','Uptown Theater - KC','Kansas City, MO','Friday','6/13/2025','8:00 PM','7081392','I-Love-The-80s--A-Flock-of-Seagulls-6-13-2025'],['I Love The 80s: A Flock of Seagulls','Uptown Theatre Minneapolis','Minneapolis, MN','Saturday','6/14/2025','7:00 PM','7081394','I-Love-The-80s--A-Flock-of-Seagulls-6-14-2025'],['I Love The 80s: A Flock of Seagulls','Bogarts','Cincinnati, OH','Friday','6/20/2025','7:00 PM','7081356','I-Love-The-80s--A-Flock-of-Seagulls-6-20-2025'],['I Love The 80s: A Flock of Seagulls','Aretha Franklin Amphitheatre','Detroit, MI','Saturday','6/21/2025','7:00 PM','7081381','I-Love-The-80s--A-Flock-of-Seagulls-6-21-2025'],['80's Night Out: A Flock of Seagulls, Naked Eyes & Men without Hats','Canyons Village At Park City','Park City, UT','Friday','7/25/2025','7:00 PM','6991613','80-s-Night-Out--A-Flock-of-Seagulls--Naked-Eyes---Men-without-Hats-7-25-2025'],['A Flock of Seagulls','Wang Theater At The Boch Center','Boston, MA','Friday','8/1/2025','7:00 PM','6877057','A-Flock-of-Seagulls-8-1-2025'],['Lost 80's Live: A Flock of Seagulls, Big Country & General Public','The Pavilion at Toyota Music Factory','Irving, TX','Sunday','8/17/2025','6:00 PM','6889832','Lost-80-s-Live--A-Flock-of-Seagulls--Big-Country---General-Public-8-17-2025'],['Lost 80's Live: A Flock of Seagulls, Big Country & General Public','Cal Coast Credit Union Open Air Theatre','San Diego, CA','Thursday','8/21/2025','6:00 PM','6888533','Lost-80-s-Live--A-Flock-of-Seagulls--Big-Country---General-Public-8-21-2025'],['Lost 80's Live: A Flock of Seagulls, Big Country & General Public','The Venue At Thunder Valley Casino','Lincoln, CA','Sunday','8/31/2025','7:00 PM','6902219','Lost-80-s-Live--A-Flock-of-Seagulls--Big-Country---General-Public-8-31-2025'],['A Flock of Seagulls','Culture Room','Fort Lauderdale, FL','Saturday','10/25/2025','7:30 PM','7115811','A-Flock-of-Seagulls-10-25-2025'],['A Flock of Seagulls','The King of Clubs - Columbus','Columbus, OH','Friday','11/7/2025','6:30 PM','7082082','A-Flock-of-Seagulls-11-7-2025']],'A Flock of Seagulls','http://www.ticketnetwork.com/en/search/?text=A Flock of Seagulls');