//
var TN_Widget = function() {
var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
return {
newWindow : true,
CreateEventRow : function(row, isAlt) {
var dateArray = row[4].split('/');
var date = months[dateArray[0]] + " " + dateArray[1];
var parking = row[0].split(':')[0]
if (parking !== "PARKING") {
return "
";
}
},
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,kwds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
var newResults = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newResults.join('') + '
';
} else
document.write('' + newResults.join('') + '
');
if(eventData.length >= 101 && kwds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-04A
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css');
TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css');
TN_Widget.CreateTable([['Chance The Rapper','Bayou Music Center','Houston, TX','Friday','9/26/2025','8:00 PM','7319566','Chance-The-Rapper-9-26-2025'],['Chance The Rapper','The Fillmore - New Orleans','New Orleans, LA','Saturday','9/27/2025','7:00 PM','7319567','Chance-The-Rapper-9-27-2025'],['Chance The Rapper','Coca-Cola Roxy','Atlanta, GA','Monday','9/29/2025','8:00 PM','7319569','Chance-The-Rapper-9-29-2025'],['Chance The Rapper','The Fillmore - Philadelphia','Philadelphia, PA','Wednesday','10/1/2025','8:00 PM','7319570','Chance-The-Rapper-10-1-2025'],['Chance The Rapper','The Rooftop at Pier 17','New York, NY','Thursday','10/2/2025','8:00 PM','7319571','Chance-The-Rapper-10-2-2025'],['Chance The Rapper','MGM Music Hall at Fenway Park','Boston, MA','Saturday','10/4/2025','8:00 PM','7319572','Chance-The-Rapper-10-4-2025'],['Chance The Rapper','Rebel - Toronto','Toronto, Canada','Monday','10/6/2025','8:00 PM','7319587','Chance-The-Rapper-10-6-2025'],['Chance The Rapper','Echostage','Washington, DC','Wednesday','10/8/2025','8:00 PM','7319573','Chance-The-Rapper-10-8-2025'],['Chance The Rapper','Huntington Bank Pavilion at Northerly Island','Chicago, IL','Friday','10/10/2025','8:00 PM','7319574','Chance-The-Rapper-10-10-2025'],['Chance The Rapper','Fillmore Auditorium - Colorado','Denver, CO','Sunday','10/12/2025','6:30 PM','7319575','Chance-The-Rapper-10-12-2025'],['Chance The Rapper','Arizona Financial Theatre','Phoenix, AZ','Tuesday','10/14/2025','8:00 PM','7319581','Chance-The-Rapper-10-14-2025'],['Chance The Rapper','The Masonic - San Francisco','San Francisco, CA','Thursday','10/16/2025','8:00 PM','7319582','Chance-The-Rapper-10-16-2025'],['Chance The Rapper','Yaamava Theater at Yaamava Resort & Casino','Highland, CA','Friday','10/17/2025','8:00 PM','7319592','Chance-The-Rapper-10-17-2025'],['Chance The Rapper','BleauLive Theater At Fontainebleau Las Vegas','Las Vegas, NV','Saturday','10/18/2025','8:00 PM','7319583','Chance-The-Rapper-10-18-2025'],['Chance The Rapper','Hollywood Palladium','Los Angeles, CA','Monday','10/20/2025','8:00 PM','7319584','Chance-The-Rapper-10-20-2025']],'Chance The Rapper','http://www.ticketnetwork.com/en/search/?text=Chance%20The%20Rapper');