//
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-01B
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([['Hot To Go: The Chappell Roan Party','Middle East - Downstairs','Cambridge, MA','Friday','4/25/2025','8:00 PM','7009155','Hot-To-Go--The-Chappell-Roan-Party-4-25-2025'],['PowerPOP Girls: A Chappell Roan, Charli XCX & Sabrina Carpenter Dance Party','First Avenue','Minneapolis, MN','Friday','4/25/2025','9:00 PM','6999833','PowerPOP-Girls--A-Chappell-Roan--Charli-XCX---Sabrina-Carpenter-Dance-Party-4-25-2025'],['Club 90s: Pink Pony Club - Chappell Roan Tribute Night','Granada - Lawrence','Lawrence, KS','Friday','5/9/2025','9:00 PM','7098155','Club-90s--Pink-Pony-Club---Chappell-Roan-Tribute-Night-5-9-2025'],['Charli XCX & Chappell Roan Dance Party','Anchor Rock Club','Atlantic City, NJ','Friday','5/16/2025','9:00 PM','7026676','Charli-XCX---Chappell-Roan-Dance-Party-5-16-2025'],['Chappell Roan Night','The Oxford Pennant Stage at Town Ballroom','Buffalo, NY','Saturday','5/17/2025','7:00 PM','7071595','Chappell-Roan-Night-5-17-2025'],['Hot To Go: The Chappell Roan Party','Goldfield Trading Post - Roseville','Roseville, CA','Saturday','5/17/2025','8:00 PM','7062524','Hot-To-Go--The-Chappell-Roan-Party-5-17-2025'],['Chappell Roan Night','The Pyramid Scheme','Grand Rapids, MI','Friday','5/23/2025','7:00 PM','7080155','Chappell-Roan-Night-5-23-2025'],['Chappell Roan Dance Party','The Waiting Room Lounge - NE','Omaha, NE','Friday','5/23/2025','8:00 PM','7083248','Chappell-Roan-Dance-Party-5-23-2025'],['Pink Pony Club Classics: Charli XCX & Chappell Roan Dance Party','The Independent','San Francisco, CA','Friday','5/23/2025','9:00 PM','7093019','Pink-Pony-Club-Classics--Charli-XCX---Chappell-Roan-Dance-Party-5-23-2025'],['PowerPOP Girls: A Chappell Roan, Charli XCX & Sabrina Carpenter Dance Party','Howard Theatre - DC','Washington, DC','Thursday','6/5/2025','10:00 PM','7062876','PowerPOP-Girls--A-Chappell-Roan--Charli-XCX---Sabrina-Carpenter-Dance-Party-6-5-2025'],['Hot To Go: The Chappell Roan Party','Madame Lou's','Seattle, WA','Saturday','6/14/2025','10:00 PM','7104314','Hot-To-Go--The-Chappell-Roan-Party-6-14-2025'],['Chappell Roan Dance Party','George's Majestic Lounge','Fayetteville, AR','Friday','6/27/2025','9:00 PM','7005761','Chappell-Roan-Dance-Party-6-27-2025'],['Chappell Roan','Royal Highland Centre','Edinburgh, United Kingdom','Tuesday','8/26/2025','4:00 PM','7085009','Chappell-Roan-8-26-2025']],'Chappell Roan','http://www.ticketnetwork.com/en/search/?text=Chappell%20Roan');