// 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([['Suwannee Hulaween: Disco Lines, The Disco Biscuits, Glass Beams & Goose - 4 Day Pass','Spirit Of The Suwannee Music Park','Live Oak, FL','Thursday','10/30/2025','TBD','7024753','Suwannee-Hulaween--Disco-Lines--The-Disco-Biscuits--Glass-Beams---Goose---4-Day-Pass-10-30-2025'],['The Disco Biscuits','Brooklyn Bowl - Nashville','Nashville, TN','Sunday','11/2/2025','8:00 PM','7309839','The-Disco-Biscuits-11-2-2025'],['The Disco Biscuits','Jefferson Theater - VA','Charlottesville, VA','Wednesday','11/5/2025','8:00 PM','7309837','The-Disco-Biscuits-11-5-2025'],['The Disco Biscuits','The Norva','Norfolk, VA','Thursday','11/6/2025','7:30 PM','7310557','The-Disco-Biscuits-11-6-2025'],['The Disco Biscuits','The National - VA','Richmond, VA','Friday','11/7/2025','8:00 PM','7311113','The-Disco-Biscuits-11-7-2025'],['The Disco Biscuits','9:30 Club','Washington, DC','Saturday','11/8/2025','10:00 PM','7309836','The-Disco-Biscuits-11-8-2025'],['The Disco Biscuits - 2 Day Pass','Brooklyn Steel','Brooklyn, NY','Friday','11/14/2025','TBD','7310506','The-Disco-Biscuits---2-Day-Pass-11-14-2025'],['The Disco Biscuits','Brooklyn Steel','Brooklyn, NY','Friday','11/14/2025','8:00 PM','7310454','The-Disco-Biscuits-11-14-2025'],['The Disco Biscuits','Brooklyn Steel','Brooklyn, NY','Saturday','11/15/2025','8:00 PM','7310455','The-Disco-Biscuits-11-15-2025'],['The Disco Biscuits','Sherman Theater','Stroudsburg, PA','Sunday','11/16/2025','7:00 PM','7309481','The-Disco-Biscuits-11-16-2025'],['The Disco Biscuits','Higher Ground','South Burlington, VT','Wednesday','11/19/2025','9:00 PM','7310558','The-Disco-Biscuits-11-19-2025'],['The Disco Biscuits','Higher Ground','South Burlington, VT','Thursday','11/20/2025','9:00 PM','7310559','The-Disco-Biscuits-11-20-2025'],['The Disco Biscuits','Town Ballroom','Buffalo, NY','Friday','11/21/2025','7:00 PM','7310560','The-Disco-Biscuits-11-21-2025'],['The Disco Biscuits','Town Ballroom','Buffalo, NY','Saturday','11/22/2025','7:00 PM','7310561','The-Disco-Biscuits-11-22-2025'],['The Disco Biscuits','The Fillmore - Minneapolis Presented by Affinity Plus','Minneapolis, MN','Thursday','12/18/2025','7:00 PM','7309838','The-Disco-Biscuits-12-18-2025'],['The Disco Biscuits','Garcias Chicago','Chicago, IL','Friday','12/19/2025','8:00 PM','7311115','The-Disco-Biscuits-12-19-2025'],['The Disco Biscuits','Thalia Hall','Chicago, IL','Saturday','12/20/2025','8:00 PM','7309486','The-Disco-Biscuits-12-20-2025'],['The Disco Biscuits','Thalia Hall','Chicago, IL','Sunday','12/21/2025','8:00 PM','7309488','The-Disco-Biscuits-12-21-2025'],['The Disco Biscuits','College Street Music Hall','New Haven, CT','Saturday','12/27/2025','8:00 PM','7309490','The-Disco-Biscuits-12-27-2025'],['The Disco Biscuits','District Music Hall','Norwalk, CT','Sunday','12/28/2025','7:00 PM','7309494','The-Disco-Biscuits-12-28-2025'],['The Disco Biscuits','Royale Boston','Boston, MA','Tuesday','12/30/2025','8:00 PM','7283750','The-Disco-Biscuits-12-30-2025'],['The Disco Biscuits','Roadrunner','Brighton, MA','Wednesday','12/31/2025','8:00 PM','7283751','The-Disco-Biscuits-12-31-2025'],['The Disco Biscuits','Miami Beach Bandshell','Miami Beach, FL','Friday','2/6/2026','7:30 PM','7273401','The-Disco-Biscuits-2-6-2026']],'The Disco Biscuits','http://www.ticketnetwork.com/ticket/The-Disco-Biscuits-events.aspx');