// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, 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,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02A TN_Widget.CreateTable([['Band of Horses','The Showbox','Seattle, WA','Saturday','3/21/2026','8:00 PM','7673663','Band-of-Horses-3-21-2026'],['Band of Horses','The Showbox','Seattle, WA','Sunday','3/22/2026','8:00 PM','7673664','Band-of-Horses-3-22-2026'],['Band of Horses','State Theatre - ME','Portland, ME','Thursday','4/9/2026','8:00 PM','7673647','Band-of-Horses-4-9-2026'],['Band of Horses','The Cabot - Cabot Performing Arts Center','Beverly, MA','Friday','4/10/2026','8:00 PM','7675432','Band-of-Horses-4-10-2026'],['Band of Horses','Paramount Theatre - Huntington','Huntington, NY','Sunday','4/12/2026','8:00 PM','7673648','Band-of-Horses-4-12-2026'],['Band of Horses','The Fillmore - Philadelphia','Philadelphia, PA','Tuesday','4/14/2026','8:00 PM','7673650','Band-of-Horses-4-14-2026'],['Band of Horses','Wellmont Theatre','Montclair, NJ','Wednesday','4/15/2026','8:00 PM','7673651','Band-of-Horses-4-15-2026'],['Band of Horses','Capitol Theatre - Port Chester','Port Chester, NY','Thursday','4/16/2026','8:00 PM','7673653','Band-of-Horses-4-16-2026'],['Band of Horses','Nevermore Hall','Baltimore, MD','Saturday','4/18/2026','8:00 PM','7673655','Band-of-Horses-4-18-2026'],['Band of Horses','Electric City','Buffalo, NY','Sunday','4/19/2026','8:00 PM','7674471','Band-of-Horses-4-19-2026'],['Band of Horses','Roxian Theatre','McKees Rocks, PA','Tuesday','4/21/2026','7:00 PM','7673657','Band-of-Horses-4-21-2026'],['Band of Horses','The Fillmore - Detroit','Detroit, MI','Wednesday','4/22/2026','7:00 PM','7673658','Band-of-Horses-4-22-2026'],['Band of Horses','Agora Theatre','Cleveland, OH','Friday','4/24/2026','8:00 PM','7673665','Band-of-Horses-4-24-2026'],['Band of Horses','Blue Gate Performing Arts Center','Shipshewana, IN','Saturday','4/25/2026','7:30 PM','7673501','Band-of-Horses-4-25-2026'],['Band of Horses','The Sylvee - WI','Madison, WI','Monday','4/27/2026','8:00 PM','7673659','Band-of-Horses-4-27-2026'],['Band of Horses','The Fillmore - Minneapolis Presented by Affinity Plus','Minneapolis, MN','Wednesday','4/29/2026','7:00 PM','7673660','Band-of-Horses-4-29-2026'],['Band of Horses','Uptown Theater - KC','Kansas City, MO','Friday','5/1/2026','8:00 PM','7673661','Band-of-Horses-5-1-2026'],['Fresh Horses','FLATO Academy Theatre','Lindsay, Canada','Saturday','5/2/2026','8:00 PM','7458497','Fresh-Horses-5-2-2026'],['Band of Horses','Rose Music Hall','Columbia, MO','Saturday','5/2/2026','8:00 PM','7673662','Band-of-Horses-5-2-2026'],['Wilder Horses - The Ultimate Rolling Stones Experience','American Theatre - Hampton','Hampton, VA','Saturday','5/30/2026','7:00 PM','7546914','Wilder-Horses---The-Ultimate-Rolling-Stones-Experience-5-30-2026']],'Band of Horses','http://www.ticketnetwork.com/ticket/Band-of-Horses-events.aspx');