// 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 "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //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([['Eyes of The Nile - Iron Maiden Tribute','Amos' Southend','Charlotte, NC','Saturday','5/18/2024','8:30 PM','6150224','Eyes-of-The-Nile---Iron-Maiden-Tribute-5-18-2024'],['Eyes of The Nile - Iron Maiden Tribute','State Theatre - VA','Falls Church, VA','Saturday','6/1/2024','8:00 PM','6313206','Eyes-of-The-Nile---Iron-Maiden-Tribute-6-1-2024'],['Iron Maiden','North Island Credit Union Amphitheatre','Chula Vista, CA','Friday','10/4/2024','7:30 PM','6039531','Iron-Maiden-10-4-2024'],['Iron Maiden','Michelob ULTRA Arena At Mandalay Bay','Las Vegas, NV','Saturday','10/5/2024','7:30 PM','6039585','Iron-Maiden-10-5-2024'],['Iron Maiden','The Kia Forum','Inglewood, CA','Tuesday','10/8/2024','7:30 PM','6039536','Iron-Maiden-10-8-2024'],['Iron Maiden','Footprint Center','Phoenix, AZ','Wednesday','10/9/2024','7:30 PM','6340821','Iron-Maiden-10-9-2024'],['Iron Maiden','Moda Center at the Rose Quarter','Portland, OR','Monday','10/14/2024','7:30 PM','6040534','Iron-Maiden-10-14-2024'],['Iron Maiden','Tacoma Dome','Tacoma, WA','Wednesday','10/16/2024','7:30 PM','6039543','Iron-Maiden-10-16-2024'],['Iron Maiden','Delta Center','Salt Lake City, UT','Friday','10/18/2024','7:30 PM','6040522','Iron-Maiden-10-18-2024'],['Iron Maiden','Ball Arena','Denver, CO','Saturday','10/19/2024','7:30 PM','6039544','Iron-Maiden-10-19-2024'],['Iron Maiden','Xcel Energy Center','Saint Paul, MN','Tuesday','10/22/2024','7:30 PM','6039545','Iron-Maiden-10-22-2024'],['Iron Maiden','Allstate Arena','Rosemont, IL','Thursday','10/24/2024','7:30 PM','6039548','Iron-Maiden-10-24-2024'],['Iron Maiden','Scotiabank Arena','Toronto, Canada','Saturday','10/26/2024','7:30 PM','6039578','Iron-Maiden-10-26-2024'],['Iron Maiden','Centre Videotron','Quebec, Canada','Sunday','10/27/2024','7:30 PM','6039579','Iron-Maiden-10-27-2024'],['Iron Maiden','Centre Bell','Montreal, Canada','Wednesday','10/30/2024','7:30 PM','6039581','Iron-Maiden-10-30-2024'],['Iron Maiden','Wells Fargo Center - PA','Philadelphia, PA','Friday','11/1/2024','7:30 PM','6039550','Iron-Maiden-11-1-2024'],['Iron Maiden','Barclays Center','Brooklyn, NY','Saturday','11/2/2024','7:30 PM','6039551','Iron-Maiden-11-2-2024'],['Iron Maiden','DCU Center','Worcester, MA','Wednesday','11/6/2024','7:30 PM','6039565','Iron-Maiden-11-6-2024'],['Iron Maiden','PPG Paints Arena','Pittsburgh, PA','Friday','11/8/2024','7:30 PM','6039568','Iron-Maiden-11-8-2024'],['Iron Maiden','Prudential Center','Newark, NJ','Saturday','11/9/2024','7:30 PM','6039572','Iron-Maiden-11-9-2024'],['Iron Maiden','CFG Bank Arena','Baltimore, MD','Tuesday','11/12/2024','7:30 PM','6039573','Iron-Maiden-11-12-2024'],['Iron Maiden','Spectrum Center','Charlotte, NC','Wednesday','11/13/2024','7:30 PM','6039575','Iron-Maiden-11-13-2024'],['Iron Maiden','Dickies Arena','Fort Worth, TX','Saturday','11/16/2024','7:30 PM','6039576','Iron-Maiden-11-16-2024'],['Iron Maiden','Frost Bank Center','San Antonio, TX','Sunday','11/17/2024','7:30 PM','6039577','Iron-Maiden-11-17-2024'],['Maiden Immortal - Tribute To Iron Maiden','Vinyl Music Hall','Pensacola, FL','Friday','6/6/2070','TBD','4436650','Maiden-Immortal---Tribute-To-Iron-Maiden-6-6-2070']],'Iron Maiden','http://www.ticketnetwork.com/en/search/?text=Iron%20Maiden');