// var TN_Widget = function() { return { CreateEventRow : function(row, isAlt) { return "" + row[3] + "
" + row[4] + "
" + row[5] + "" + row[0] + "" + row[1] + "
" + row[2] + "Tickets"; }, 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 newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && 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/WidgetStyle11.css'); TN_Widget.CreateTable([['Boyce Avenue','Amaturo Theater at Broward Ctr For The Perf Arts','Fort Lauderdale, FL','Thursday','10/30/2025','8:00 PM','7138656','Boyce-Avenue-10-30-2025'],['Boyce Avenue','Nancy and David Bilheimer Capitol Theatre','Clearwater, FL','Saturday','11/1/2025','8:00 PM','7139239','Boyce-Avenue-11-1-2025'],['Boyce Avenue','The Plaza Live','Orlando, FL','Sunday','11/2/2025','7:30 PM','7139240','Boyce-Avenue-11-2-2025'],['Boyce Avenue','Center Stage Theatre','Atlanta, GA','Tuesday','11/4/2025','8:00 PM','7138657','Boyce-Avenue-11-4-2025'],['Boyce Avenue','The Ardmore Music Hall','Ardmore, PA','Thursday','11/6/2025','8:00 PM','7139241','Boyce-Avenue-11-6-2025'],['Boyce Avenue','Sony Hall','New York, NY','Friday','11/7/2025','8:00 PM','7138518','Boyce-Avenue-11-7-2025'],['Boyce Avenue','Howard Theatre - DC','Washington, DC','Saturday','11/8/2025','7:00 PM','7138519','Boyce-Avenue-11-8-2025'],['Boyce Avenue','Crystal Ballroom at Somerville Theatre','Somerville, MA','Sunday','11/9/2025','8:00 PM','7138658','Boyce-Avenue-11-9-2025'],['Boyce Avenue','Jergel's Rhythm Grille','Warrendale, PA','Tuesday','11/11/2025','8:00 PM','7139244','Boyce-Avenue-11-11-2025'],['Boyce Avenue','Magic Bag','Ferndale, MI','Wednesday','11/12/2025','7:00 PM','7138661','Boyce-Avenue-11-12-2025'],['Boyce Avenue','Vogue Theatre - IN','Indianapolis, IN','Friday','11/14/2025','8:00 PM','7138520','Boyce-Avenue-11-14-2025'],['Boyce Avenue','Park West','Chicago, IL','Saturday','11/15/2025','7:30 PM','7139246','Boyce-Avenue-11-15-2025'],['Boyce Avenue','Fine Line Music Cafe','Minneapolis, MN','Sunday','11/16/2025','8:00 PM','7139247','Boyce-Avenue-11-16-2025']],'Boyce Avenue','http://www.ticketnetwork.com/ticket/Boyce-Avenue-events.aspx');