// 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([['John Butler','The Sylvee - WI','Madison, WI','Tuesday','4/14/2026','8:00 PM','7674588','John-Butler-4-14-2026'],['John Butler','Riviera Theatre - IL','Chicago, IL','Wednesday','4/15/2026','8:00 PM','7674971','John-Butler-4-15-2026'],['John Butler','History - Toronto','Toronto, Canada','Friday','4/17/2026','7:00 PM','7674683','John-Butler-4-17-2026'],['John Butler','Theatre Beanfield','Montreal, Canada','Sunday','4/19/2026','8:00 PM','7674685','John-Butler-4-19-2026'],['John Butler','State Theatre - ME','Portland, ME','Tuesday','4/21/2026','8:00 PM','7674589','John-Butler-4-21-2026'],['John Butler','Citizens House Of Blues - Boston','Boston, MA','Friday','4/24/2026','8:00 PM','7674591','John-Butler-4-24-2026'],['John Butler','State Theatre of Ithaca','Ithaca, NY','Saturday','4/25/2026','8:00 PM','7678644','John-Butler-4-25-2026'],['John Butler','Capitol Theatre - Port Chester','Port Chester, NY','Sunday','4/26/2026','8:00 PM','7674576','John-Butler-4-26-2026'],['John Butler','Lincoln Theatre - DC','Washington, DC','Wednesday','4/29/2026','8:00 PM','7674592','John-Butler-4-29-2026'],['John Butler','The Mission Ballroom','Denver, CO','Friday','5/8/2026','8:00 PM','7674555','John-Butler-5-8-2026'],['John Butler','The Elm - Bozeman','Bozeman, MT','Tuesday','5/12/2026','8:00 PM','7674602','John-Butler-5-12-2026'],['John Butler','Knitting Factory Concert House - Boise','Boise, ID','Thursday','5/14/2026','8:00 PM','7674619','John-Butler-5-14-2026'],['John Butler','Knitting Factory Spokane','Spokane, WA','Friday','5/15/2026','8:00 PM','7674620','John-Butler-5-15-2026'],['John Butler','Moore Theatre - WA','Seattle, WA','Saturday','5/16/2026','8:00 PM','7674670','John-Butler-5-16-2026']],'john butler trio','http://www.ticketnetwork.com/en/search/?text=john%20butler%20trio');