//
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([['Brad Williams','Orpheum Theatre - Madison ','Madison, WI','Sunday','4/12/2026','7:00 PM','7122423','Brad-Williams-4-12-2026'],['Stuff You Should Know Live','Orpheum Theatre - Madison ','Madison, WI','Thursday','4/16/2026','7:00 PM','7569738','Stuff-You-Should-Know-Live-4-16-2026'],['Michelle Buteau','Orpheum Theatre - Madison ','Madison, WI','Friday','4/17/2026','7:30 PM','7068826','Michelle-Buteau-4-17-2026'],['ZZ Top','Orpheum Theatre - Madison ','Madison, WI','Tuesday','5/5/2026','8:00 PM','7617982','ZZ-Top-5-5-2026'],['Joe Jackson','Orpheum Theatre - Madison ','Madison, WI','Friday','5/22/2026','8:00 PM','7556067','Joe-Jackson-5-22-2026'],['Capital City Theatre: Rent','Orpheum Theatre - Madison ','Madison, WI','Friday','6/5/2026','7:30 PM','7509504','Capital-City-Theatre--Rent-6-5-2026'],['Capital City Theatre: Rent','Orpheum Theatre - Madison ','Madison, WI','Saturday','6/6/2026','2:00 PM','7509506','Capital-City-Theatre--Rent-6-6-2026'],['Capital City Theatre: Rent','Orpheum Theatre - Madison ','Madison, WI','Saturday','6/6/2026','7:30 PM','7509505','Capital-City-Theatre--Rent-6-6-2026'],['Capital City Theatre: Rent','Orpheum Theatre - Madison ','Madison, WI','Sunday','6/7/2026','2:00 PM','7509507','Capital-City-Theatre--Rent-6-7-2026'],['Alison Krauss And Union Station','Orpheum Theatre - Madison ','Madison, WI','Saturday','6/13/2026','7:30 PM','7612765','Alison-Krauss-And-Union-Station-6-13-2026'],['Matt Mathews','Orpheum Theatre - Madison ','Madison, WI','Friday','6/19/2026','7:00 PM','7522221','Matt-Mathews-6-19-2026'],['Matt Mathews','Orpheum Theatre - Madison ','Madison, WI','Friday','6/19/2026','9:30 PM','7673689','Matt-Mathews-6-19-2026'],['Herb Alpert and The Tijuana Brass','Orpheum Theatre - Madison ','Madison, WI','Saturday','9/19/2026','8:00 PM','7744005','Herb-Alpert-and-The-Tijuana-Brass-9-19-2026'],['Kathleen Madigan','Orpheum Theatre - Madison ','Madison, WI','Friday','9/25/2026','7:00 PM','7793715','Kathleen-Madigan-9-25-2026'],['Bruce Hornsby And The Noisemakers','Orpheum Theatre - Madison ','Madison, WI','Sunday','9/27/2026','8:00 PM','7779625','Bruce-Hornsby-And-The-Noisemakers-9-27-2026'],['The Princess Bride - An Inconceivable Evening with Cary Elwes','Orpheum Theatre - Madison ','Madison, WI','Friday','10/9/2026','7:00 PM','7716096','The-Princess-Bride---An-Inconceivable-Evening-with-Cary-Elwes-10-9-2026'],['Josh Johnson','Orpheum Theatre - Madison ','Madison, WI','Friday','10/16/2026','7:00 PM','7775710','Josh-Johnson-10-16-2026'],['William Shatner Live After a Screening of Star Trek II: Wrath of Khan','Orpheum Theatre - Madison ','Madison, WI','Wednesday','10/28/2026','7:30 PM','7841297','William-Shatner-Live-After-a-Screening-of-Star-Trek-II--Wrath-of-Khan-10-28-2026'],['Daniel Sloss','Orpheum Theatre - Madison ','Madison, WI','Monday','11/9/2026','7:00 PM','7731631','Daniel-Sloss-11-9-2026']],'Orpheum Theatre Madison','http://www.ticketnetwork.com/ticket/Orpheum-Theatre-Madison-events.aspx');