//
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-03A
TN_Widget.CreateTable([['Make Em Laugh Monday','Grog Shop','Cleveland, OH','Monday','1/5/2026','8:00 PM','7617109','Make-Em-Laugh-Monday-1-5-2026'],['Secret Movie Night','Grog Shop','Cleveland, OH','Wednesday','1/14/2026','8:00 PM','7617113','Secret-Movie-Night-1-14-2026'],['Make Em Laugh Monday','Grog Shop','Cleveland, OH','Monday','1/19/2026','8:00 PM','7617110','Make-Em-Laugh-Monday-1-19-2026'],['Night Moves','Grog Shop','Cleveland, OH','Saturday','1/24/2026','8:30 PM','7478725','Night-Moves-1-24-2026'],['Jack Lutz','Grog Shop','Cleveland, OH','Sunday','1/25/2026','7:30 PM','7617106','Jack-Lutz-1-25-2026'],['Make Em Laugh Monday','Grog Shop','Cleveland, OH','Monday','2/2/2026','8:00 PM','7617111','Make-Em-Laugh-Monday-2-2-2026'],['Laundry Day','Grog Shop','Cleveland, OH','Saturday','2/7/2026','8:30 PM','7617245','Laundry-Day-2-7-2026'],['Koffin Kats','Grog Shop','Cleveland, OH','Sunday','2/8/2026','8:00 PM','7617120','Koffin-Kats-2-8-2026'],['Make Em Laugh Monday','Grog Shop','Cleveland, OH','Monday','2/16/2026','8:00 PM','7617112','Make-Em-Laugh-Monday-2-16-2026'],['Secret Movie Night','Grog Shop','Cleveland, OH','Wednesday','2/18/2026','8:00 PM','7617114','Secret-Movie-Night-2-18-2026'],['Elise Trouw','Grog Shop','Cleveland, OH','Thursday','2/19/2026','8:00 PM','7559732','Elise-Trouw-2-19-2026'],['Nuovo Testamento','Grog Shop','Cleveland, OH','Wednesday','2/25/2026','8:00 PM','7536831','Nuovo-Testamento-2-25-2026'],['Letdown.','Grog Shop','Cleveland, OH','Thursday','2/26/2026','8:00 PM','7495567','Letdown--2-26-2026'],['The Record Company','Grog Shop','Cleveland, OH','Monday','3/2/2026','8:00 PM','7626223','The-Record-Company-3-2-2026'],['Spiritual Cramp','Grog Shop','Cleveland, OH','Saturday','3/7/2026','8:00 PM','7355572','Spiritual-Cramp-3-7-2026'],['Jordana','Grog Shop','Cleveland, OH','Tuesday','3/17/2026','8:00 PM','7541127','Jordana-3-17-2026'],['Brent Cobb','Grog Shop','Cleveland, OH','Thursday','3/26/2026','8:00 PM','7617122','Brent-Cobb-3-26-2026'],['Nothing','Grog Shop','Cleveland, OH','Saturday','3/28/2026','8:00 PM','7613459','Nothing-3-28-2026'],['Nick Hexum','Grog Shop','Cleveland, OH','Tuesday','3/31/2026','8:00 PM','7617261','Nick-Hexum-3-31-2026'],['Matt Pryor','Grog Shop','Cleveland, OH','Saturday','4/4/2026','7:00 PM','7619671','Matt-Pryor-4-4-2026'],['The Wedding Present','Grog Shop','Cleveland, OH','Sunday','4/12/2026','8:00 PM','7525216','The-Wedding-Present-4-12-2026'],['Black Pistol Fire','Grog Shop','Cleveland, OH','Tuesday','4/14/2026','8:30 PM','7600428','Black-Pistol-Fire-4-14-2026'],['Wolves of Glendale','Grog Shop','Cleveland, OH','Thursday','4/16/2026','8:30 PM','7617123','Wolves-of-Glendale-4-16-2026'],['Slomosa','Grog Shop','Cleveland, OH','Friday','5/1/2026','7:00 PM','7618091','Slomosa-5-1-2026'],['J Roddy Walston','Grog Shop','Cleveland, OH','Saturday','5/16/2026','8:30 PM','7626222','J-Roddy-Walston-5-16-2026']],'Grog Shop','https://www.ticketnetwork.com/ticket/Grog-Shop-events.aspx');