//
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([['DWLLRS','Aisle 5','Atlanta, GA','Saturday','2/22/2025','7:00 PM','6823266','DWLLRS-2-22-2025'],['Loe Shimmy','Aisle 5','Atlanta, GA','Sunday','2/23/2025','8:00 PM','6919816','Loe-Shimmy-2-23-2025'],['The Astronomers & Kyle Hume','Aisle 5','Atlanta, GA','Friday','2/28/2025','8:00 PM','6762899','The-Astronomers---Kyle-Hume-2-28-2025'],['Jessica Baio','Aisle 5','Atlanta, GA','Saturday','3/1/2025','8:00 PM','6818938','Jessica-Baio-3-1-2025'],['Benjamin Booker','Aisle 5','Atlanta, GA','Monday','3/3/2025','8:00 PM','6770156','Benjamin-Booker-3-3-2025'],['Alt Bloom','Aisle 5','Atlanta, GA','Tuesday','3/4/2025','8:00 PM','6755326','Alt-Bloom-3-4-2025'],['Hovvdy','Aisle 5','Atlanta, GA','Friday','3/7/2025','7:00 PM','6777170','Hovvdy-3-7-2025'],['Anxious','Aisle 5','Atlanta, GA','Saturday','3/15/2025','7:00 PM','6864490','Anxious-3-15-2025'],['Baths','Aisle 5','Atlanta, GA','Tuesday','3/18/2025','8:00 PM','6930074','Baths-3-18-2025'],['Stela Cole','Aisle 5','Atlanta, GA','Sunday','3/23/2025','8:00 PM','6814889','Stela-Cole-3-23-2025'],['Weatherday','Aisle 5','Atlanta, GA','Tuesday','3/25/2025','8:00 PM','6791780','Weatherday-3-25-2025'],['Laila!','Aisle 5','Atlanta, GA','Saturday','4/5/2025','8:00 PM','6999476','Laila--4-5-2025'],['Pity Party Girls Club','Aisle 5','Atlanta, GA','Tuesday','4/15/2025','8:00 PM','6950769','Pity-Party-Girls-Club-4-15-2025'],['Corridor','Aisle 5','Atlanta, GA','Monday','4/21/2025','7:00 PM','6975854','Corridor-4-21-2025'],['chlothegod','Aisle 5','Atlanta, GA','Thursday','4/24/2025','8:00 PM','6974379','chlothegod-4-24-2025'],['Brother Ali','Aisle 5','Atlanta, GA','Thursday','5/1/2025','8:00 PM','6975797','Brother-Ali-5-1-2025'],['Kevin Atwater','Aisle 5','Atlanta, GA','Friday','5/2/2025','8:00 PM','6973965','Kevin-Atwater-5-2-2025'],['The Bones of J.R. Jones','Aisle 5','Atlanta, GA','Friday','5/16/2025','8:00 PM','6995086','The-Bones-of-J-R--Jones-5-16-2025'],['Mei Semones','Aisle 5','Atlanta, GA','Monday','6/2/2025','8:00 PM','6970897','Mei-Semones-6-2-2025']],'The Five Spot','https://www.ticketnetwork.com/ticket/The-Five-Spot-events.aspx');