// 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-04A TN_Widget.CreateTable([['Built To Spill & Yo La Tengo','The Eastern - GA','Atlanta, GA','Thursday','7/10/2025','8:00 PM','7074052','Built-To-Spill---Yo-La-Tengo-7-10-2025'],['Built To Spill & Yo La Tengo','Ryman Auditorium','Nashville, TN','Friday','7/11/2025','8:00 PM','7074047','Built-To-Spill---Yo-La-Tengo-7-11-2025'],['Built To Spill & Yo La Tengo','The Pageant','St. Louis, MO','Saturday','7/12/2025','8:00 PM','7074048','Built-To-Spill---Yo-La-Tengo-7-12-2025'],['Built To Spill & Yo La Tengo','The Salt Shed Indoors - Chicago','Chicago, IL','Sunday','7/13/2025','7:00 PM','7074049','Built-To-Spill---Yo-La-Tengo-7-13-2025'],['Built To Spill & Yo La Tengo','The Palace Theatre - St. Paul','Saint Paul, MN','Tuesday','7/15/2025','7:00 PM','7074055','Built-To-Spill---Yo-La-Tengo-7-15-2025'],['Built To Spill & Yo La Tengo','Pabst Theater','Milwaukee, WI','Wednesday','7/16/2025','7:00 PM','7074057','Built-To-Spill---Yo-La-Tengo-7-16-2025'],['Built To Spill & Yo La Tengo','Nickel Plate District Amphitheater','Fishers, IN','Thursday','7/17/2025','7:00 PM','7074059','Built-To-Spill---Yo-La-Tengo-7-17-2025'],['Built To Spill & Yo La Tengo','Iroquois Amphitheater','Louisville, KY','Friday','7/18/2025','7:30 PM','7074050','Built-To-Spill---Yo-La-Tengo-7-18-2025'],['Built To Spill','The Blue Note - MO','Columbia, MO','Saturday','7/19/2025','7:30 PM','7074051','Built-To-Spill-7-19-2025'],['Built To Spill','The Waiting Room Lounge - NE','Omaha, NE','Sunday','7/20/2025','8:00 PM','7074154','Built-To-Spill-7-20-2025'],['Built To Spill','Washington's - Fort Collins','Fort Collins, CO','Tuesday','7/22/2025','7:00 PM','7074155','Built-To-Spill-7-22-2025'],['Built To Spill','The Urban Lounge','Salt Lake City, UT','Wednesday','7/23/2025','7:00 PM','7096343','Built-To-Spill-7-23-2025'],['Project Pabst: Death Cab For Cutie, Japanese Breakfast, Built to Spill & Cap'n Jazz - Sunday','Tom McCall Waterfront Park','Portland, OR','Sunday','7/27/2025','2:00 PM','7011058','Project-Pabst--Death-Cab-For-Cutie--Japanese-Breakfast--Built-to-Spill---Cap-n-Jazz---Sunday-7-27-2025'],['Built To Spill','The Chapel','San Francisco, CA','Tuesday','11/11/2025','8:00 PM','7113079','Built-To-Spill-11-11-2025'],['Built To Spill','Belasco Theater - LA','Los Angeles, CA','Saturday','11/15/2025','8:00 PM','7112280','Built-To-Spill-11-15-2025'],['Built To Spill','The Crescent Ballroom - Phoenix','Phoenix, AZ','Sunday','11/16/2025','7:30 PM','7111775','Built-To-Spill-11-16-2025'],['Built To Spill','Belly Up Tavern','Solana Beach, CA','Wednesday','11/19/2025','8:00 PM','7107357','Built-To-Spill-11-19-2025'],['Built To Spill','Pappy & Harriet's Pioneertown Palace - Outdoor Stage','Pioneertown, CA','Thursday','11/20/2025','7:00 PM','7113549','Built-To-Spill-11-20-2025'],['Built To Spill','Harlow's Night Club','Sacramento, CA','Friday','11/21/2025','7:30 PM','7113077','Built-To-Spill-11-21-2025'],['Built To Spill','Soho Restaurant And Music Club','Santa Barbara, CA','Saturday','6/6/2071','8:00 PM','4417923','Built-To-Spill-6-6-2071'],['Built To Spill','Bell's Back Room','Kalamazoo, MI','Saturday','8/8/2071','8:00 PM','4417915','Built-To-Spill-8-8-2071']],'Built To Spill','http://www.ticketnetwork.com/ticket/Built-To-Spill-events.aspx');