// 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 t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, 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 newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-01A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Stadium of Fire: Brad Paisley','Lavell Edwards Stadium','Provo, UT','Saturday','7/4/2026','8:00 PM','7857035','Stadium-of-Fire--Brad-Paisley-7-4-2026'],['PBR Bulls and Beats: Brad Paisley','Canvas Stadium','Fort Collins, CO','Friday','7/10/2026','6:45 PM','7913596','PBR-Bulls-and-Beats--Brad-Paisley-7-10-2026'],['Brad Paisley','Mississippi Valley Fairgrounds','Davenport, IA','Tuesday','8/4/2026','8:00 PM','7523148','Brad-Paisley-8-4-2026'],['Voices of America Country Music Fest: Blake Shelton, Brad Paisley, Rascal Flatts & Jordan Davis - 4 Day Pass','Voice of America MetroPark','West Chester, OH','Thursday','8/6/2026','TBD','7542538','Voices-of-America-Country-Music-Fest--Blake-Shelton--Brad-Paisley--Rascal-Flatts---Jordan-Davis---4-Day-Pass-8-6-2026'],['Brad Paisley','Hartford HealthCare Amphitheater','Bridgeport, CT','Thursday','8/27/2026','7:30 PM','7954312','Brad-Paisley-8-27-2026'],['Brad Paisley','MGM Music Hall at Fenway Park','Boston, MA','Friday','8/28/2026','7:30 PM','7954313','Brad-Paisley-8-28-2026'],['Brad Paisley','Maine Savings Amphitheater','Bangor, ME','Saturday','8/29/2026','7:00 PM','7954314','Brad-Paisley-8-29-2026'],['Brad Paisley','Scheels Arena','Fargo, ND','Wednesday','9/2/2026','7:00 PM','7954315','Brad-Paisley-9-2-2026'],['Brad Paisley & Avery Anna','Minnesota State Fair Grandstand','Saint Paul, MN','Thursday','9/3/2026','7:00 PM','7862370','Brad-Paisley---Avery-Anna-9-3-2026'],['Brad Paisley','BMO Pavilion','Milwaukee, WI','Friday','9/4/2026','7:30 PM','7954316','Brad-Paisley-9-4-2026']],'"Brad Paisley"','https://www.ticketnetwork.com');