//
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([['MDEV: The Kick-Off Event','Orpheum Theatre - Madison ','Madison, WI','Thursday','11/6/2025','8:00 PM','7473986','MDEV--The-Kick-Off-Event-11-6-2025'],['Blippi Live','Orpheum Theatre - Madison ','Madison, WI','Friday','11/7/2025','6:00 PM','7194695','Blippi-Live-11-7-2025'],['Keb Mo','Orpheum Theatre - Madison ','Madison, WI','Sunday','11/9/2025','8:00 PM','7259273','Keb-Mo-11-9-2025'],['ARTMS','Orpheum Theatre - Madison ','Madison, WI','Wednesday','11/12/2025','7:30 PM','7344644','ARTMS-11-12-2025'],['It's A Wonderful Life','Orpheum Theatre - Madison ','Madison, WI','Sunday','11/16/2025','2:00 PM','7291657','It-s-A-Wonderful-Life-11-16-2025'],['Needtobreathe','Orpheum Theatre - Madison ','Madison, WI','Sunday','11/23/2025','7:30 PM','7148338','Needtobreathe-11-23-2025'],['Wisconsin Chamber Orchestra: A Charlie Brown Christmas with Strings','Orpheum Theatre - Madison ','Madison, WI','Saturday','11/29/2025','3:00 PM','7354003','Wisconsin-Chamber-Orchestra--A-Charlie-Brown-Christmas-with-Strings-11-29-2025'],['Wisconsin Chamber Orchestra: A Charlie Brown Christmas with Strings','Orpheum Theatre - Madison ','Madison, WI','Saturday','11/29/2025','7:30 PM','7425462','Wisconsin-Chamber-Orchestra--A-Charlie-Brown-Christmas-with-Strings-11-29-2025'],['Michael Blaustein','Orpheum Theatre - Madison ','Madison, WI','Friday','12/5/2025','8:00 PM','7152862','Michael-Blaustein-12-5-2025'],['Leslie Odom Jr.','Orpheum Theatre - Madison ','Madison, WI','Tuesday','12/9/2025','8:00 PM','7216636','Leslie-Odom-Jr--12-9-2025'],['Matteo Bocelli','Orpheum Theatre - Madison ','Madison, WI','Wednesday','12/10/2025','8:00 PM','7281090','Matteo-Bocelli-12-10-2025'],['John Mulaney','Orpheum Theatre - Madison ','Madison, WI','Thursday','1/22/2026','7:30 PM','7514122','John-Mulaney-1-22-2026'],['John Mulaney','Orpheum Theatre - Madison ','Madison, WI','Friday','1/23/2026','7:30 PM','7503577','John-Mulaney-1-23-2026'],['John Mulaney','Orpheum Theatre - Madison ','Madison, WI','Saturday','1/24/2026','7:00 PM','7529416','John-Mulaney-1-24-2026'],['Gabby's Dollhouse Live!','Orpheum Theatre - Madison ','Madison, WI','Saturday','2/14/2026','1:00 PM','7429707','Gabby-s-Dollhouse-Live--2-14-2026'],['Chelsea Handler','Orpheum Theatre - Madison ','Madison, WI','Thursday','2/19/2026','8:00 PM','7410042','Chelsea-Handler-2-19-2026'],['Andrew Callaghan','Orpheum Theatre - Madison ','Madison, WI','Friday','3/6/2026','8:00 PM','7306568','Andrew-Callaghan-3-6-2026'],['Brad Williams','Orpheum Theatre - Madison ','Madison, WI','Sunday','4/12/2026','7:00 PM','7122423','Brad-Williams-4-12-2026'],['Michelle Buteau','Orpheum Theatre - Madison ','Madison, WI','Friday','4/17/2026','7:30 PM','7068826','Michelle-Buteau-4-17-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'],['Matt Mathews','Orpheum Theatre - Madison ','Madison, WI','Friday','6/19/2026','7:00 PM','7522221','Matt-Mathews-6-19-2026']],'Orpheum Theatre Madison','http://www.ticketnetwork.com/ticket/Orpheum-Theatre-Madison-events.aspx');