// var TN_Widget = function() { return { //Options newWindow : true, linkText : "Tickets", tixUrl : "https://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[3] +"
"+"" + row[4] + "
"+"" + row[5] + ""+"" + row[0] +"" + row[1] +"
" + row[2] +""+""+ 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([['Sleigh Bells','The Crescent Ballroom - Phoenix','Phoenix, AZ','Wednesday','5/7/2025','7:30 PM','6959170','Sleigh-Bells-5-7-2025'],['Sleigh Bells','The Observatory - Santa Ana','Santa Ana, CA','Friday','5/9/2025','8:30 PM','6959172','Sleigh-Bells-5-9-2025'],['Sleigh Bells','Belly Up Tavern','Solana Beach, CA','Saturday','5/10/2025','9:00 PM','6958930','Sleigh-Bells-5-10-2025'],['Sleigh Bells','August Hall','San Francisco, CA','Tuesday','5/13/2025','8:00 PM','6958933','Sleigh-Bells-5-13-2025'],['Sleigh Bells','Hawthorne Theatre','Portland, OR','Friday','5/16/2025','8:30 PM','6959174','Sleigh-Bells-5-16-2025'],['Sleigh Bells','Hollywood Theatre - Vancouver','Vancouver, Canada','Saturday','5/17/2025','7:00 PM','6959175','Sleigh-Bells-5-17-2025'],['Sleigh Bells','The Neptune Theatre','Seattle, WA','Monday','5/19/2025','8:00 PM','6959176','Sleigh-Bells-5-19-2025'],['Sleigh Bells','The Summit Music Hall','Denver, CO','Wednesday','5/21/2025','8:00 PM','6959177','Sleigh-Bells-5-21-2025'],['Sleigh Bells','White Oak Music Hall - Downstairs','Houston, TX','Friday','5/23/2025','8:00 PM','6959178','Sleigh-Bells-5-23-2025'],['Sleigh Bells','Granada Theater - Dallas','Dallas, TX','Saturday','5/24/2025','8:00 PM','6959179','Sleigh-Bells-5-24-2025'],['Sleigh Bells','Mohawk - Austin Outdoors','Austin, TX','Sunday','5/25/2025','7:30 PM','6959180','Sleigh-Bells-5-25-2025'],['Sleigh Bells','The Ritz Ybor','Tampa, FL','Wednesday','5/28/2025','8:00 PM','6958061','Sleigh-Bells-5-28-2025'],['Sleigh Bells','The Plaza Live','Orlando, FL','Thursday','5/29/2025','8:30 PM','6958060','Sleigh-Bells-5-29-2025'],['Sleigh Bells','Culture Room','Fort Lauderdale, FL','Friday','5/30/2025','7:30 PM','6959181','Sleigh-Bells-5-30-2025'],['Sleigh Bells','Terminal West At King Plow Arts Center','Atlanta, GA','Sunday','6/1/2025','8:00 PM','6959182','Sleigh-Bells-6-1-2025'],['Sleigh Bells','The Orange Peel','Asheville, NC','Monday','6/2/2025','8:00 PM','6958947','Sleigh-Bells-6-2-2025'],['Sleigh Bells','Union Transfer','Philadelphia, PA','Tuesday','6/3/2025','8:00 PM','6959186','Sleigh-Bells-6-3-2025'],['Sleigh Bells','9:30 Club','Washington, DC','Thursday','6/5/2025','7:00 PM','6959188','Sleigh-Bells-6-5-2025'],['Sleigh Bells','Paradise Rock Club','Boston, MA','Friday','6/6/2025','8:30 PM','6959195','Sleigh-Bells-6-6-2025'],['Sleigh Bells','Webster Hall','New York, NY','Saturday','6/7/2025','9:00 PM','6959199','Sleigh-Bells-6-7-2025'],['Sleigh Bells','The Axis Club - Toronto','Toronto, Canada','Tuesday','6/10/2025','8:00 PM','6959200','Sleigh-Bells-6-10-2025'],['Sleigh Bells','El Club','Detroit, MI','Wednesday','6/11/2025','7:00 PM','6959201','Sleigh-Bells-6-11-2025'],['Sleigh Bells','Metro Chicago','Chicago, IL','Thursday','6/12/2025','8:30 PM','6959202','Sleigh-Bells-6-12-2025'],['Sleigh Bells','Fine Line Music Cafe','Minneapolis, MN','Saturday','6/14/2025','8:30 PM','6959203','Sleigh-Bells-6-14-2025'],['Sleigh Bells','Majestic Theatre Madison','Madison, WI','Sunday','6/15/2025','8:00 PM','6959204','Sleigh-Bells-6-15-2025']],'Sleigh Bells','https://www.ticketnetwork.com/ticket/Sleigh-Bells-events.aspx');