//
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-03A
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([['Lee Brice & Timothy Wayne','Central States Fair - Grandstand Arena','Rapid City, SD','Friday','8/22/2025','7:00 PM','7190373','Lee-Brice---Timothy-Wayne-8-22-2025'],['PRCA Rodeo with Lee Brice','Big R Arena At Colorado State Fair','Pueblo, CO','Saturday','8/23/2025','7:00 PM','7043395','PRCA-Rodeo-with-Lee-Brice-8-23-2025'],['Lee Brice','South Dakota State Fairgrounds','Huron, SD','Saturday','8/30/2025','8:00 PM','7072380','Lee-Brice-8-30-2025'],['Lee Brice','M&T Bank Center','Schenectady, NY','Saturday','9/6/2025','7:00 PM','7254518','Lee-Brice-9-6-2025'],['Lee Brice','The BayCare Sound','Clearwater, FL','Thursday','9/11/2025','6:00 PM','7151654','Lee-Brice-9-11-2025'],['Lee Brice','War Memorial Auditorium - FL','Fort Lauderdale, FL','Friday','9/12/2025','7:00 PM','7151657','Lee-Brice-9-12-2025'],['Lee Brice','St. Augustine Amphitheatre','St. Augustine, FL','Saturday','9/13/2025','6:00 PM','7151659','Lee-Brice-9-13-2025'],['WYRK Stars with Guitars Fall Acoustic Concert: Lee Brice','University at Buffalo Center For The Arts','Buffalo, NY','Wednesday','9/17/2025','7:00 PM','7344315','WYRK-Stars-with-Guitars-Fall-Acoustic-Concert--Lee-Brice-9-17-2025'],['Lee Brice','The Youngstown Foundation Amphitheatre','Youngstown, OH','Thursday','9/18/2025','7:00 PM','7151609','Lee-Brice-9-18-2025'],['Lee Brice','Meadow Brook Amphitheatre','Rochester Hills, MI','Friday','9/19/2025','7:00 PM','7151611','Lee-Brice-9-19-2025'],['Lee Brice','Rosemont Theatre','Rosemont, IL','Saturday','9/20/2025','7:30 PM','7151614','Lee-Brice-9-20-2025'],['Lee Brice','Everwise Amphitheater at White River State Park','Indianapolis, IN','Thursday','9/25/2025','7:00 PM','7151618','Lee-Brice-9-25-2025'],['Lee Brice','Vibrant Music Hall','Waukee, IA','Friday','9/26/2025','7:00 PM','7151620','Lee-Brice-9-26-2025'],['Lee Brice','Scheels Arena','Fargo, ND','Saturday','9/27/2025','7:00 PM','7151621','Lee-Brice-9-27-2025'],['Lee Brice','Hartford HealthCare Amphitheater','Bridgeport, CT','Thursday','10/16/2025','7:00 PM','7151623','Lee-Brice-10-16-2025'],['Lee Brice','Hammerstein Ballroom','New York, NY','Friday','10/17/2025','7:30 PM','7151625','Lee-Brice-10-17-2025'],['Lee Brice','Cross Insurance Arena','Portland, ME','Saturday','10/18/2025','7:00 PM','7151626','Lee-Brice-10-18-2025'],['Lee Brice','EagleBank Arena','Fairfax, VA','Thursday','10/23/2025','8:00 PM','7151630','Lee-Brice-10-23-2025'],['Lee Brice','The Dome - Virginia Beach','Virginia Beach, VA','Friday','10/24/2025','7:00 PM','7151643','Lee-Brice-10-24-2025'],['Lee Brice','Red Hat Amphitheater','Raleigh, NC','Saturday','10/25/2025','7:30 PM','7151647','Lee-Brice-10-25-2025'],['Lee Brice','Macon City Auditorium','Macon, GA','Thursday','11/6/2025','7:30 PM','7295870','Lee-Brice-11-6-2025']],'Lee Brice','http://www.ticketnetwork.com/en/search/?text=Lee%20Brice');