// 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-04A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Grand Ole Opry: Carrie Underwood','Grand Ole Opry House','Nashville, TN','Tuesday','6/3/2025','7:00 PM','6762325','Grand-Ole-Opry--Carrie-Underwood-6-3-2025'],['Grand Ole Opry: Carrie Underwood','Grand Ole Opry House','Nashville, TN','Tuesday','6/3/2025','9:30 PM','6762326','Grand-Ole-Opry--Carrie-Underwood-6-3-2025'],['Voices of America Country Music Fest: Darius Rucker, Carrie Underwood, Hardy & Bailey Zimmerman - 4 Day Pass','Voice of America MetroPark','West Chester, OH','Thursday','8/7/2025','TBD','6909403','Voices-of-America-Country-Music-Fest--Darius-Rucker--Carrie-Underwood--Hardy---Bailey-Zimmerman---4-Day-Pass-8-7-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'],['Carrie Underwood','Yaamava Theater at Yaamava Resort & Casino','Highland, CA','Friday','9/5/2025','8:00 PM','7108920','Carrie-Underwood-9-5-2025'],['Country Calling Festival: Carrie Underwood, Luke Bryan & Luke Combs - 3 Day Pass','Ocean City Inlet','Ocean City, MD','Friday','10/3/2025','TBD','7052189','Country-Calling-Festival--Carrie-Underwood--Luke-Bryan---Luke-Combs----3-Day-Pass-10-3-2025'],['Country Calling Festival: Carrie Underwood, Brooks and Dunn & Jon Pardi - Friday','Ocean City Inlet','Ocean City, MD','Friday','10/3/2025','12:00 PM','7062652','Country-Calling-Festival--Carrie-Underwood--Brooks-and-Dunn---Jon-Pardi---Friday-10-3-2025']],'"Carrie Underwood"','https://www.ticketnetwork.com');