//
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-01A
TN_Widget.CreateTable([['Lo Moon','The Casbah - CA','San Diego, CA','Wednesday','2/5/2025','8:30 PM','6411776','Lo-Moon-2-5-2025'],['Maro x Nasaya','The Casbah - CA','San Diego, CA','Thursday','2/6/2025','8:30 PM','6776346','Maro-x-Nasaya-2-6-2025'],['The Meteors','The Casbah - CA','San Diego, CA','Friday','2/7/2025','8:30 PM','6722201','The-Meteors-2-7-2025'],['Jeremie Albino','The Casbah - CA','San Diego, CA','Wednesday','2/19/2025','8:30 PM','6716262','Jeremie-Albino-2-19-2025'],['Orions Belte','The Casbah - CA','San Diego, CA','Sunday','2/23/2025','7:30 PM','6722206','Orions-Belte-2-23-2025'],['Abi Carter','The Casbah - CA','San Diego, CA','Tuesday','2/25/2025','8:30 PM','6930084','Abi-Carter-2-25-2025'],['Mercury Rev','The Casbah - CA','San Diego, CA','Tuesday','3/4/2025','8:00 PM','6782525','Mercury-Rev-3-4-2025'],['Madelline','The Casbah - CA','San Diego, CA','Monday','3/10/2025','8:30 PM','6952714','Madelline-3-10-2025'],['Jason Eady','The Casbah - CA','San Diego, CA','Tuesday','3/18/2025','8:30 PM','6846601','Jason-Eady-3-18-2025'],['The Wellermen','The Casbah - CA','San Diego, CA','Thursday','3/20/2025','8:30 PM','6836252','The-Wellermen-3-20-2025'],['Early James','The Casbah - CA','San Diego, CA','Wednesday','3/26/2025','8:30 PM','6767059','Early-James-3-26-2025'],['Billy Raffoul','The Casbah - CA','San Diego, CA','Saturday','3/29/2025','8:30 PM','6947550','Billy-Raffoul-3-29-2025'],['Stephen Day','The Casbah - CA','San Diego, CA','Tuesday','4/1/2025','8:30 PM','6839742','Stephen-Day-4-1-2025'],['Cheekface','The Casbah - CA','San Diego, CA','Thursday','4/3/2025','8:00 PM','6862289','Cheekface-4-3-2025'],['Hovvdy','The Casbah - CA','San Diego, CA','Friday','4/4/2025','8:30 PM','6777201','Hovvdy-4-4-2025'],['Geographer','The Casbah - CA','San Diego, CA','Saturday','4/5/2025','8:30 PM','6778311','Geographer-4-5-2025'],['Annie DiRusso','The Casbah - CA','San Diego, CA','Sunday','4/6/2025','8:30 PM','6923266','Annie-DiRusso-4-6-2025'],['Magic Sword','The Casbah - CA','San Diego, CA','Monday','4/7/2025','8:00 PM','6886890','Magic-Sword-4-7-2025'],['Youth Lagoon','The Casbah - CA','San Diego, CA','Thursday','4/10/2025','8:30 PM','6917398','Youth-Lagoon-4-10-2025'],['Naked Giants','The Casbah - CA','San Diego, CA','Wednesday','4/23/2025','8:30 PM','6825340','Naked-Giants-4-23-2025'],['Papooz','The Casbah - CA','San Diego, CA','Sunday','4/27/2025','8:30 PM','6779636','Papooz-4-27-2025'],['Butcher Brown','The Casbah - CA','San Diego, CA','Tuesday','4/29/2025','8:30 PM','6890171','Butcher-Brown-4-29-2025'],['Sunflower Bean','The Casbah - CA','San Diego, CA','Thursday','6/5/2025','8:00 PM','6957018','Sunflower-Bean-6-5-2025'],['Ben Kweller','The Casbah - CA','San Diego, CA','Friday','7/25/2025','8:30 PM','6875132','Ben-Kweller-7-25-2025']],'The Casbah','https://www.ticketnetwork.com/ticket/The-Casbah-events.aspx');