//
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-04A
TN_Widget.CreateTable([['Force Fields Music Festival: Zeds Dead, Ganja White Night, & Tape B - 2 Day Pass','Chippewa Valley Festival Grounds','Cadott, WI','Friday','6/5/2026','TBD','7589019','Force-Fields-Music-Festival--Zeds-Dead--Ganja-White-Night----Tape-B---2-Day-Pass-6-5-2026'],['Hoofbeat Country Fest: Kane Brown, Bailey Zimmerman & Jason Aldean - 3 Day Pass','Chippewa Valley Festival Grounds','Cadott, WI','Thursday','6/25/2026','TBD','7478085','Hoofbeat-Country-Fest--Kane-Brown--Bailey-Zimmerman---Jason-Aldean---3-Day-Pass-6-25-2026'],['Hoofbeat Country Fest: Kane Brown, Russell Dickerson & Clay Walker - Thursday','Chippewa Valley Festival Grounds','Cadott, WI','Thursday','6/25/2026','11:00 AM','7478086','Hoofbeat-Country-Fest--Kane-Brown--Russell-Dickerson---Clay-Walker---Thursday-6-25-2026'],['Hoofbeat Country Fest: Bailey Zimmerman, Nate Smith & Terri Clark - Friday','Chippewa Valley Festival Grounds','Cadott, WI','Friday','6/26/2026','11:00 AM','7478087','Hoofbeat-Country-Fest--Bailey-Zimmerman--Nate-Smith---Terri-Clark---Friday-6-26-2026'],['Hoofbeat Country Fest: Jason Aldean, Tucker Wetmore & Neal McCoy - Saturday','Chippewa Valley Festival Grounds','Cadott, WI','Saturday','6/27/2026','11:00 AM','7478088','Hoofbeat-Country-Fest--Jason-Aldean--Tucker-Wetmore---Neal-McCoy---Saturday-6-27-2026'],['Rock Fest Chippewa Valley: Gojira, Limp Bizkit, & The Offspring - 3 Day Pass','Chippewa Valley Festival Grounds','Cadott, WI','Thursday','7/16/2026','TBD','7560961','Rock-Fest-Chippewa-Valley--Gojira--Limp-Bizkit----The-Offspring---3-Day-Pass-7-16-2026'],['Rock Fest Chippewa Valley: Gojira, I Previal, & Machine Head - Thursday','Chippewa Valley Festival Grounds','Cadott, WI','Thursday','7/16/2026','11:00 AM','7679715','Rock-Fest-Chippewa-Valley--Gojira--I-Previal----Machine-Head---Thursday-7-16-2026'],['OneFest: Crowder, Ben Fuller & For King and Country - 2 Day Pass','Chippewa Valley Festival Grounds','Cadott, WI','Friday','7/31/2026','TBD','7408280','OneFest--Crowder--Ben-Fuller---For-King-and-Country---2-Day-Pass-7-31-2026']],'Chippewa Valley Rock Fest','http://www.ticketnetwork.com/ticket/Chippewa-Valley-Rock-Fest-events.aspx');