// 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-03A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Rock The Country: Kid Rock, Jason Aldean, Brantley Gilbert & Ella Langley - 2 Day Pass','Austin County Fair','Bellville, TX','Friday','5/1/2026','TBD','7674514','Rock-The-Country--Kid-Rock--Jason-Aldean--Brantley-Gilbert---Ella-Langley---2-Day-Pass-5-1-2026'],['Rock The Country: Jason Aldean, Ella Langley, Chase Matthew & Shenandoah - Friday (Time: TBD)','Austin County Fair','Bellville, TX','Friday','5/1/2026','12:00 PM','7674515','Rock-The-Country--Jason-Aldean--Ella-Langley--Chase-Matthew---Shenandoah---Friday--Time--TBD--5-1-2026'],['Kane Brown, Marshmello & Nelly','Hard Rock Live At The Seminole Hard Rock Hotel & Casino - Hollywood','Hollywood, FL','Friday','5/1/2026','8:00 PM','7827397','Kane-Brown--Marshmello---Nelly-5-1-2026'],['Jay Webb','Old Rock House','St. Louis, MO','Friday','5/1/2026','8:00 PM','7627869','Jay-Webb-5-1-2026'],['Rock the Country: Kid Rock, Brantley Gilbert, Aaron Lewis and The Stateliners & Diamond Rio - Saturday (Time: TBD)','Austin County Fair','Bellville, TX','Saturday','5/2/2026','12:00 PM','7674516','Rock-the-Country--Kid-Rock--Brantley-Gilbert--Aaron-Lewis-and-The-Stateliners---Diamond-Rio---Saturday--Time--TBD--5-2-2026'],['Brenn!','Old Rock House','St. Louis, MO','Tuesday','5/5/2026','8:00 PM','7718881','Brenn--5-5-2026'],['James Taylor & His All-Star Band','Santa Barbara Bowl','Santa Barbara, CA','Wednesday','5/6/2026','7:30 PM','7677324','James-Taylor---His-All-Star-Band-5-6-2026'],['Gavin Adcock','Hard Rock Live At The Seminole Hard Rock Hotel & Casino - Hollywood','Hollywood, FL','Thursday','5/7/2026','8:00 PM','7752615','Gavin-Adcock-5-7-2026'],['Chris Cagle','Hard Rock Live - Hard Rock Hotel & Casino Tulsa','Catoosa, OK','Friday','5/8/2026','8:00 PM','7826415','Chris-Cagle-5-8-2026'],['Sam Barber','First Security Amphitheater','Little Rock, AR','Saturday','5/9/2026','7:00 PM','7512599','Sam-Barber-5-9-2026']],'Rock The Country','https://www.ticketnetwork.com');