// 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-01A TN_Widget.CreateTable([['Band of Horses & Iron and Wine','Marymoor Park','Redmond, WA','Thursday','9/18/2025','7:00 PM','7107924','Band-of-Horses---Iron-and-Wine-9-18-2025'],['Band of Horses & Iron and Wine','Cuthbert Amphitheater','Eugene, OR','Friday','9/19/2025','7:00 PM','7106985','Band-of-Horses---Iron-and-Wine-9-19-2025'],['Band of Horses & Iron and Wine','McMenamins Grand Lodge','Forest Grove, OR','Saturday','9/20/2025','6:30 PM','7106986','Band-of-Horses---Iron-and-Wine-9-20-2025'],['Band of Horses & Iron and Wine','Mountain Winery','Saratoga, CA','Monday','9/22/2025','7:30 PM','7053871','Band-of-Horses---Iron-and-Wine-9-22-2025'],['Band of Horses & Iron and Wine','Warfield','San Francisco, CA','Tuesday','9/23/2025','8:00 PM','7110878','Band-of-Horses---Iron-and-Wine-9-23-2025'],['Band of Horses & Iron and Wine','The Wiltern','Los Angeles, CA','Wednesday','9/24/2025','8:00 PM','7108027','Band-of-Horses---Iron-and-Wine-9-24-2025'],['Band of Horses & Iron and Wine','The Sound At The Del Mar Fairgrounds','Del Mar, CA','Friday','9/26/2025','8:00 PM','7108030','Band-of-Horses---Iron-and-Wine-9-26-2025'],['Band of Horses & Iron and Wine','Bel-Aire Backyard','Las Vegas, NV','Saturday','9/27/2025','8:00 PM','7110879','Band-of-Horses---Iron-and-Wine-9-27-2025'],['Band of Horses & Iron and Wine','Gila River Hotels & Casinos - Wild Horse Pass','Chandler, AZ','Sunday','9/28/2025','7:00 PM','7108029','Band-of-Horses---Iron-and-Wine-9-28-2025'],['Band of Horses & Iron and Wine','Pepsi Amphitheatre at Fort Tuthill','Flagstaff, AZ','Tuesday','9/30/2025','7:00 PM','7107047','Band-of-Horses---Iron-and-Wine-9-30-2025'],['Band of Horses & Iron and Wine','House Of Blues - Anaheim','Anaheim, CA','Thursday','10/2/2025','6:30 PM','7108028','Band-of-Horses---Iron-and-Wine-10-2-2025'],['Band of Horses & Iron and Wine','Arlington Theatre','Santa Barbara, CA','Friday','10/3/2025','8:00 PM','7110880','Band-of-Horses---Iron-and-Wine-10-3-2025'],['Beer For My Horses - Toby Keith Tribute','PBKC at Palm Beach Kennel Club','West Palm Beach, FL','Saturday','11/8/2025','6:30 PM','7409249','Beer-For-My-Horses---Toby-Keith-Tribute-11-8-2025'],['Wild Horses Music Festival: Mumford & Sons, Lord Huron & Sierra Ferrell','Petco Park','San Diego, CA','Saturday','12/27/2025','4:00 PM','7358803','Wild-Horses-Music-Festival--Mumford---Sons--Lord-Huron---Sierra-Ferrell-12-27-2025'],['Wilder Horses - Rolling Stones Tribute','American Theatre - Hampton','Hampton, VA','Wednesday','12/31/2025','7:00 PM','7250207','Wilder-Horses---Rolling-Stones-Tribute-12-31-2025']],'Band of Horses','http://www.ticketnetwork.com/ticket/Band-of-Horses-events.aspx');