//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://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[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ 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 += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-04A
TN_Widget.CreateTable([['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'],['Ballyhoo!','The Beacham','Orlando, FL','Friday','1/23/2026','6:00 PM','7590682','Ballyhoo--1-23-2026'],['GoldFord','The Beacham','Orlando, FL','Friday','1/30/2026','6:00 PM','7419116','GoldFord-1-30-2026'],['The Wombats','The Beacham','Orlando, FL','Saturday','1/31/2026','6:00 PM','7552755','The-Wombats-1-31-2026'],['Joey Valence & Brae','The Beacham','Orlando, FL','Saturday','2/14/2026','6:00 PM','7556123','Joey-Valence---Brae-2-14-2026'],['Peaches','The Beacham','Orlando, FL','Saturday','2/21/2026','8:00 PM','7490464','Peaches-2-21-2026'],['The Summer Set','The Beacham','Orlando, FL','Thursday','3/5/2026','7:00 PM','7540167','The-Summer-Set-3-5-2026'],['Katatonia','The Beacham','Orlando, FL','Friday','3/6/2026','7:00 PM','7540925','Katatonia-3-6-2026'],['Machine Girl','The Beacham','Orlando, FL','Monday','3/9/2026','8:00 PM','7504097','Machine-Girl-3-9-2026'],['DJ Raphi','The Beacham','Orlando, FL','Tuesday','3/10/2026','6:00 PM','7488431','DJ-Raphi-3-10-2026'],['I See Stars','The Beacham','Orlando, FL','Friday','3/13/2026','6:00 PM','7475289','I-See-Stars-3-13-2026'],['kwn','The Beacham','Orlando, FL','Friday','3/27/2026','7:00 PM','7552326','kwn-3-27-2026'],['Kings Kaleidoscope','The Beacham','Orlando, FL','Wednesday','5/13/2026','7:00 PM','7155550','Kings-Kaleidoscope-5-13-2026'],['Touche Amore','The Beacham','Orlando, FL','Wednesday','9/9/2026','7:00 PM','7590600','Touche-Amore-9-9-2026']],'Beacham Theater','https://www.ticketnetwork.com/ticket/Beacham-Theater-events.aspx');