//
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([['Chance The Rapper','Freedom Mobile Arch','Vancouver, Canada','Friday','9/25/2026','8:00 PM','7964715','Chance-The-Rapper-9-25-2026'],['Chance The Rapper','Paramount Theatre - Seattle','Seattle, WA','Saturday','9/26/2026','8:00 PM','7964703','Chance-The-Rapper-9-26-2026'],['A Chance to Dance','Mickey's Black Box','Lititz, PA','Sunday','9/27/2026','6:30 PM','8269891','A-Chance-to-Dance-9-27-2026'],['Chance Hayden's Desert Room All-Stars','McMenamins Al's Den','Portland, OR','Sunday','9/27/2026','7:00 PM','8213216','Chance-Hayden-s-Desert-Room-All-Stars-9-27-2026'],['Chance The Rapper','Moda Center at the Rose Quarter','Portland, OR','Sunday','9/27/2026','8:00 PM','7964704','Chance-The-Rapper-9-27-2026'],['Chance The Rapper','The Union Event Center','Salt Lake City, UT','Tuesday','9/29/2026','8:00 PM','7964705','Chance-The-Rapper-9-29-2026'],['Chance The Rapper','Fillmore Auditorium - Colorado','Denver, CO','Thursday','10/1/2026','7:00 PM','7964706','Chance-The-Rapper-10-1-2026'],['Chance The Rapper','Stir Cove At Harrahs','Council Bluffs, IA','Friday','10/2/2026','8:00 PM','7964707','Chance-The-Rapper-10-2-2026'],['Chance The Rapper','Landmark Credit Union Live','Milwaukee, WI','Sunday','10/4/2026','8:00 PM','7964708','Chance-The-Rapper-10-4-2026'],['Chance The Rapper','The Armory - Minneapolis','Minneapolis, MN','Tuesday','10/6/2026','8:00 PM','7964709','Chance-The-Rapper-10-6-2026'],['Chance The Rapper','The Pageant','St. Louis, MO','Wednesday','10/7/2026','8:00 PM','7964710','Chance-The-Rapper-10-7-2026'],['Chance The Rapper','The Momentary','Bentonville, AR','Thursday','10/8/2026','7:00 PM','7976589','Chance-The-Rapper-10-8-2026'],['Chance The Rapper','Old Forester's Paristown Hall','Louisville, KY','Saturday','10/10/2026','8:00 PM','7964711','Chance-The-Rapper-10-10-2026'],['Chance The Rapper','Citizens Live at The Wylie','Pittsburgh, PA','Sunday','10/11/2026','7:00 PM','7964712','Chance-The-Rapper-10-11-2026'],['Chance Hayden's Desert Room All-Stars','McMenamins Al's Den','Portland, OR','Sunday','10/25/2026','7:00 PM','8241012','Chance-Hayden-s-Desert-Room-All-Stars-10-25-2026']],'The Chance','http://www.ticketnetwork.com/ticket/The-Chance-events.aspx');