// 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-02B TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Carolina Blue Zone Tailgate: George Straight','Gameday Hospitality - Charlotte','Charlotte, NC','Saturday','6/1/2024','3:30 PM','6120269','Carolina-Blue-Zone-Tailgate--George-Straight-6-1-2024'],['George Strait, Chris Stapleton & Little Big Town','Bank Of America Stadium','Charlotte, NC','Saturday','6/1/2024','5:45 PM','5931121','George-Strait--Chris-Stapleton---Little-Big-Town-6-1-2024'],['George Strait, Chris Stapleton & Little Big Town','MetLife Stadium','East Rutherford, NJ','Saturday','6/8/2024','5:45 PM','5931122','George-Strait--Chris-Stapleton---Little-Big-Town-6-8-2024'],['George Strait, Parker McCollum & Catie Offerman','Kyle Field','College Station, TX','Saturday','6/15/2024','6:00 PM','6330019','George-Strait--Parker-McCollum---Catie-Offerman-6-15-2024'],['George Strait, Chris Stapleton & Little Big Town','Rice Eccles Stadium','Salt Lake City, UT','Saturday','6/29/2024','5:45 PM','5931123','George-Strait--Chris-Stapleton---Little-Big-Town-6-29-2024'],['George Strait, Chris Stapleton & Little Big Town','Ford Field','Detroit, MI','Saturday','7/13/2024','5:45 PM','5931124','George-Strait--Chris-Stapleton---Little-Big-Town-7-13-2024'],['George Strait, Chris Stapleton & Little Big Town','Soldier Field','Chicago, IL','Saturday','7/20/2024','5:45 PM','5931125','George-Strait--Chris-Stapleton---Little-Big-Town-7-20-2024'],['Sonny Coelho Band - Tribute to George Strait','Engelmann Cellars','Fresno, CA','Friday','8/30/2024','6:00 PM','6468833','Sonny-Coelho-Band---Tribute-to-George-Strait-8-30-2024'],['George Strait Experience - George Strait Tribute','Main Street Crossing','Tomball, TX','Friday','9/6/2024','8:00 PM','6474529','George-Strait-Experience---George-Strait-Tribute-9-6-2024'],['George Strait, Chris Stapleton & Little Big Town','Allegiant Stadium','Las Vegas, NV','Saturday','12/7/2024','5:45 PM','5931126','George-Strait--Chris-Stapleton---Little-Big-Town-12-7-2024']],'"George Strait"','https://www.ticketnetwork.com');