// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, 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,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; 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 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03A TN_Widget.CreateTable([['Ron Pope','Workplay Theatre','Birmingham, AL','Saturday','9/12/2026','8:00 PM','7876390','Ron-Pope-9-12-2026'],['Inayah','Workplay Theatre','Birmingham, AL','Thursday','9/17/2026','8:00 PM','8133747','Inayah-9-17-2026'],['Don Trip','Workplay Theatre','Birmingham, AL','Saturday','9/26/2026','8:00 PM','8198214','Don-Trip-9-26-2026'],['Lucero - Band','Workplay Theatre','Birmingham, AL','Tuesday','9/29/2026','8:00 PM','8138218','Lucero---Band-9-29-2026'],['Xavier Wulf','Workplay Theatre','Birmingham, AL','Friday','10/2/2026','8:00 PM','8159463','Xavier-Wulf-10-2-2026'],['Bayside','Workplay Theatre','Birmingham, AL','Saturday','10/3/2026','6:30 PM','8118942','Bayside-10-3-2026'],['Show Me The Body','Workplay Theatre','Birmingham, AL','Friday','10/9/2026','7:00 PM','8035129','Show-Me-The-Body-10-9-2026'],['Silent Theory','Workplay Theatre','Birmingham, AL','Wednesday','10/14/2026','7:30 PM','8066377','Silent-Theory-10-14-2026'],['Nevertel','Workplay Theatre','Birmingham, AL','Friday','10/16/2026','7:00 PM','8019363','Nevertel-10-16-2026'],['T.3','Workplay Theatre','Birmingham, AL','Saturday','10/17/2026','8:00 PM','8214825','T-3-10-17-2026'],['Sawyer Hill','Workplay Theatre','Birmingham, AL','Sunday','11/1/2026','7:30 PM','8035579','Sawyer-Hill-11-1-2026'],['Cigarettes @ Sunset','Workplay Theatre','Birmingham, AL','Thursday','11/5/2026','8:00 PM','8181928','Cigarettes---Sunset-11-5-2026'],['Bowling For Soup','Workplay Theatre','Birmingham, AL','Saturday','11/7/2026','7:30 PM','8075046','Bowling-For-Soup-11-7-2026'],['Missio','Workplay Theatre','Birmingham, AL','Friday','3/12/2027','8:00 PM','8200561','Missio-3-12-2027']],'WorkPlay Theatre','http://www.ticketnetwork.com/ticket/WorkPlay-Theatre-events.aspx');