// 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-01B 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([['SIC - Tribute to Slipknot','Come and Take It Live','Austin, TX','Friday','5/30/2025','6:00 PM','7012003','SIC---Tribute-to-Slipknot-5-30-2025'],['Subliminal Verses & Super Unknown - Tribute To Slipknot & Soundgarden','Joe's Live','Rosemont, IL','Friday','5/30/2025','7:45 PM','6969257','Subliminal-Verses---Super-Unknown---Tribute-To-Slipknot---Soundgarden-5-30-2025'],['SIC - Tribute to Slipknot','Scout Bar - Houston','Houston, TX','Saturday','6/21/2025','9:00 PM','6978742','SIC---Tribute-to-Slipknot-6-21-2025'],['Subliminal Verses - Tribute To Slipknot','The Forge - Joliet','Joliet, IL','Saturday','6/28/2025','6:00 PM','6973903','Subliminal-Verses---Tribute-To-Slipknot-6-28-2025'],['Subliminal Verses - Tribute To Slipknot','Capitol Arts Center','Bowling Green, KY','Friday','7/11/2025','8:00 PM','7005104','Subliminal-Verses---Tribute-To-Slipknot-7-11-2025'],['Subliminal Verses - Tribute To Slipknot','Manchester Music Hall','Lexington, KY','Saturday','7/12/2025','7:30 PM','6987330','Subliminal-Verses---Tribute-To-Slipknot-7-12-2025'],['Inkcarceration Music and Tattoo Festival: Falling In Reverse, Slipknot & Five Finger Death Punch - 3 Day Pass','Ohio State Reformatory','Mansfield, OH','Friday','7/18/2025','TBD','6725734','Inkcarceration-Music-and-Tattoo-Festival--Falling-In-Reverse--Slipknot---Five-Finger-Death-Punch---3-Day-Pass-7-18-2025'],['Inkcarceration Music and Tattoo Festival: Slipknot, Marilyn Manson & Slaughter To Prevail - Saturday','Ohio State Reformatory','Mansfield, OH','Saturday','7/19/2025','11:00 AM','6701103','Inkcarceration-Music-and-Tattoo-Festival--Slipknot--Marilyn-Manson---Slaughter-To-Prevail---Saturday-7-19-2025'],['Subliminal Verses - Tribute To Slipknot','Hobart Art Theater','Hobart, IN','Saturday','10/11/2025','6:00 PM','6995409','Subliminal-Verses---Tribute-To-Slipknot-10-11-2025']],'Slipknot','http://www.ticketnetwork.com/en/search/?text=Slipknot');