// 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 dateArray = row[4].split('/'); var date = months[dateArray[0]] + " " + dateArray[1]; var parking = row[0].split(':')[0] if (parking !== "PARKING") { return "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 newResults = []; for(var cntr = 0; cntr < eventData.length; cntr++) newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '
' + newResults.join('') + '
'; } else document.write('
' + newResults.join('') + '
'); if(eventData.length >= 101 && kwds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-02B TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css'); TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css'); TN_Widget.CreateTable([['The Bellamy Brothers','The Post OG','Orange Grove, TX','Friday','5/10/2024','8:00 PM','6035332','The-Bellamy-Brothers-5-10-2024'],['Opry Country Classics','Grand Ole Opry House','Nashville, TN','Thursday','5/16/2024','7:00 PM','6275186','Opry-Country-Classics-5-16-2024'],['The Bellamy Brothers','Longhorn Ballroom','Dallas, TX','Sunday','6/2/2024','8:00 PM','6376239','The-Bellamy-Brothers-6-2-2024'],['The Bellamy Brothers','Kentucky Opry','Benton, KY','Saturday','6/8/2024','7:00 PM','6368239','The-Bellamy-Brothers-6-8-2024'],['The Bellamy Brothers','Logan High School Theater','Logan, UT','Friday','6/21/2024','7:00 PM','6296736','The-Bellamy-Brothers-6-21-2024'],['The Bellamy Brothers','John T. Floore Country Store','Helotes, TX','Friday','6/28/2024','8:30 PM','6214143','The-Bellamy-Brothers-6-28-2024'],['The Bellamy Brothers','The Newberry','Great Falls, MT','Friday','8/9/2024','7:30 PM','6278598','The-Bellamy-Brothers-8-9-2024'],['Gene Watson & The Bellamy Brothers','Anderson Music Hall','Hiawassee, GA','Friday','8/16/2024','7:00 PM','6295733','Gene-Watson---The-Bellamy-Brothers-8-16-2024'],['The Bellamy Brothers','Andy Griffith Playhouse','Mount Airy, NC','Sunday','9/22/2024','3:00 PM','6368246','The-Bellamy-Brothers-9-22-2024'],['The Bellamy Brothers','Arlington Music Hall','Arlington, TX','Friday','9/27/2024','8:00 PM','6033139','The-Bellamy-Brothers-9-27-2024'],['The Bellamy Brothers','The Stockyard','Holiday, FL','Friday','10/4/2024','7:00 PM','6332688','The-Bellamy-Brothers-10-4-2024'],['The Bellamy Brothers','The Mansion - MO','Branson, MO','Friday','10/25/2024','8:00 PM','6228924','The-Bellamy-Brothers-10-25-2024'],['The Bellamy Brothers','The Reidsville Showcase Theater - NC','Reidsville, NC','Friday','11/8/2024','8:00 PM','6208799','The-Bellamy-Brothers-11-8-2024'],['The Bellamy Brothers','The Mansion - MO','Branson, MO','Friday','11/22/2024','8:00 PM','6228925','The-Bellamy-Brothers-11-22-2024'],['The Bellamy Brothers','The Showroom At the Golden Nugget','Las Vegas, NV','Thursday','12/12/2024','10:00 PM','6408724','The-Bellamy-Brothers-12-12-2024']],'The Bellamy Brothers','http://www.ticketnetwork.com/en/search/?text=The Bellamy Brothers');