// 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([['Clutch','Starland Ballroom','Sayreville, NJ','Thursday','4/9/2026','7:30 PM','7615943','Clutch-4-9-2026'],['Clutch','Worcester Palladium','Worcester, MA','Saturday','4/11/2026','7:30 PM','7615914','Clutch-4-11-2026'],['Clutch','Kodak Center Theater','Rochester, NY','Sunday','4/12/2026','7:30 PM','7616253','Clutch-4-12-2026'],['Clutch','The Factory - Chesterfield','St. Louis, MO','Tuesday','4/14/2026','7:30 PM','7657247','Clutch-4-14-2026'],['Clutch','Manchester Music Hall','Lexington, KY','Wednesday','4/15/2026','7:30 PM','7615434','Clutch-4-15-2026'],['Clutch','VooDoo Lounge At Harrah's North Kansas City','Kansas City, MO','Friday','4/17/2026','7:30 PM','7616252','Clutch-4-17-2026'],['Clutch','Hard Rock Hotel & Casino - Sioux City','Sioux City, IA','Saturday','4/18/2026','8:00 PM','7616363','Clutch-4-18-2026'],['Clutch','The District - Sioux Falls','Sioux Falls, SD','Sunday','4/19/2026','7:30 PM','7617374','Clutch-4-19-2026'],['Clutch','Mesa Theater & Club','Grand Junction, CO','Tuesday','4/21/2026','7:30 PM','7616728','Clutch-4-21-2026'],['Clutch','Treefort Music Hall','Boise, ID','Thursday','4/23/2026','6:30 PM','7616732','Clutch-4-23-2026'],['Clutch','Cargo Concert Hall At Whitney Peak Hotel','Reno, NV','Friday','4/24/2026','7:30 PM','7616554','Clutch-4-24-2026'],['Clutch','Sunshine Theatre','Albuquerque, NM','Monday','4/27/2026','8:00 PM','7616727','Clutch-4-27-2026'],['Clutch','The Aztec Theatre ','San Antonio, TX','Wednesday','4/29/2026','7:30 PM','7616254','Clutch-4-29-2026'],['Clutch','Vinyl Music Hall','Pensacola, FL','Friday','5/1/2026','7:30 PM','7616730','Clutch-5-1-2026'],['Clutch','The Signal - TN','Chattanooga, TN','Saturday','5/2/2026','7:30 PM','7615342','Clutch-5-2-2026']],'clutch','http://www.ticketnetwork.com/en/search/?text=clutch');