//
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([['Carnie and Wendy Wilson','Crystal Grand Music Theatre','Lake Delton, WI','Friday','11/7/2025','8:00 PM','7053337','Carnie-and-Wendy-Wilson-11-7-2025'],['Joe Nichols','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','11/8/2025','8:00 PM','7287160','Joe-Nichols-11-8-2025'],['Mitchell Tenpenny','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','11/22/2025','8:00 PM','7174029','Mitchell-Tenpenny-11-22-2025'],['Chris Young','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','11/29/2025','8:00 PM','7306451','Chris-Young-11-29-2025'],['The Oak Ridge Boys','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','12/13/2025','3:00 PM','6907003','The-Oak-Ridge-Boys-12-13-2025'],['Sara Evans','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','12/20/2025','8:00 PM','7340614','Sara-Evans-12-20-2025'],['Great White & Slaughter','Crystal Grand Music Theatre','Lake Delton, WI','Friday','1/16/2026','8:00 PM','7529838','Great-White---Slaughter-1-16-2026'],['Craig Morgan','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','1/31/2026','8:00 PM','7373973','Craig-Morgan-1-31-2026'],['Easton Corbin','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','2/7/2026','8:00 PM','7200293','Easton-Corbin-2-7-2026'],['So Good - The Neil Diamond Experience','Crystal Grand Music Theatre','Lake Delton, WI','Sunday','2/15/2026','4:00 PM','7245890','So-Good---The-Neil-Diamond-Experience-2-15-2026'],['Eli Young Band','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','2/21/2026','8:00 PM','7461606','Eli-Young-Band-2-21-2026'],['The Frontmen','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','2/28/2026','8:00 PM','7301886','The-Frontmen-2-28-2026'],['Molly Hatchet','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','3/14/2026','8:00 PM','7465679','Molly-Hatchet-3-14-2026'],['Gary Allan','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','3/28/2026','8:00 PM','7528280','Gary-Allan-3-28-2026'],['Clint Black','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','4/18/2026','7:30 PM','7396708','Clint-Black-4-18-2026'],['Tracy Lawrence','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','4/25/2026','8:00 PM','7027528','Tracy-Lawrence-4-25-2026']],'Crystal Grand Music Theatre','http://www.ticketnetwork.com/ticket/Crystal-Grand-Music-Theatre-events.aspx');