//
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-01A
TN_Widget.CreateTable([['San Holo','Nova SD','San Diego, CA','Saturday','5/31/2025','10:00 PM','7058390','San-Holo-5-31-2025'],['San Holo','Maya Day and Nightclub','Scottsdale, AZ','Sunday','6/1/2025','12:00 PM','7058805','San-Holo-6-1-2025'],['San Holo','District Atlanta','Atlanta, GA','Friday','6/6/2025','10:00 PM','7058807','San-Holo-6-6-2025'],['San Holo','The Metropolitan Nightclub','New Orleans, LA','Saturday','6/7/2025','10:00 PM','7058799','San-Holo-6-7-2025'],['San Holo','The Ave Live','Philadelphia, PA','Friday','6/13/2025','9:30 PM','7058801','San-Holo-6-13-2025'],['San Holo','Big Night Live','Boston, MA','Saturday','6/14/2025','9:30 PM','7058612','San-Holo-6-14-2025'],['San Holo','Stereo Live - Houston','Houston, TX','Friday','6/20/2025','10:00 PM','7058798','San-Holo-6-20-2025'],['San Holo','SILO Dallas','Dallas, TX','Saturday','6/21/2025','9:00 PM','7058803','San-Holo-6-21-2025'],['San Holo','AYU Dayclub at Resorts World Las Vegas','Las Vegas, NV','Sunday','6/22/2025','12:00 PM','7058808','San-Holo-6-22-2025'],['San Holo','Echostage','Washington, DC','Friday','6/27/2025','10:00 PM','7058611','San-Holo-6-27-2025'],['San Holo','Ryse - Saint Charles','Saint Charles, MO','Saturday','6/28/2025','10:00 PM','7058806','San-Holo-6-28-2025'],['San Holo','The Royal Grove','Lincoln, NE','Thursday','7/17/2025','9:00 PM','7058800','San-Holo-7-17-2025'],['San Holo','Okc Farmers Market','Oklahoma City, OK','Friday','7/18/2025','7:00 PM','7058804','San-Holo-7-18-2025'],['San Holo','Blackbox Theater','Charlotte, NC','Saturday','7/19/2025','10:00 PM','7058802','San-Holo-7-19-2025'],['San Holo','Monroe Rooftop','Hampton, VA','Sunday','7/20/2025','2:00 PM','7058809','San-Holo-7-20-2025'],['Holo Holo San Diego: J Boog, The Green, Common Kings & Josh Tatofi - 2 Day Pass','Gallagher Square at Petco Park','San Diego, CA','Saturday','8/30/2025','TBD','7048610','Holo-Holo-San-Diego--J-Boog--The-Green--Common-Kings---Josh-Tatofi---2-Day-Pass-8-30-2025'],['Holo Holo San Diego: J Boog, The Green & Ekolu - Saturday (Time: TBD)','Gallagher Square at Petco Park','San Diego, CA','Saturday','8/30/2025','12:00 PM','7048633','Holo-Holo-San-Diego--J-Boog--The-Green---Ekolu---Saturday--Time--TBD--8-30-2025'],['Holo Holo San Diego: Common Kings, Josh Tatofi & Doklah The Moc - Sunday (Time: TBD)','Gallagher Square at Petco Park','San Diego, CA','Sunday','8/31/2025','12:00 PM','7048634','Holo-Holo-San-Diego--Common-Kings--Josh-Tatofi---Doklah-The-Moc---Sunday--Time--TBD--8-31-2025']],'San Holo','http://www.ticketnetwork.com/ticket/San-Holo-events.aspx');