// 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 t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, 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 newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-01A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Sonic Temple Art & Music Festival: My Chemical Romance, Shinedown, Bring Me The Horizon, & Tool - 4 Day Pass','Historic Crew Stadium','Columbus, OH','Thursday','5/14/2026','TBD','7236564','Sonic-Temple-Art---Music-Festival--My-Chemical-Romance--Shinedown--Bring-Me-The-Horizon----Tool---4-Day-Pass-5-14-2026'],['Sonic Temple Art & Music Festival: Tool, Godsmack, & Megadeth - Sunday','Historic Crew Stadium','Columbus, OH','Sunday','5/17/2026','11:00 AM','7236571','Sonic-Temple-Art---Music-Festival--Tool--Godsmack----Megadeth---Sunday-5-17-2026'],['Megadeth','Grand Sierra Resort Amphitheatre','Reno, NV','Saturday','7/18/2026','8:00 PM','7791738','Megadeth-7-18-2026'],['Megadeth','The Obsidian Spirits Amphitheater','Corning, CA','Sunday','7/19/2026','8:00 PM','7785556','Megadeth-7-19-2026'],['Megadeth','Alaska State Fair Borealis Theatre','Palmer, AK','Saturday','8/22/2026','7:00 PM','7810731','Megadeth-8-22-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','Truliant Amphitheater','Charlotte, NC','Saturday','9/12/2026','7:15 PM','7511912','Iron-Maiden---Megadeth-9-12-2026'],['Iron Maiden & Megadeth','Hersheypark Stadium','Hershey, PA','Tuesday','9/15/2026','7:00 PM','7511913','Iron-Maiden---Megadeth-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','Sunday','9/27/2026','6:15 PM','7529634','Iron-Maiden--Megadeth---Anthrax-9-27-2026'],['Iron Maiden, Megadeth & Anthrax','Alamodome','San Antonio, TX','Tuesday','9/29/2026','6:15 PM','7511917','Iron-Maiden--Megadeth---Anthrax-9-29-2026']],'','https://www.ticketnetwork.com');