//
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-04A
TN_Widget.CreateTable([['Noizu','Stereo Live - Dallas','Dallas, TX','Saturday','3/15/2025','10:00 PM','6961862','Noizu-3-15-2025'],['Nghtmre','Stereo Live - Houston','Houston, TX','Saturday','3/15/2025','10:00 PM','7027942','Nghtmre-3-15-2025'],['Flux Pavilion','Stereo Live - Dallas','Dallas, TX','Friday','3/21/2025','10:00 PM','6978925','Flux-Pavilion-3-21-2025'],['Jorge Celedon','Stereo Garden','Patchogue, NY','Saturday','3/22/2025','10:00 PM','7009162','Jorge-Celedon-3-22-2025'],['Camelphat','Stereo Live - Houston','Houston, TX','Saturday','3/22/2025','10:00 PM','7027951','Camelphat-3-22-2025'],['Fatima Hajji','Stereo Live - Dallas','Dallas, TX','Friday','3/28/2025','10:00 PM','6978936','Fatima-Hajji-3-28-2025'],['Nora En Pure','Stereo Live - Houston','Houston, TX','Friday','4/4/2025','10:00 PM','7027955','Nora-En-Pure-4-4-2025'],['Arius','Stereo Live - Houston','Houston, TX','Friday','4/11/2025','10:00 PM','7027946','Arius-4-11-2025'],['Valentino Khan','Stereo Live - Dallas','Dallas, TX','Saturday','4/12/2025','8:00 PM','6961823','Valentino-Khan-4-12-2025'],['Arius','Stereo Live - Houston','Houston, TX','Friday','4/18/2025','10:00 PM','7027945','Arius-4-18-2025'],['Kaivon','Stereo Live - Dallas','Dallas, TX','Saturday','4/19/2025','10:00 PM','6997519','Kaivon-4-19-2025'],['Delta Heavy','Stereo Live - Houston','Houston, TX','Saturday','4/19/2025','10:00 PM','7027950','Delta-Heavy-4-19-2025'],['Black Coffee','Stereo Live - Houston','Houston, TX','Thursday','5/8/2025','10:00 PM','7040818','Black-Coffee-5-8-2025'],['Cruel World Festival: New Order, Nick Cave and The Bad Seeds & The Go-Go's','Brookside At The Rose Bowl','Pasadena, CA','Saturday','5/17/2025','12:00 PM','6782350','Cruel-World-Festival--New-Order--Nick-Cave-and-The-Bad-Seeds---The-Go-Go-s-5-17-2025'],['Kapo ','Stereo Garden','Patchogue, NY','Friday','5/23/2025','9:30 PM','7009167','Kapo--5-23-2025'],['Dillon Francis','Stereo Live - Houston','Houston, TX','Sunday','5/25/2025','10:00 PM','6957052','Dillon-Francis-5-25-2025'],['Kaivon','Stereo Live - Houston','Houston, TX','Friday','5/30/2025','10:00 PM','6997518','Kaivon-5-30-2025'],['Cosmic Gate','Stereo Live - Houston','Houston, TX','Saturday','5/31/2025','10:00 PM','7027948','Cosmic-Gate-5-31-2025'],['Austin Millz','Stereo Live - Dallas','Dallas, TX','Saturday','6/14/2025','10:00 PM','6956848','Austin-Millz-6-14-2025'],['Timmy Trumpet','Stereo Live - Houston','Houston, TX','Friday','9/26/2025','10:00 PM','6893108','Timmy-Trumpet-9-26-2025'],['Tchami','Stereo Live - Dallas','Dallas, TX','Thursday','1/1/2071','TBD','4308663','Tchami-1-1-2071']],'Stereo Live','https://www.ticketnetwork.com/ticket/Stereo-Live-events.aspx');