//
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-03A
TN_Widget.CreateTable([['Stayin' Alive - One Night of the Bee Gees','Pantages Theatre - MN','Minneapolis, MN','Saturday','1/17/2026','7:30 PM','7414724','Stayin--Alive---One-Night-of-the-Bee-Gees-1-17-2026'],['Chris Thile','Pantages Theatre - MN','Minneapolis, MN','Sunday','1/18/2026','7:00 PM','7249142','Chris-Thile-1-18-2026'],['RTP - The Rush Tribute Project','Pantages Theatre - MN','Minneapolis, MN','Saturday','1/31/2026','7:30 PM','7380776','RTP---The-Rush-Tribute-Project-1-31-2026'],['Adam Ray','Pantages Theatre - MN','Minneapolis, MN','Saturday','2/14/2026','7:00 PM','7429352','Adam-Ray-2-14-2026'],['Dude Dad Live!','Pantages Theatre - MN','Minneapolis, MN','Friday','2/20/2026','7:00 PM','7493172','Dude-Dad-Live--2-20-2026'],['Alicia Villarreal','Pantages Theatre - MN','Minneapolis, MN','Saturday','2/21/2026','8:00 PM','7536399','Alicia-Villarreal-2-21-2026'],['Mae Martin','Pantages Theatre - MN','Minneapolis, MN','Tuesday','3/17/2026','7:00 PM','7487904','Mae-Martin-3-17-2026'],['Mae Martin','Pantages Theatre - MN','Minneapolis, MN','Tuesday','3/17/2026','9:30 PM','7593295','Mae-Martin-3-17-2026'],['Craig Ferguson','Pantages Theatre - MN','Minneapolis, MN','Saturday','3/21/2026','7:00 PM','7271398','Craig-Ferguson-3-21-2026'],['Nimesh Patel','Pantages Theatre - MN','Minneapolis, MN','Thursday','3/26/2026','7:30 PM','7603189','Nimesh-Patel-3-26-2026'],['Vir Das','Pantages Theatre - MN','Minneapolis, MN','Saturday','4/18/2026','8:00 PM','7599899','Vir-Das-4-18-2026'],['Zarna Garg','Pantages Theatre - MN','Minneapolis, MN','Friday','4/24/2026','7:00 PM','7566544','Zarna-Garg-4-24-2026'],['Maria Bamford','Pantages Theatre - MN','Minneapolis, MN','Saturday','4/25/2026','7:30 PM','7207833','Maria-Bamford-4-25-2026'],['Joe Jackson','Pantages Theatre - MN','Minneapolis, MN','Saturday','5/23/2026','8:00 PM','7556068','Joe-Jackson-5-23-2026'],['Colin Mochrie & Brad Sherwood','Pantages Theatre - MN','Minneapolis, MN','Saturday','5/30/2026','7:00 PM','7566506','Colin-Mochrie---Brad-Sherwood-5-30-2026'],['Christopher Titus','Pantages Theatre - MN','Minneapolis, MN','Saturday','12/5/2026','8:00 PM','7592405','Christopher-Titus-12-5-2026']],'Pantages Theatre Minneapolis','http://www.ticketnetwork.com/ticket/Pantages-Theatre-Minneapolis-events.aspx');