//
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-02A
TN_Widget.CreateTable([['Bilmuri','Starland Ballroom','Sayreville, NJ','Monday','7/14/2025','7:30 PM','7120297','Bilmuri-7-14-2025'],['Buckcherry','Starland Ballroom','Sayreville, NJ','Friday','7/18/2025','6:30 PM','7124442','Buckcherry-7-18-2025'],['Hatebreed','Starland Ballroom','Sayreville, NJ','Saturday','7/19/2025','6:30 PM','7124068','Hatebreed-7-19-2025'],['Sleepy Hallow & Sheff G','Starland Ballroom','Sayreville, NJ','Saturday','8/2/2025','8:00 PM','7152938','Sleepy-Hallow---Sheff-G-8-2-2025'],['idobi Radio Summer School: Rain City Drive, Charlotte Sands & Taylor Acorn','Starland Ballroom','Sayreville, NJ','Friday','8/8/2025','5:00 PM','7071758','idobi-Radio-Summer-School--Rain-City-Drive--Charlotte-Sands---Taylor-Acorn-8-8-2025'],['Prof','Starland Ballroom','Sayreville, NJ','Friday','9/5/2025','8:00 PM','7195009','Prof-9-5-2025'],['The Plot In You','Starland Ballroom','Sayreville, NJ','Sunday','9/7/2025','7:00 PM','7206073','The-Plot-In-You-9-7-2025'],['Life of Agony','Starland Ballroom','Sayreville, NJ','Saturday','9/20/2025','7:30 PM','7144830','Life-of-Agony-9-20-2025'],['Kublai Khan TX','Starland Ballroom','Sayreville, NJ','Sunday','9/21/2025','7:00 PM','7106403','Kublai-Khan-TX-9-21-2025'],['Between the Buried and Me & Hail The Sun','Starland Ballroom','Sayreville, NJ','Tuesday','9/23/2025','7:00 PM','7235824','Between-the-Buried-and-Me---Hail-The-Sun-9-23-2025'],['Stephen Wilson Jr.','Starland Ballroom','Sayreville, NJ','Saturday','9/27/2025','8:00 PM','7204110','Stephen-Wilson-Jr--9-27-2025'],['Cannibal Corpse','Starland Ballroom','Sayreville, NJ','Saturday','10/18/2025','6:45 PM','7141541','Cannibal-Corpse-10-18-2025'],['Maddox Batson','Starland Ballroom','Sayreville, NJ','Tuesday','10/28/2025','7:30 PM','7121839','Maddox-Batson-10-28-2025'],['From Ashes to New','Starland Ballroom','Sayreville, NJ','Saturday','11/8/2025','7:00 PM','7206136','From-Ashes-to-New-11-8-2025']],'Starland Ballroom','https://www.ticketnetwork.com/ticket/Starland-Ballroom-events.aspx');