//
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([['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'],['Lee Brice','Crystal Grand Music Theatre','Lake Delton, WI','Friday','2/6/2026','8:00 PM','7550565','Lee-Brice-2-6-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 & LANCO','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','2/21/2026','8:00 PM','7461606','Eli-Young-Band---LANCO-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'],['Happy Together Tour','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','8/29/2026','4:00 PM','7546344','Happy-Together-Tour-8-29-2026'],['Sawyer Brown','Crystal Grand Music Theatre','Lake Delton, WI','Sunday','11/8/2026','8:00 PM','7590789','Sawyer-Brown-11-8-2026'],['Roots & Boots: Sammy Kershaw, Aaron Tippin & Collin Raye','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','11/21/2026','8:00 PM','7562380','Roots---Boots--Sammy-Kershaw--Aaron-Tippin---Collin-Raye-11-21-2026'],['The Oak Ridge Boys','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','12/12/2026','3:00 PM','7629966','The-Oak-Ridge-Boys-12-12-2026'],['Daniel O'Donnell','Crystal Grand Music Theatre','Lake Delton, WI','Sunday','10/31/2027','3:00 PM','7590788','Daniel-O-Donnell-10-31-2027']],'Crystal Grand Music Theatre','http://www.ticketnetwork.com/ticket/Crystal-Grand-Music-Theatre-events.aspx');