//
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([['Ollie Wride','Johnny Brenda's','Philadelphia, PA','Friday','2/21/2025','9:00 PM','6650835','Ollie-Wride-2-21-2025'],['The Bevis Frond','Johnny Brenda's','Philadelphia, PA','Saturday','3/1/2025','9:00 PM','6523504','The-Bevis-Frond-3-1-2025'],['Andrew Belle','Johnny Brenda's','Philadelphia, PA','Thursday','3/6/2025','9:00 PM','6740944','Andrew-Belle-3-6-2025'],['Warmduscher','Johnny Brenda's','Philadelphia, PA','Saturday','3/8/2025','9:00 PM','6701811','Warmduscher-3-8-2025'],['Donovan Woods','Johnny Brenda's','Philadelphia, PA','Monday','3/10/2025','8:00 PM','6426402','Donovan-Woods-3-10-2025'],['Emile Mosseri','Johnny Brenda's','Philadelphia, PA','Saturday','3/15/2025','8:00 PM','6961059','Emile-Mosseri-3-15-2025'],['Your Neighbors','Johnny Brenda's','Philadelphia, PA','Thursday','3/20/2025','8:00 PM','6936764','Your-Neighbors-3-20-2025'],['Esther Rose','Johnny Brenda's','Philadelphia, PA','Saturday','3/22/2025','9:00 PM','6771856','Esther-Rose-3-22-2025'],['Freak Slug','Johnny Brenda's','Philadelphia, PA','Sunday','3/30/2025','8:00 PM','6863575','Freak-Slug-3-30-2025'],['Immersion','Johnny Brenda's','Philadelphia, PA','Tuesday','4/1/2025','8:00 PM','6718522','Immersion-4-1-2025'],['Naked Giants','Johnny Brenda's','Philadelphia, PA','Thursday','4/10/2025','9:00 PM','6825332','Naked-Giants-4-10-2025'],['BabyJake','Johnny Brenda's','Philadelphia, PA','Monday','4/14/2025','7:30 PM','6958532','BabyJake-4-14-2025'],['Mercury Rev','Johnny Brenda's','Philadelphia, PA','Wednesday','4/16/2025','8:00 PM','6782535','Mercury-Rev-4-16-2025'],['Husbands','Johnny Brenda's','Philadelphia, PA','Saturday','4/19/2025','9:00 PM','6961044','Husbands-4-19-2025'],['Goldie Boutilier','Johnny Brenda's','Philadelphia, PA','Tuesday','4/22/2025','8:00 PM','6998248','Goldie-Boutilier-4-22-2025'],['Fabiana Palladino','Johnny Brenda's','Philadelphia, PA','Saturday','4/26/2025','8:00 PM','6973980','Fabiana-Palladino-4-26-2025'],['Florist','Johnny Brenda's','Philadelphia, PA','Monday','5/5/2025','8:00 PM','6981485','Florist-5-5-2025'],['Sir Woman','Johnny Brenda's','Philadelphia, PA','Tuesday','5/6/2025','8:00 PM','6839818','Sir-Woman-5-6-2025'],['Sunday (1994)','Johnny Brenda's','Philadelphia, PA','Friday','5/9/2025','8:00 PM','6959597','Sunday--1994--5-9-2025'],['L.A. Witch','Johnny Brenda's','Philadelphia, PA','Saturday','5/10/2025','9:00 PM','6987110','L-A--Witch-5-10-2025'],['Sunflower Bean','Johnny Brenda's','Philadelphia, PA','Friday','5/16/2025','8:00 PM','6957004','Sunflower-Bean-5-16-2025'],['Matthew Logan Vasquez','Johnny Brenda's','Philadelphia, PA','Saturday','5/24/2025','9:00 PM','6774316','Matthew-Logan-Vasquez-5-24-2025'],['Preoccupations','Johnny Brenda's','Philadelphia, PA','Wednesday','6/25/2025','8:00 PM','6986215','Preoccupations-6-25-2025'],['Samantha Crain','Johnny Brenda's','Philadelphia, PA','Wednesday','7/16/2025','8:00 PM','6839659','Samantha-Crain-7-16-2025']],'Johnny Brendas','https://www.ticketnetwork.com/ticket/Johnny-Brendas-events.aspx');