// 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-03A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['The Bellamy Brothers','Kelowna Community Theatre','Kelowna, Canada','Wednesday','5/14/2025','7:30 PM','6861403','The-Bellamy-Brothers-5-14-2025'],['The Bellamy Brothers','The Chiefs Event Center at Shoshone-Bannock Casino','Fort Hall, ID','Sunday','5/18/2025','8:00 PM','6787611','The-Bellamy-Brothers-5-18-2025'],['The Bellamy Brothers','Grewal Hall at 224','Lansing, MI','Thursday','5/29/2025','6:30 PM','6995465','The-Bellamy-Brothers-5-29-2025'],['The Bellamy Brothers','Liberty Hall - TX','Tyler, TX','Thursday','6/5/2025','7:00 PM','6861334','The-Bellamy-Brothers-6-5-2025'],['The Bellamy Brothers','The Post OG','Orange Grove, TX','Friday','6/6/2025','8:00 PM','6861320','The-Bellamy-Brothers-6-6-2025'],['The Bellamy Brothers','Wichita Union Stockyards','Wichita, KS','Saturday','6/21/2025','8:00 PM','7064301','The-Bellamy-Brothers-6-21-2025'],['Iconic Fest: Diamond Rio, The Bellamy Brothers & Wade Hayes - 2 Day Pass','The Green Lantern Bar & Grill','Brainerd, MN','Friday','7/11/2025','TBD','6808653','Iconic-Fest--Diamond-Rio--The-Bellamy-Brothers---Wade-Hayes---2-Day-Pass-7-11-2025'],['Old Washington Music Fest: Sammy Kershaw, The Bellamy Brothers, & Silver Stallion - Tribute to The Highwaymen - Thursday','Guernsey County Fairgrounds','Lore City, OH','Thursday','7/17/2025','12:00 PM','6876553','Old-Washington-Music-Fest--Sammy-Kershaw--The-Bellamy-Brothers----Silver-Stallion---Tribute-to-The-Highwaymen---Thursday-7-17-2025'],['The Bellamy Brothers','Pines Theater - TX','Lufkin, TX','Friday','7/25/2025','7:00 PM','6861407','The-Bellamy-Brothers-7-25-2025'],['The Bellamy Brothers','Camp Margaritaville RV Resort Crystal Beach','Port Bolivar, TX','Saturday','7/26/2025','7:30 PM','7043208','The-Bellamy-Brothers-7-26-2025']],'"The Bellamy Brothers"','https://www.ticketnetwork.com');