// 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([['Hip Hop and R&B Bingo With Tom Swoope','Workplay Theatre','Birmingham, AL','Saturday','3/7/2026','7:30 PM','7728333','Hip-Hop-and-R-B-Bingo-With-Tom-Swoope-3-7-2026'],['Pigeons Playing Ping Pong','Workplay Theatre','Birmingham, AL','Tuesday','3/10/2026','7:00 PM','7546320','Pigeons-Playing-Ping-Pong-3-10-2026'],['Bloodrave','Workplay Theatre','Birmingham, AL','Saturday','3/21/2026','9:00 PM','7728336','Bloodrave-3-21-2026'],['BJ Barham','Workplay Theatre','Birmingham, AL','Monday','3/23/2026','7:30 PM','7680000','BJ-Barham-3-23-2026'],['David Murphy','Workplay Theatre','Birmingham, AL','Thursday','3/26/2026','7:30 PM','7728339','David-Murphy-3-26-2026'],['Sugarcane Jane','Workplay Theatre','Birmingham, AL','Friday','3/27/2026','8:00 PM','7728340','Sugarcane-Jane-3-27-2026'],['Vandoliers','Workplay Theatre','Birmingham, AL','Saturday','3/28/2026','8:00 PM','7728341','Vandoliers-3-28-2026'],['Drake Milligan','Workplay Theatre','Birmingham, AL','Thursday','4/2/2026','8:00 PM','7728342','Drake-Milligan-4-2-2026'],['Drake Bell','Workplay Theatre','Birmingham, AL','Saturday','4/4/2026','8:00 PM','7728344','Drake-Bell-4-4-2026'],['Maverick Lounge Series: Billy Joel - Tribute','Workplay Theatre','Birmingham, AL','Friday','4/10/2026','8:00 PM','7728345','Maverick-Lounge-Series--Billy-Joel---Tribute-4-10-2026'],['Anthony Gomes','Workplay Theatre','Birmingham, AL','Saturday','4/11/2026','8:00 PM','7728349','Anthony-Gomes-4-11-2026'],['Indigo De Souza','Workplay Theatre','Birmingham, AL','Monday','4/13/2026','7:30 PM','7576389','Indigo-De-Souza-4-13-2026'],['U4IA - Tribute to U2','Workplay Theatre','Birmingham, AL','Saturday','4/18/2026','8:00 PM','7381394','U4IA---Tribute-to-U2-4-18-2026'],['Congress The Band','Workplay Theatre','Birmingham, AL','Wednesday','4/22/2026','8:00 PM','7694218','Congress-The-Band-4-22-2026'],['Dexter and The Moonrocks','Workplay Theatre','Birmingham, AL','Thursday','4/23/2026','8:00 PM','7728353','Dexter-and-The-Moonrocks-4-23-2026'],['Marlon Funaki','Workplay Theatre','Birmingham, AL','Friday','4/24/2026','8:00 PM','7692692','Marlon-Funaki-4-24-2026'],['Shakedown Citi','Workplay Theatre','Birmingham, AL','Saturday','4/25/2026','7:30 PM','7728354','Shakedown-Citi-4-25-2026'],['Brenn!','Workplay Theatre','Birmingham, AL','Friday','5/1/2026','8:00 PM','7719712','Brenn--5-1-2026'],['Trevor Jackson','Workplay Theatre','Birmingham, AL','Sunday','5/3/2026','7:00 PM','7778172','Trevor-Jackson-5-3-2026'],['Strings and Heart','Workplay Theatre','Birmingham, AL','Tuesday','5/5/2026','6:45 PM','7746001','Strings-and-Heart-5-5-2026'],['Violent Vira','Workplay Theatre','Birmingham, AL','Wednesday','5/6/2026','8:00 PM','7743983','Violent-Vira-5-6-2026'],['Demon Hunter','Workplay Theatre','Birmingham, AL','Friday','5/8/2026','7:30 PM','7694594','Demon-Hunter-5-8-2026'],['Cattle Decapitation','Workplay Theatre','Birmingham, AL','Monday','5/11/2026','7:00 PM','7732517','Cattle-Decapitation-5-11-2026'],['Kings Kaleidoscope','Workplay Theatre','Birmingham, AL','Friday','5/15/2026','8:00 PM','7155355','Kings-Kaleidoscope-5-15-2026'],['Pete Correale','Workplay Theatre','Birmingham, AL','Saturday','5/16/2026','8:00 PM','7728358','Pete-Correale-5-16-2026'],['Bodysnatcher','Workplay Theatre','Birmingham, AL','Saturday','6/6/2026','7:00 PM','7728356','Bodysnatcher-6-6-2026']],'WorkPlay Theatre','http://www.ticketnetwork.com/ticket/WorkPlay-Theatre-events.aspx');