//
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-02A
TN_Widget.CreateTable([['Atsuko Okatsuka','Orpheum Theatre - Madison ','Madison, WI','Friday','9/11/2026','8:00 PM','7956463','Atsuko-Okatsuka-9-11-2026'],['Ilana Glazer','Orpheum Theatre - Madison ','Madison, WI','Thursday','9/17/2026','7:00 PM','8075098','Ilana-Glazer-9-17-2026'],['Hasan Hates Ronny: Ronny Chieng & Hasan Minhaj','Orpheum Theatre - Madison ','Madison, WI','Friday','9/18/2026','7:00 PM','8038155','Hasan-Hates-Ronny--Ronny-Chieng---Hasan-Minhaj-9-18-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'],['Beth Hart','Orpheum Theatre - Madison ','Madison, WI','Thursday','9/24/2026','8:00 PM','7896653','Beth-Hart-9-24-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'],['Josh Johnson','Orpheum Theatre - Madison ','Madison, WI','Friday','10/16/2026','10:00 PM','7881437','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'],['Scott Bradlee's Postmodern Jukebox','Orpheum Theatre - Madison ','Madison, WI','Thursday','11/5/2026','8:00 PM','7938397','Scott-Bradlee-s-Postmodern-Jukebox-11-5-2026'],['Dave Attell','Orpheum Theatre - Madison ','Madison, WI','Saturday','11/7/2026','8:00 PM','7878147','Dave-Attell-11-7-2026'],['Daniel Sloss','Orpheum Theatre - Madison ','Madison, WI','Monday','11/9/2026','7:00 PM','7731631','Daniel-Sloss-11-9-2026'],['Neil deGrasse Tyson','Orpheum Theatre - Madison ','Madison, WI','Wednesday','11/11/2026','7:30 PM','7875947','Neil-deGrasse-Tyson-11-11-2026'],['The Mavericks','Orpheum Theatre - Madison ','Madison, WI','Saturday','11/14/2026','8:00 PM','7938849','The-Mavericks-11-14-2026'],['Nurse John','Orpheum Theatre - Madison ','Madison, WI','Saturday','11/21/2026','7:00 PM','7958994','Nurse-John-11-21-2026'],['Sesame Street Live: Elmo's Got The Moves','Orpheum Theatre - Madison ','Madison, WI','Friday','12/11/2026','6:00 PM','7941938','Sesame-Street-Live--Elmo-s-Got-The-Moves-12-11-2026'],['Jeff Arcuri','Orpheum Theatre - Madison ','Madison, WI','Sunday','3/7/2027','5:00 PM','8086844','Jeff-Arcuri-3-7-2027'],['Jeff Arcuri','Orpheum Theatre - Madison ','Madison, WI','Sunday','3/7/2027','8:00 PM','8071865','Jeff-Arcuri-3-7-2027']],'Orpheum Theatre Madison','http://www.ticketnetwork.com/ticket/Orpheum-Theatre-Madison-events.aspx');