// 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 += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02A TN_Widget.CreateTable([['Jason Petty','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','9/20/2025','3:00 PM','7096819','Jason-Petty-9-20-2025'],['Larry Fleet','Crystal Grand Music Theatre','Lake Delton, WI','Friday','9/26/2025','8:00 PM','7163029','Larry-Fleet-9-26-2025'],['Etta May & The Southern Fried Chicks','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','9/27/2025','8:00 PM','7054343','Etta-May---The-Southern-Fried-Chicks-9-27-2025'],['Tracy Lawrence','Crystal Grand Music Theatre','Lake Delton, WI','Friday','10/3/2025','8:00 PM','7027528','Tracy-Lawrence-10-3-2025'],['Home Free','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','10/4/2025','8:00 PM','7180463','Home-Free-10-4-2025'],['Celtic Thunder','Crystal Grand Music Theatre','Lake Delton, WI','Sunday','10/5/2025','4:00 PM','7009297','Celtic-Thunder-10-5-2025'],['Chris Janson','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','10/11/2025','8:00 PM','7096810','Chris-Janson-10-11-2025'],['Jackyl','Crystal Grand Music Theatre','Lake Delton, WI','Friday','10/17/2025','8:00 PM','7255729','Jackyl-10-17-2025'],['David Nail','Crystal Grand Music Theatre','Lake Delton, WI','Friday','10/24/2025','8:00 PM','7212572','David-Nail-10-24-2025'],['Ashley McBryde','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','10/25/2025','8:00 PM','7356484','Ashley-McBryde-10-25-2025'],['Daniel O'Donnell','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','11/1/2025','3:00 PM','6845230','Daniel-O-Donnell-11-1-2025'],['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'],['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'],['The Frontmen','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','2/28/2026','8:00 PM','7301886','The-Frontmen-2-28-2026'],['Clint Black','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','4/18/2026','7:30 PM','7396708','Clint-Black-4-18-2026']],'Crystal Grand Music Theatre','http://www.ticketnetwork.com/ticket/Crystal-Grand-Music-Theatre-events.aspx');