// 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-01A 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([['AKCD - Tribute to System of a Down','Funk 'n Waffles - Syracuse','Syracuse, NY','Wednesday','11/26/2025','8:00 PM','7505816','AKCD---Tribute-to-System-of-a-Down-11-26-2025'],['Toxicity - System Of A Down Tribute','Garden Amphitheatre','Garden Grove, CA','Friday','11/28/2025','5:00 PM','7361765','Toxicity---System-Of-A-Down-Tribute-11-28-2025'],['System of a Clown - System Of a Down Tribute','The Parish At House Of Blues - Anaheim','Anaheim, CA','Saturday','11/29/2025','7:00 PM','7363409','System-of-a-Clown---System-Of-a-Down-Tribute-11-29-2025'],['B.Y.O.B - Tribute to System of a Down','House Of Blues - Las Vegas','Las Vegas, NV','Saturday','11/29/2025','7:30 PM','7541351','B-Y-O-B---Tribute-to-System-of-a-Down-11-29-2025'],['Sick New World Festival: System of a Down & Korn','Las Vegas Festival Grounds','Las Vegas, NV','Saturday','4/25/2026','TBD','7506564','Sick-New-World-Festival--System-of-a-Down---Korn-4-25-2026'],['System of A Down','Tottenham Hotspur New Stadium','London, United Kingdom','Monday','7/13/2026','7:00 PM','7413739','System-of-A-Down-7-13-2026'],['System of A Down','PGE Narodowy','Warsaw, Poland','Saturday','7/18/2026','4:30 PM','7418606','System-of-A-Down-7-18-2026'],['Sick New World Festival: System of a Down, Deftones & Slayer','Texas Motor Speedway','Fort Worth, TX','Saturday','10/24/2026','TBD','7509293','Sick-New-World-Festival--System-of-a-Down--Deftones---Slayer-10-24-2026']],'System Of A Down','http://www.ticketnetwork.com/en/search/?text=System%20Of%20A%20Down');