// 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([['Clint Black & Diamond Rio','Knox County Fair - IL','Knoxville, IL','Thursday','7/10/2025','7:00 PM','6898139','Clint-Black---Diamond-Rio-7-10-2025'],['Vicki's Camp N Country Jam: The Castellows & Diamond Rio - Saturday','Vicki's Camp N Country','Redwood Falls, MN','Saturday','7/12/2025','12:00 PM','6603225','Vicki-s-Camp-N-Country-Jam--The-Castellows---Diamond-Rio---Saturday-7-12-2025'],['Diamond Rio','Dr. Pepper Park','Roanoke, VA','Saturday','7/19/2025','6:00 PM','7151994','Diamond-Rio-7-19-2025'],['Diamond Rio','Canyons Village At Park City','Park City, UT','Thursday','8/7/2025','7:00 PM','6980118','Diamond-Rio-8-7-2025'],['46th Annual Big Sky Rendezvous: Diamond Rio, Jeremy McComb, Bryan Lloyd & Shauney Fisher - 2 Day Pass','Halfway House Bar & Grill','Troy, MT','Friday','8/8/2025','TBD','7043419','46th-Annual-Big-Sky-Rendezvous--Diamond-Rio--Jeremy-McComb--Bryan-Lloyd---Shauney-Fisher---2-Day-Pass-8-8-2025'],['Diamond Rio','Roadhouse at The Mill','Emmett, ID','Friday','8/8/2025','5:30 PM','7018880','Diamond-Rio-8-8-2025'],['46th Annual Big Sky Rendezvous: Diamond Rio, Last Chance Band, Bryan Lloyd & Shauney Fisher - Saturday','Halfway House Bar & Grill','Troy, MT','Saturday','8/9/2025','6:00 PM','7043417','46th-Annual-Big-Sky-Rendezvous--Diamond-Rio--Last-Chance-Band--Bryan-Lloyd---Shauney-Fisher---Saturday-8-9-2025'],['Diamond Rio','Upper Peninsula State Fairgrounds','Escanaba, MI','Wednesday','8/13/2025','8:00 PM','7119148','Diamond-Rio-8-13-2025'],['Diamond Rio','Dodge County Fairgrounds - WI','Beaver Dam, WI','Thursday','8/14/2025','8:00 PM','7009298','Diamond-Rio-8-14-2025'],['Diamond Rio','Veterans Memorial Park - Worthington','Worthington, IA','Saturday','8/16/2025','3:00 PM','7160617','Diamond-Rio-8-16-2025']],'Diamond Rio','https://www.ticketnetwork.com');