// 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-01A TN_Widget.CreateTable([['LA Dispute','The Beacham','Orlando, FL','Tuesday','9/16/2025','6:00 PM','7157113','LA-Dispute-9-16-2025'],['Mico','The Beacham','Orlando, FL','Friday','9/26/2025','6:00 PM','7166307','Mico-9-26-2025'],['6arelyhuman','The Beacham','Orlando, FL','Wednesday','10/1/2025','7:00 PM','7272695','6arelyhuman-10-1-2025'],['Freddie Gibbs','The Beacham','Orlando, FL','Sunday','10/5/2025','6:00 PM','7311482','Freddie-Gibbs-10-5-2025'],['Tame Impala Night','The Beacham','Orlando, FL','Friday','10/10/2025','9:00 PM','7353610','Tame-Impala-Night-10-10-2025'],['Cartel','The Beacham','Orlando, FL','Friday','10/17/2025','7:00 PM','7180405','Cartel-10-17-2025'],['Cochise','The Beacham','Orlando, FL','Sunday','10/19/2025','6:00 PM','6838022','Cochise-10-19-2025'],['Minus The Bear','The Beacham','Orlando, FL','Tuesday','10/21/2025','6:00 PM','7035023','Minus-The-Bear-10-21-2025'],['Fleshwater','The Beacham','Orlando, FL','Wednesday','10/22/2025','7:00 PM','7196044','Fleshwater-10-22-2025'],['The Sword','The Beacham','Orlando, FL','Friday','10/24/2025','6:00 PM','7262025','The-Sword-10-24-2025'],['Rico Nasty','The Beacham','Orlando, FL','Saturday','10/25/2025','7:00 PM','7204250','Rico-Nasty-10-25-2025'],['Fear Factory','The Beacham','Orlando, FL','Sunday','10/26/2025','6:00 PM','7353611','Fear-Factory-10-26-2025'],['Rob49','The Beacham','Orlando, FL','Thursday','10/30/2025','7:00 PM','7288917','Rob49-10-30-2025'],['Lil Darkie','The Beacham','Orlando, FL','Saturday','11/1/2025','6:00 PM','7209766','Lil-Darkie-11-1-2025'],['CG5','The Beacham','Orlando, FL','Tuesday','11/4/2025','6:00 PM','7353665','CG5-11-4-2025'],['Black Stone Cherry & Ayron Jones','The Beacham','Orlando, FL','Thursday','11/6/2025','6:30 PM','7353662','Black-Stone-Cherry---Ayron-Jones-11-6-2025'],['The Wrecks','The Beacham','Orlando, FL','Saturday','11/8/2025','6:00 PM','7295983','The-Wrecks-11-8-2025'],['The Aces','The Beacham','Orlando, FL','Tuesday','11/18/2025','7:00 PM','7280951','The-Aces-11-18-2025'],['Violent Vira','The Beacham','Orlando, FL','Saturday','11/22/2025','6:00 PM','7353910','Violent-Vira-11-22-2025'],['Given to Fly - A Tribute to Pearl Jam','The Beacham','Orlando, FL','Friday','11/28/2025','8:00 PM','7397781','Given-to-Fly---A-Tribute-to-Pearl-Jam-11-28-2025'],['Glokk40Spaz','The Beacham','Orlando, FL','Saturday','12/6/2025','7:00 PM','7397691','Glokk40Spaz-12-6-2025'],['FLOW - The Band','The Beacham','Orlando, FL','Tuesday','12/16/2025','6:00 PM','7276929','FLOW---The-Band-12-16-2025'],['Kings Kaleidoscope','The Beacham','Orlando, FL','Wednesday','5/13/2026','7:00 PM','7155550','Kings-Kaleidoscope-5-13-2026']],'Beacham Theater','http://www.ticketnetwork.com/ticket/Beacham-Theater-events.aspx');