//
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 += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-03A
TN_Widget.CreateTable([['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'],['Emo Nite','The Beacham','Orlando, FL','Friday','11/14/2025','9:00 PM','7430585','Emo-Nite-11-14-2025'],['OsamaSon','The Beacham','Orlando, FL','Monday','11/17/2025','7:00 PM','7417796','OsamaSon-11-17-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'],['GoldFord','The Beacham','Orlando, FL','Friday','1/30/2026','6:00 PM','7419116','GoldFord-1-30-2026'],['Peaches','The Beacham','Orlando, FL','Saturday','2/21/2026','8:00 PM','7490464','Peaches-2-21-2026'],['DJ Raphi','The Beacham','Orlando, FL','Tuesday','3/10/2026','6:00 PM','7488431','DJ-Raphi-3-10-2026'],['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');