// 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-02A 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([['System of a Clown - System Of a Down Tribute','Harlow's Night Club','Sacramento, CA','Saturday','12/20/2025','8:00 PM','7565889','System-of-a-Clown---System-Of-a-Down-Tribute-12-20-2025'],['System of a Clown - System Of a Down Tribute','The Ritz - San Jose','San Jose, CA','Saturday','1/10/2026','8:00 PM','7600206','System-of-a-Clown---System-Of-a-Down-Tribute-1-10-2026'],['Sugar - System Of A Down Tribute','The Radio Room Greenville','Greenville, SC','Saturday','2/7/2026','8:00 PM','7569424','Sugar---System-Of-A-Down-Tribute-2-7-2026'],['System of a Clown - System Of a Down Tribute','Whisky A Go Go','West Hollywood, CA','Friday','2/27/2026','9:45 PM','7571401','System-of-a-Clown---System-Of-a-Down-Tribute-2-27-2026'],['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','Tottenham Hotspur New Stadium','London, United Kingdom','Wednesday','7/15/2026','7:00 PM','7418612','System-of-A-Down-7-15-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');