// 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-04A 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([['Dogs In A Pile','Mr Small's Theatre','Pittsburgh, PA','Thursday','4/9/2026','8:00 PM','7615900','Dogs-In-A-Pile-4-9-2026'],['Dogs In A Pile','Sherman Theater','Stroudsburg, PA','Friday','4/10/2026','8:00 PM','7619195','Dogs-In-A-Pile-4-10-2026'],['Dogs In A Pile','Sherman Theater','Stroudsburg, PA','Saturday','4/11/2026','8:00 PM','7619196','Dogs-In-A-Pile-4-11-2026'],['Dogs In A Pile','Aura - ME','Portland, ME','Friday','4/17/2026','9:00 PM','7616259','Dogs-In-A-Pile-4-17-2026'],['Dogs In A Pile','Empire Live','Albany, NY','Saturday','4/18/2026','8:00 PM','7744949','Dogs-In-A-Pile-4-18-2026'],['Dogs In A Pile','Bell's Eccentric Cafe','Kalamazoo, MI','Thursday','4/23/2026','8:00 PM','7610968','Dogs-In-A-Pile-4-23-2026'],['Dogs In A Pile','Madison Theater - Covington','Covington, KY','Friday','4/24/2026','8:00 PM','7615904','Dogs-In-A-Pile-4-24-2026'],['Dogs In A Pile','Kenny's Westside Pub','Peoria, IL','Saturday','4/25/2026','8:00 PM','7665220','Dogs-In-A-Pile-4-25-2026'],['Dogs In A Pile','Delmar Hall','St. Louis, MO','Sunday','4/26/2026','8:00 PM','7616258','Dogs-In-A-Pile-4-26-2026'],['Dogs In A Pile','Toulouse Theatre','New Orleans, LA','Tuesday','4/28/2026','11:30 PM','7617192','Dogs-In-A-Pile-4-28-2026'],['Dogs In A Pile','Mohawk - Austin Outdoors','Austin, TX','Thursday','4/30/2026','8:00 PM','7616256','Dogs-In-A-Pile-4-30-2026'],['Dogs In A Pile','Bronze Peacock At The House Of Blues - Houston ','Houston, TX','Friday','5/1/2026','7:00 PM','7750903','Dogs-In-A-Pile-5-1-2026'],['Dogs In A Pile','Deep Ellum Art Co.','Dallas, TX','Saturday','5/2/2026','8:00 PM','7615903','Dogs-In-A-Pile-5-2-2026'],['Dogs In A Pile','The Hangar - Taproom','South Lake Tahoe, CA','Friday','6/5/2026','7:00 PM','7785538','Dogs-In-A-Pile-6-5-2026'],['Dogs In A Pile','Delfino Farms','Camino, CA','Saturday','6/6/2026','6:00 PM','7785536','Dogs-In-A-Pile-6-6-2026'],['Dogs In A Pile','Felton Music Hall','Felton, CA','Sunday','6/7/2026','8:00 PM','7790848','Dogs-In-A-Pile-6-7-2026'],['Dogs In A Pile','SLO Brew Rock','San Luis Obispo, CA','Friday','6/12/2026','7:00 PM','7775361','Dogs-In-A-Pile-6-12-2026'],['Dogs In A Pile','The Guild Theatre - Menlo Park','Menlo Park, CA','Saturday','6/13/2026','8:00 PM','7783307','Dogs-In-A-Pile-6-13-2026'],['Dogs In A Pile','Ventura Music Hall','Ventura, CA','Sunday','6/14/2026','8:00 PM','7781685','Dogs-In-A-Pile-6-14-2026'],['Dogs In A Pile','Van Hoy Farms Campground','Harmony, NC','Tuesday','7/14/2026','8:00 PM','7785539','Dogs-In-A-Pile-7-14-2026'],['Dogs In A Pile','Outdoor Amphitheater At Arvada Center','Arvada, CO','Saturday','7/25/2026','7:30 PM','7853509','Dogs-In-A-Pile-7-25-2026'],['Dogs In A Pile','Stone Pony Summer Stage','Asbury Park, NJ','Saturday','8/8/2026','6:00 PM','7813008','Dogs-In-A-Pile-8-8-2026']],'Dogs In A Pile','http://www.ticketnetwork.com/en/search/?text=Dogs%20In%20A%20Pile');