// 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([['Railbird Festival: Jelly Roll, Lainey Wilson, Bailey Zimmerman & Shaboozey - 2 Day Pass','The Red Mile','Lexington, KY','Saturday','5/31/2025','TBD','6947157','Railbird-Festival--Jelly-Roll--Lainey-Wilson--Bailey-Zimmerman---Shaboozey---2-Day-Pass-5-31-2025'],['Railbird Festival: Lainey Wilson, Bailey Zimmerman & Shaboozey - Saturday (Time: TBD)','The Red Mile','Lexington, KY','Saturday','5/31/2025','12:00 PM','6947154','Railbird-Festival--Lainey-Wilson--Bailey-Zimmerman---Shaboozey---Saturday--Time--TBD--5-31-2025'],['PARKING: CMA Music Festival - Friday','Nissan Stadium Parking Lots','Nashville, TN','Friday','6/6/2025','8:00 PM','7063581','PARKING--CMA-Music-Festival---Friday-6-6-2025'],['CMA Music Festival - Friday','Nissan Stadium - Nashville','Nashville, TN','Friday','6/6/2025','8:00 PM','6523565','CMA-Music-Festival---Friday-6-6-2025'],['Voices of America Country Music Fest: Carrie Underwood, Shaboozey, Parmalee & Randall King - Friday (Time: TBD)','Voice of America MetroPark','West Chester, OH','Friday','8/8/2025','1:00 PM','6909399','Voices-of-America-Country-Music-Fest--Carrie-Underwood--Shaboozey--Parmalee---Randall-King---Friday--Time--TBD--8-8-2025'],['Shaboozey','Egyptian Room At Old National Centre','Indianapolis, IN','Monday','9/22/2025','8:00 PM','7119992','Shaboozey-9-22-2025'],['Shaboozey','The Fillmore - Detroit','Detroit, MI','Tuesday','9/23/2025','7:00 PM','7119994','Shaboozey-9-23-2025'],['Shaboozey','The Fillmore - Philadelphia','Philadelphia, PA','Thursday','9/25/2025','8:00 PM','7119997','Shaboozey-9-25-2025'],['Shaboozey','The Dome - Virginia Beach','Virginia Beach, VA','Saturday','9/27/2025','7:30 PM','7120001','Shaboozey-9-27-2025'],['Shaboozey','The Pinnacle At Nashville Yards','Nashville, TN','Monday','9/29/2025','8:00 PM','7120084','Shaboozey-9-29-2025']],'Shaboozey','https://www.ticketnetwork.com');