// 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([['Minus The Bear','Roseland Theater','Portland, OR','Saturday','10/4/2025','8:00 PM','7034976','Minus-The-Bear-10-4-2025'],['Minus The Bear','Ace of Spades','Sacramento, CA','Monday','10/6/2025','8:00 PM','7034865','Minus-The-Bear-10-6-2025'],['Minus The Bear','The Regency Ballroom','San Francisco, CA','Tuesday','10/7/2025','8:00 PM','7035011','Minus-The-Bear-10-7-2025'],['Minus The Bear','The Observatory - North Park','San Diego, CA','Wednesday','10/8/2025','8:00 PM','7034863','Minus-The-Bear-10-8-2025'],['Minus The Bear','Belasco Theater - LA','Los Angeles, CA','Saturday','10/11/2025','8:00 PM','7034867','Minus-The-Bear-10-11-2025'],['Minus The Bear','Belasco Theater - LA','Los Angeles, CA','Sunday','10/12/2025','8:00 PM','7034868','Minus-The-Bear-10-12-2025'],['Minus The Bear','Marquee Theatre - AZ','Tempe, AZ','Tuesday','10/14/2025','8:00 PM','7034937','Minus-The-Bear-10-14-2025'],['Minus The Bear','Granada Theater - Dallas','Dallas, TX','Friday','10/17/2025','8:00 PM','7035022','Minus-The-Bear-10-17-2025'],['Minus The Bear','Emo's East','Austin, TX','Saturday','10/18/2025','7:00 PM','7034995','Minus-The-Bear-10-18-2025'],['Minus The Bear','The Beacham','Orlando, FL','Tuesday','10/21/2025','6:00 PM','7035023','Minus-The-Bear-10-21-2025'],['Minus The Bear','Heaven Stage at Masquerade - GA','Atlanta, GA','Wednesday','10/22/2025','7:00 PM','7034866','Minus-The-Bear-10-22-2025'],['Minus The Bear','The Fillmore - Philadelphia','Philadelphia, PA','Friday','10/24/2025','8:00 PM','7034869','Minus-The-Bear-10-24-2025'],['Minus The Bear','Citizens House Of Blues - Boston','Boston, MA','Saturday','10/25/2025','8:00 PM','7034864','Minus-The-Bear-10-25-2025'],['Minus The Bear','9:30 Club','Washington, DC','Wednesday','11/5/2025','7:00 PM','7034859','Minus-The-Bear-11-5-2025'],['Minus The Bear','Brooklyn Steel','Brooklyn, NY','Friday','11/7/2025','8:00 PM','7035024','Minus-The-Bear-11-7-2025'],['Minus The Bear','Irving Plaza','New York, NY','Saturday','11/8/2025','7:00 PM','7034858','Minus-The-Bear-11-8-2025'],['Minus The Bear','Roxian Theatre','McKees Rocks, PA','Tuesday','11/11/2025','8:00 PM','7034870','Minus-The-Bear-11-11-2025'],['Minus The Bear','House Of Blues - Cleveland','Cleveland, OH','Wednesday','11/12/2025','8:00 PM','7034860','Minus-The-Bear-11-12-2025'],['Minus The Bear','Majestic Theatre - MI','Detroit, MI','Friday','11/14/2025','7:00 PM','7034977','Minus-The-Bear-11-14-2025'],['Minus The Bear','Metro Chicago','Chicago, IL','Saturday','11/15/2025','8:00 PM','7034978','Minus-The-Bear-11-15-2025'],['Minus The Bear','Metro Chicago','Chicago, IL','Sunday','11/16/2025','8:00 PM','7034979','Minus-The-Bear-11-16-2025'],['Minus The Bear','First Avenue','Minneapolis, MN','Tuesday','11/18/2025','8:00 PM','7035025','Minus-The-Bear-11-18-2025'],['Minus The Bear','Ogden Theatre','Denver, CO','Friday','11/21/2025','8:00 PM','7035026','Minus-The-Bear-11-21-2025'],['Minus The Bear','Ogden Theatre','Denver, CO','Saturday','11/22/2025','8:00 PM','7035027','Minus-The-Bear-11-22-2025'],['Minus The Bear','The Depot - Salt Lake City','Salt Lake City, UT','Sunday','11/23/2025','7:00 PM','7034998','Minus-The-Bear-11-23-2025'],['Minus The Bear','The Showbox','Seattle, WA','Friday','11/28/2025','8:00 PM','7035029','Minus-The-Bear-11-28-2025'],['Minus The Bear','The Showbox','Seattle, WA','Saturday','11/29/2025','8:00 PM','7035030','Minus-The-Bear-11-29-2025']],'Minus The Bear','http://www.ticketnetwork.com/ticket/Minus-The-Bear-events.aspx');