// 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([['Pokey LaFarge','The Regency Live','Springfield, MO','Friday','8/29/2025','9:00 PM','7184510','Pokey-LaFarge-8-29-2025'],['Pokey LaFarge','Evanston Space','Evanston, IL','Tuesday','10/7/2025','7:30 PM','7156129','Pokey-LaFarge-10-7-2025'],['Pokey LaFarge','Vivarium - Milwaukee','Milwaukee, WI','Wednesday','10/8/2025','8:00 PM','7157264','Pokey-LaFarge-10-8-2025'],['Pokey LaFarge','Hobart Art Theater','Hobart, IN','Thursday','10/9/2025','7:30 PM','7157265','Pokey-LaFarge-10-9-2025'],['Pokey LaFarge','Moontown Brewing Company','Whitestown, IN','Friday','10/10/2025','8:00 PM','7155268','Pokey-LaFarge-10-10-2025'],['Pokey LaFarge','North Carolina Museum Of Art','Raleigh, NC','Sunday','10/12/2025','TBD','7157266','Pokey-LaFarge-10-12-2025'],['Pokey LaFarge','The Broadberry','Richmond, VA','Tuesday','10/14/2025','8:00 PM','7155337','Pokey-LaFarge-10-14-2025'],['Pokey LaFarge','Elkton Music Hall','Elkton, MD','Wednesday','10/15/2025','8:00 PM','7157267','Pokey-LaFarge-10-15-2025'],['Pokey LaFarge','Thunderbird Cafe','Pittsburgh, PA','Thursday','10/16/2025','8:00 PM','7157268','Pokey-LaFarge-10-16-2025'],['Pokey LaFarge','Lees Palace','Toronto, Canada','Friday','10/17/2025','8:00 PM','7157269','Pokey-LaFarge-10-17-2025'],['Pokey LaFarge','Le Studio TD','Montreal, Canada','Saturday','10/18/2025','8:00 PM','7157270','Pokey-LaFarge-10-18-2025'],['Pokey LaFarge','Higher Ground','South Burlington, VT','Sunday','10/19/2025','7:30 PM','7157271','Pokey-LaFarge-10-19-2025'],['Pokey LaFarge','StageOne at Fairfield Theatre Company','Fairfield, CT','Tuesday','10/21/2025','8:00 PM','7157272','Pokey-LaFarge-10-21-2025'],['Pokey LaFarge','Iron Horse Music Hall - MA','Northampton, MA','Wednesday','10/22/2025','7:00 PM','7157273','Pokey-LaFarge-10-22-2025'],['Pokey LaFarge','Narrows Center For The Arts','Fall River, MA','Thursday','10/23/2025','8:00 PM','7157274','Pokey-LaFarge-10-23-2025'],['Pokey LaFarge','Portland House of Music and Events','Portland, ME','Friday','10/24/2025','8:00 PM','7157275','Pokey-LaFarge-10-24-2025']],'Pokey LaFarge','http://www.ticketnetwork.com/en/search/?text=Pokey LaFarge');