//
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-01A
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([['Chase Rice','Atlantic Union Bank After Hours at the SERVPRO Pavilion','Doswell, VA','Saturday','8/30/2025','7:00 PM','7032543','Chase-Rice-8-30-2025'],['Chase Rice','Dr. Pepper Park','Roanoke, VA','Sunday','8/31/2025','6:00 PM','7024586','Chase-Rice-8-31-2025'],['Chase Rice','Val Air Ballroom','West Des Moines, IA','Thursday','9/4/2025','7:30 PM','7181145','Chase-Rice-9-4-2025'],['Chase Rice','UP District at Festival Field','Fargo, ND','Friday','9/5/2025','6:30 PM','7180665','Chase-Rice-9-5-2025'],['Chase Rice','The Wilma Theatre - MT','Missoula, MT','Thursday','9/18/2025','8:00 PM','7180535','Chase-Rice-9-18-2025'],['Chase Rice','Pub Station Ballroom','Billings, MT','Saturday','9/20/2025','8:00 PM','7180681','Chase-Rice-9-20-2025'],['Chase Rice','Vina Robles Amphitheater','Paso Robles, CA','Thursday','9/25/2025','8:00 PM','7180536','Chase-Rice-9-25-2025'],['Chase Rice','House Of Blues - Anaheim','Anaheim, CA','Friday','9/26/2025','7:00 PM','7180537','Chase-Rice-9-26-2025'],['Chase Rice','The Fruit Yard Amphitheater','Modesto, CA','Saturday','9/27/2025','7:00 PM','7180538','Chase-Rice-9-27-2025'],['Chase Rice','Hampton Beach Casino Ballroom','Hampton, NH','Thursday','10/2/2025','8:00 PM','7180349','Chase-Rice-10-2-2025'],['Chase Rice','Toads Place CT','New Haven, CT','Saturday','10/4/2025','6:00 PM','7180539','Chase-Rice-10-4-2025'],['Chase Rice','Anderson Music Hall','Hiawassee, GA','Saturday','10/11/2025','7:00 PM','7182470','Chase-Rice-10-11-2025'],['Iron Hills Music Festival: Ryan Bingham, Chase Rice & Jo Dee Messina - Sunday','Sloss Furnaces','Birmingham, AL','Sunday','10/12/2025','TBD','7056997','Iron-Hills-Music-Festival--Ryan-Bingham--Chase-Rice---Jo-Dee-Messina---Sunday-10-12-2025'],['Chase Rice','The Jones Assembly','Oklahoma City, OK','Thursday','10/16/2025','6:30 PM','6872226','Chase-Rice-10-16-2025'],['Chase Rice','Grand Event Center at Golden Nugget - Lake Charles','Lake Charles, LA','Friday','10/17/2025','8:30 PM','7271603','Chase-Rice-10-17-2025'],['Chene Film Festival: Chase Rice','Radians Amphitheater At Memphis Botanic Garden','Memphis, TN','Saturday','10/25/2025','2:00 PM','7164844','Chene-Film-Festival--Chase-Rice-10-25-2025'],['Chase Rice','The Fillmore - Minneapolis','Minneapolis, MN','Thursday','11/13/2025','7:00 PM','7180533','Chase-Rice-11-13-2025'],['Chase Rice','Anthem - Hard Rock Hotel & Casino','Sioux City, IA','Friday','11/14/2025','8:00 PM','7181178','Chase-Rice-11-14-2025'],['Chase Rice','The Factory - Chesterfield','St. Louis, MO','Saturday','11/15/2025','7:30 PM','6872731','Chase-Rice-11-15-2025'],['Chase Rice','Peabody Auditorium','Daytona Beach, FL','Saturday','11/22/2025','7:30 PM','7181337','Chase-Rice-11-22-2025'],['Chase Rice','LECOM Events Center','Elmira, NY','Thursday','12/11/2025','7:30 PM','7316402','Chase-Rice-12-11-2025']],'Chase Rice','http://www.ticketnetwork.com/en/search/?text=Chase%20Rice');