//
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-04A
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([['Fear of the Dark - Iron Maiden Tribute','Spanish Ballroom at McMenamins Elks Temple','Tacoma, WA','Saturday','12/27/2025','8:00 PM','7289514','Fear-of-the-Dark---Iron-Maiden-Tribute-12-27-2025'],['Eyes of The Nile - Iron Maiden Tribute','Suffolk Theater','Riverhead, NY','Saturday','1/17/2026','8:00 PM','7502955','Eyes-of-The-Nile---Iron-Maiden-Tribute-1-17-2026'],['Iron Maiden & Megadeth','Scotiabank Arena','Toronto, Canada','Saturday','8/29/2026','7:15 PM','7511918','Iron-Maiden---Megadeth-8-29-2026'],['Iron Maiden & Megadeth','Scotiabank Arena','Toronto, Canada','Sunday','8/30/2026','7:15 PM','7529620','Iron-Maiden---Megadeth-8-30-2026'],['Iron Maiden, Megadeth & Anthrax','Parc Jean-Drapeau','Montreal, Canada','Thursday','9/3/2026','6:15 PM','7511919','Iron-Maiden--Megadeth---Anthrax-9-3-2026'],['Iron Maiden, Megadeth & Anthrax','Sports Illustrated Stadium','Harrison, NJ','Saturday','9/5/2026','5:00 PM','7511909','Iron-Maiden--Megadeth---Anthrax-9-5-2026'],['Iron Maiden & Megadeth','TD Garden','Boston, MA','Wednesday','9/9/2026','7:20 PM','7511910','Iron-Maiden---Megadeth-9-9-2026'],['Iron Maiden & Megadeth','Jiffy Lube Live','Bristow, VA','Friday','9/11/2026','7:15 PM','7511911','Iron-Maiden---Megadeth-9-11-2026'],['Iron Maiden & Megadeth','PNC Music Pavilion - Charlotte','Charlotte, NC','Saturday','9/12/2026','7:15 PM','7511912','Iron-Maiden---Megadeth-9-12-2026'],['Iron Maiden','Hersheypark Stadium','Hershey, PA','Tuesday','9/15/2026','7:00 PM','7511913','Iron-Maiden-9-15-2026'],['Iron Maiden & Megadeth','Mystic Lake Amphitheatre - Shakopee','Shakopee, MN','Saturday','9/19/2026','7:15 PM','7511914','Iron-Maiden---Megadeth-9-19-2026'],['Iron Maiden & Megadeth','Credit Union 1 Amphitheatre','Tinley Park, IL','Tuesday','9/22/2026','7:15 PM','7511915','Iron-Maiden---Megadeth-9-22-2026'],['Iron Maiden, Megadeth & Anthrax','BMO Stadium','Los Angeles, CA','Friday','9/25/2026','6:15 PM','7511916','Iron-Maiden--Megadeth---Anthrax-9-25-2026'],['Iron Maiden, Megadeth & Anthrax','BMO Stadium','Los Angeles, CA','Saturday','9/26/2026','6:15 PM','7529634','Iron-Maiden--Megadeth---Anthrax-9-26-2026'],['Iron Maiden, Megadeth & Anthrax','Alamodome','San Antonio, TX','Tuesday','9/29/2026','6:15 PM','7511917','Iron-Maiden--Megadeth---Anthrax-9-29-2026']],'Iron Maiden','http://www.ticketnetwork.com/en/search/?text=Iron%20Maiden');