// 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([['Pokey LaFarge','Daryl's House','Pawling, NY','Sunday','5/5/2024','7:00 PM','6264457','Pokey-LaFarge-5-5-2024'],['Pokey LaFarge','HI-FI Annex','Indianapolis, IN','Friday','5/10/2024','7:00 PM','6264469','Pokey-LaFarge-5-10-2024'],['Pokey LaFarge','The Castle Theatre','Bloomington, IL','Saturday','5/11/2024','7:00 PM','6264470','Pokey-LaFarge-5-11-2024'],['Pokey LaFarge','Redstone Room At River Music Experience','Davenport, IA','Tuesday','5/14/2024','7:00 PM','6264471','Pokey-LaFarge-5-14-2024'],['Pokey LaFarge','Majestic Theatre Madison','Madison, WI','Wednesday','5/15/2024','8:00 PM','6264462','Pokey-LaFarge-5-15-2024'],['Pokey LaFarge','Temple Theatre - WI','Viroqua, WI','Saturday','5/18/2024','8:00 PM','6264472','Pokey-LaFarge-5-18-2024'],['Pokey LaFarge','Grand Theatre - Frankfort','Frankfort, KY','Thursday','5/30/2024','8:00 PM','6264473','Pokey-LaFarge-5-30-2024'],['Pokey LaFarge','Anderson Theater At Cincinnati Memorial Hall','Cincinnati, OH','Saturday','6/1/2024','8:00 PM','6264474','Pokey-LaFarge-6-1-2024'],['Pokey LaFarge','Rose Music Hall','Columbia, MO','Sunday','6/2/2024','7:30 PM','6264463','Pokey-LaFarge-6-2-2024'],['Pokey LaFarge','The Waiting Room Lounge - NE','Omaha, NE','Tuesday','6/4/2024','8:00 PM','6260509','Pokey-LaFarge-6-4-2024'],['Pokey LaFarge','Washington's - Fort Collins','Fort Collins, CO','Thursday','6/6/2024','7:00 PM','6264475','Pokey-LaFarge-6-6-2024'],['Pokey LaFarge','Bluebird Theater','Denver, CO','Friday','6/7/2024','8:00 PM','6264465','Pokey-LaFarge-6-7-2024'],['Pokey LaFarge','Aladdin Theater','Portland, OR','Monday','6/10/2024','7:00 PM','6264476','Pokey-LaFarge-6-10-2024'],['Pokey LaFarge','The Pearl - BC','Vancouver, Canada','Tuesday','6/11/2024','8:00 PM','6264464','Pokey-LaFarge-6-11-2024'],['Pokey LaFarge','The Crocodile','Seattle, WA','Wednesday','6/12/2024','8:00 PM','6264477','Pokey-LaFarge-6-12-2024'],['Pokey LaFarge','The Chapel','San Francisco, CA','Friday','6/14/2024','9:00 PM','6264479','Pokey-LaFarge-6-14-2024'],['Pokey LaFarge','Troubadour','West Hollywood, CA','Saturday','6/15/2024','7:00 PM','6264481','Pokey-LaFarge-6-15-2024'],['Pokey LaFarge','Sierra Nevada Brewing Co. - CA','Chico, CA','Thursday','8/1/2024','7:00 PM','6406394','Pokey-LaFarge-8-1-2024'],['Pokey LaFarge','Crown Room at Crystal Bay Club Casino','Crystal Bay, NV','Friday','8/2/2024','8:00 PM','6403739','Pokey-LaFarge-8-2-2024'],['Pokey LaFarge','Moe's Alley','Santa Cruz, CA','Sunday','8/4/2024','8:00 PM','6406395','Pokey-LaFarge-8-4-2024'],['Pokey LaFarge','Belly Up Tavern','Solana Beach, CA','Tuesday','8/6/2024','8:00 PM','6403247','Pokey-LaFarge-8-6-2024'],['Pokey LaFarge','191 Toole','Tucson, AZ','Wednesday','8/7/2024','8:00 PM','6406397','Pokey-LaFarge-8-7-2024'],['Pokey LaFarge','Charleston Pour House','Charleston, SC','Thursday','9/12/2024','9:00 PM','6406398','Pokey-LaFarge-9-12-2024'],['Pokey LaFarge','The Social - FL','Orlando, FL','Saturday','9/14/2024','6:00 PM','6406399','Pokey-LaFarge-9-14-2024'],['Pokey LaFarge','Key West Theater','Key West, FL','Sunday','9/15/2024','8:00 PM','6406400','Pokey-LaFarge-9-15-2024']],'Pokey LaFarge','http://www.ticketnetwork.com/en/search/?text=Pokey LaFarge');