//
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([['John Mueller's One Night In Memphis - Tribute to Presley, Perkings, Lewis & Cash','Weill Center For The Performing Arts','Sheboygan, WI','Friday','3/20/2026','7:30 PM','7699469','John-Mueller-s-One-Night-In-Memphis---Tribute-to-Presley--Perkings--Lewis---Cash-3-20-2026'],['The Best of Second City','Weill Center For The Performing Arts','Sheboygan, WI','Friday','3/27/2026','7:30 PM','7735000','The-Best-of-Second-City-3-27-2026'],['Trippin Billies','Weill Center For The Performing Arts','Sheboygan, WI','Sunday','4/26/2026','7:00 PM','7758601','Trippin-Billies-4-26-2026'],['Bored Teachers Comedy Tour','Weill Center For The Performing Arts','Sheboygan, WI','Thursday','4/30/2026','7:30 PM','7579951','Bored-Teachers-Comedy-Tour-4-30-2026'],['Mama, I'm a Big Girl Now','Weill Center For The Performing Arts','Sheboygan, WI','Friday','5/8/2026','7:30 PM','7664073','Mama--I-m-a-Big-Girl-Now-5-8-2026'],['Emo Orchestra & The Spill Canvas','Weill Center For The Performing Arts','Sheboygan, WI','Saturday','5/9/2026','7:30 PM','7619190','Emo-Orchestra---The-Spill-Canvas-5-9-2026'],['Sheboygan Symphony Orchestra: America at 250','Weill Center For The Performing Arts','Sheboygan, WI','Saturday','5/16/2026','7:30 PM','7699542','Sheboygan-Symphony-Orchestra--America-at-250-5-16-2026'],['Clue - Live On Stage','Weill Center For The Performing Arts','Sheboygan, WI','Monday','6/1/2026','7:00 PM','7734995','Clue---Live-On-Stage-6-1-2026'],['Clue - Live On Stage','Weill Center For The Performing Arts','Sheboygan, WI','Tuesday','6/2/2026','7:00 PM','7734996','Clue---Live-On-Stage-6-2-2026'],['Killer Queen','Weill Center For The Performing Arts','Sheboygan, WI','Friday','7/17/2026','7:30 PM','7734999','Killer-Queen-7-17-2026'],['Dance To The Holidays','Weill Center For The Performing Arts','Sheboygan, WI','Friday','12/18/2026','7:00 PM','7735001','Dance-To-The-Holidays-12-18-2026']],'Weill Center for the Performing A','http://www.ticketnetwork.com/ticket/Weill-Center-for-the-Performing-A-events.aspx');