//
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-03A
TN_Widget.CreateTable([['Electric Guest','The Regency Ballroom','San Francisco, CA','Sunday','12/7/2025','7:00 PM','7399872','Electric-Guest-12-7-2025'],['Dean Lewis','The Regency Ballroom','San Francisco, CA','Thursday','1/15/2026','7:30 PM','6501928','Dean-Lewis-1-15-2026'],['INZO','The Regency Ballroom','San Francisco, CA','Friday','1/23/2026','8:00 PM','7552949','INZO-1-23-2026'],['Nymphia Wind and Plastique Tiara','The Regency Ballroom','San Francisco, CA','Thursday','2/12/2026','8:00 PM','7566416','Nymphia-Wind-and-Plastique-Tiara-2-12-2026'],['Fleetmac Wood - Tribute to Fleetwood Mac','The Regency Ballroom','San Francisco, CA','Saturday','2/14/2026','9:00 PM','7288221','Fleetmac-Wood---Tribute-to-Fleetwood-Mac-2-14-2026'],['Sudan Archives','The Regency Ballroom','San Francisco, CA','Wednesday','2/18/2026','8:00 PM','7475540','Sudan-Archives-2-18-2026'],['Hanumankind','The Regency Ballroom','San Francisco, CA','Thursday','2/19/2026','8:00 PM','7495187','Hanumankind-2-19-2026'],['Christian Loffler','The Regency Ballroom','San Francisco, CA','Thursday','2/26/2026','8:00 PM','7510161','Christian-Loffler-2-26-2026'],['Mindchatter','The Regency Ballroom','San Francisco, CA','Saturday','2/28/2026','8:00 PM','7556803','Mindchatter-2-28-2026'],['Loyle Carner','The Regency Ballroom','San Francisco, CA','Tuesday','3/3/2026','8:00 PM','7114008','Loyle-Carner-3-3-2026'],['Franc Moody','The Regency Ballroom','San Francisco, CA','Thursday','3/5/2026','8:00 PM','7525511','Franc-Moody-3-5-2026'],['ALLEYCVT','The Regency Ballroom','San Francisco, CA','Friday','3/6/2026','8:00 PM','7460822','ALLEYCVT-3-6-2026'],['kwn','The Regency Ballroom','San Francisco, CA','Tuesday','3/10/2026','8:00 PM','7552306','kwn-3-10-2026'],['ALLEYCVT','The Regency Ballroom','San Francisco, CA','Friday','3/13/2026','8:00 PM','7460852','ALLEYCVT-3-13-2026'],['1tbsp','The Regency Ballroom','San Francisco, CA','Saturday','3/14/2026','8:00 PM','7603726','1tbsp-3-14-2026'],['Miss Bashful','The Regency Ballroom','San Francisco, CA','Friday','3/20/2026','8:00 PM','7509488','Miss-Bashful-3-20-2026'],['Aries - Artist','The Regency Ballroom','San Francisco, CA','Thursday','3/26/2026','8:00 PM','7599443','Aries---Artist-3-26-2026'],['Monaleo','The Regency Ballroom','San Francisco, CA','Friday','3/27/2026','8:00 PM','7510523','Monaleo-3-27-2026'],['Lebanon Hanover','The Regency Ballroom','San Francisco, CA','Saturday','4/18/2026','8:00 PM','7099709','Lebanon-Hanover-4-18-2026'],['Benjamin Tod and The Inline Six','The Regency Ballroom','San Francisco, CA','Sunday','4/26/2026','8:00 PM','7562260','Benjamin-Tod-and-The-Inline-Six-4-26-2026'],['Kettama','The Regency Ballroom','San Francisco, CA','Friday','5/8/2026','8:00 PM','7605119','Kettama-5-8-2026'],['Veeze','The Regency Ballroom','San Francisco, CA','Wednesday','11/7/2074','8:00 PM','6589244','Veeze-11-7-2074']],'Regency Ballroom','https://www.ticketnetwork.com/ticket/Regency-Ballroom-events.aspx');