// 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-02A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Milwaukee Milkmen vs. Lake Country DockHounds','Franklin Field - WI','Franklin, WI','Saturday','8/30/2025','6:00 PM','6777028','Milwaukee-Milkmen-vs--Lake-Country-DockHounds-8-30-2025'],['Toto, Christopher Cross, & Men at Work','Cascades Amphitheater - WA','Ridgefield, WA','Saturday','8/30/2025','6:45 PM','6874434','Toto--Christopher-Cross----Men-at-Work-8-30-2025'],['Grand Ole Opry','Grand Ole Opry House','Nashville, TN','Saturday','8/30/2025','7:00 PM','6762415','Grand-Ole-Opry-8-30-2025'],['Robert Earl Keen','John T. Floore Country Store','Helotes, TX','Saturday','8/30/2025','7:00 PM','7181043','Robert-Earl-Keen-8-30-2025'],['The Whispers','Country Club Hills Amphitheater','Country Club Hills, IL','Saturday','8/30/2025','7:00 PM','7051000','The-Whispers-8-30-2025'],['The Avett Brothers & The Milk Carton Kids','Bluestem Center for the Arts Amphitheatre','Moorhead, MN','Saturday','8/30/2025','7:00 PM','7070425','The-Avett-Brothers---The-Milk-Carton-Kids-8-30-2025'],['Hannah Dasher','Luckenbach Dancehall','Fredericksburg, TX','Saturday','8/30/2025','7:00 PM','7125612','Hannah-Dasher-8-30-2025'],['Clint Black','Canyons Village At Park City','Park City, UT','Saturday','8/30/2025','7:00 PM','7027552','Clint-Black-8-30-2025'],['Lainey Wilson','SaskTel Centre','Saskatoon, Canada','Saturday','8/30/2025','7:00 PM','6964721','Lainey-Wilson-8-30-2025'],['Little Big Town, Wynonna Judd & Shelby Lynne','Ford Amphitheater - Colorado Springs','Colorado Springs, CO','Saturday','8/30/2025','7:00 PM','7080799','Little-Big-Town--Wynonna-Judd---Shelby-Lynne-8-30-2025']],'Country','https://www.ticketnetwork.com');