//
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([['The Get Up Kids','Starland Ballroom','Sayreville, NJ','Friday','2/14/2025','8:00 PM','6822149','The-Get-Up-Kids-2-14-2025'],['Freestyle Explosion','Starland Ballroom','Sayreville, NJ','Saturday','2/15/2025','9:00 PM','6855224','Freestyle-Explosion-2-15-2025'],['Atmosphere','Starland Ballroom','Sayreville, NJ','Sunday','2/16/2025','7:30 PM','6788177','Atmosphere-2-16-2025'],['Parmalee','Starland Ballroom','Sayreville, NJ','Thursday','2/27/2025','8:00 PM','6839582','Parmalee-2-27-2025'],['Category 7','Starland Ballroom','Sayreville, NJ','Friday','3/7/2025','7:30 PM','6754691','Category-7-3-7-2025'],['Rittz','Starland Ballroom','Sayreville, NJ','Sunday','3/9/2025','7:00 PM','6878849','Rittz-3-9-2025'],['The Disco Biscuits','Starland Ballroom','Sayreville, NJ','Friday','3/14/2025','8:00 PM','6916868','The-Disco-Biscuits-3-14-2025'],['The Disco Biscuits','Starland Ballroom','Sayreville, NJ','Saturday','3/15/2025','8:00 PM','6916869','The-Disco-Biscuits-3-15-2025'],['Gavin Adcock','Starland Ballroom','Sayreville, NJ','Friday','3/21/2025','8:00 PM','6645549','Gavin-Adcock-3-21-2025'],['Whitechapel','Starland Ballroom','Sayreville, NJ','Saturday','3/22/2025','6:30 PM','6884791','Whitechapel-3-22-2025'],['Imminence','Starland Ballroom','Sayreville, NJ','Saturday','4/5/2025','7:30 PM','6764490','Imminence-4-5-2025'],['Wednesday 13','Starland Ballroom','Sayreville, NJ','Thursday','4/10/2025','7:00 PM','6808684','Wednesday-13-4-10-2025'],['The Slackers','Starland Ballroom','Sayreville, NJ','Friday','4/11/2025','7:00 PM','6955646','The-Slackers-4-11-2025'],['The Used','Starland Ballroom','Sayreville, NJ','Tuesday','4/15/2025','8:00 PM','6872114','The-Used-4-15-2025'],['The Used','Starland Ballroom','Sayreville, NJ','Wednesday','4/16/2025','8:00 PM','6872115','The-Used-4-16-2025'],['The Used','Starland Ballroom','Sayreville, NJ','Friday','4/18/2025','8:00 PM','6872116','The-Used-4-18-2025'],['Ace Frehley','Starland Ballroom','Sayreville, NJ','Friday','5/2/2025','7:00 PM','6823699','Ace-Frehley-5-2-2025'],['BoyWithUke','Starland Ballroom','Sayreville, NJ','Saturday','5/3/2025','8:30 PM','6834347','BoyWithUke-5-3-2025'],['Ole 60','Starland Ballroom','Sayreville, NJ','Thursday','5/8/2025','8:00 PM','6840962','Ole-60-5-8-2025'],['Hollywood Undead & Tech N9Ne','Starland Ballroom','Sayreville, NJ','Friday','5/9/2025','6:25 PM','6888455','Hollywood-Undead---Tech-N9Ne-5-9-2025'],['Louie Devito','Starland Ballroom','Sayreville, NJ','Saturday','5/17/2025','8:00 PM','6890876','Louie-Devito-5-17-2025']],'Starland Ballroom','https://www.ticketnetwork.com/ticket/Starland-Ballroom-events.aspx');