// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var dateArray = row[4].split('/'); var date = months[dateArray[0]] + " " + dateArray[1]; var parking = row[0].split(':')[0] if (parking !== "PARKING") { return "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newResults = []; for(var cntr = 0; cntr < eventData.length; cntr++) newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '
' + newResults.join('') + '
'; } else document.write('
' + newResults.join('') + '
'); if(eventData.length >= 101 && kwds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-04A TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css'); TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css'); TN_Widget.CreateTable([['Free Throw','Delmar Hall','St. Louis, MO','Sunday','4/12/2026','7:00 PM','7689833','Free-Throw-4-12-2026'],['Free Throw','The Waiting Room Lounge - NE','Omaha, NE','Monday','4/13/2026','7:00 PM','7690128','Free-Throw-4-13-2026'],['Free Throw','The Summit Music Hall','Denver, CO','Wednesday','4/15/2026','7:00 PM','7690122','Free-Throw-4-15-2026'],['Free Throw','Soundwell','Salt Lake City, UT','Friday','4/17/2026','7:30 PM','7690129','Free-Throw-4-17-2026'],['Free Throw','Ballroom At Shrine Social Club','Boise, ID','Saturday','4/18/2026','6:30 PM','7690130','Free-Throw-4-18-2026'],['Free Throw','Revolution Hall - Portland','Portland, OR','Sunday','4/19/2026','7:00 PM','7690131','Free-Throw-4-19-2026'],['Free Throw','The Showbox','Seattle, WA','Monday','4/20/2026','7:30 PM','7690132','Free-Throw-4-20-2026'],['Free Throw','The UC Theatre','Berkeley, CA','Wednesday','4/22/2026','7:30 PM','7690133','Free-Throw-4-22-2026'],['Free Throw','The Observatory - Santa Ana','Santa Ana, CA','Thursday','4/23/2026','7:00 PM','7689830','Free-Throw-4-23-2026'],['Free Throw','The Observatory - North Park','San Diego, CA','Friday','4/24/2026','6:30 PM','7689831','Free-Throw-4-24-2026'],['Free Throw','The Van Buren','Phoenix, AZ','Saturday','4/25/2026','7:30 PM','7689834','Free-Throw-4-25-2026'],['Free Throw','Paper Tiger','San Antonio, TX','Tuesday','4/28/2026','7:30 PM','7690135','Free-Throw-4-28-2026'],['Free Throw','Tannahill's Tavern and Music Hall','Fort Worth, TX','Wednesday','4/29/2026','7:00 PM','7689836','Free-Throw-4-29-2026'],['Free Throw','Heaven Stage at Masquerade - GA','Atlanta, GA','Friday','5/1/2026','6:30 PM','7689832','Free-Throw-5-1-2026'],['Free Throw','The Underground - Charlotte','Charlotte, NC','Saturday','5/2/2026','7:30 PM','7690123','Free-Throw-5-2-2026'],['Free Throw','The National - VA','Richmond, VA','Sunday','5/3/2026','7:00 PM','7690136','Free-Throw-5-3-2026'],['Free Throw','Baltimore Soundstage','Baltimore, MD','Tuesday','5/5/2026','7:00 PM','7690125','Free-Throw-5-5-2026'],['Free Throw','Paradise Rock Club Presented by Citizens','Boston, MA','Thursday','5/7/2026','6:30 PM','7689826','Free-Throw-5-7-2026'],['Free Throw','Webster Hall','New York, NY','Friday','5/8/2026','6:30 PM','7690138','Free-Throw-5-8-2026'],['Free Throw','Union Transfer','Philadelphia, PA','Saturday','5/9/2026','7:30 PM','7690139','Free-Throw-5-9-2026'],['Free Throw','Electric City','Buffalo, NY','Monday','5/11/2026','7:00 PM','7690141','Free-Throw-5-11-2026'],['Free Throw','The Opera House - Toronto','Toronto, Canada','Tuesday','5/12/2026','6:00 PM','7689829','Free-Throw-5-12-2026'],['Free Throw','Bogarts','Cincinnati, OH','Thursday','5/14/2026','6:30 PM','7689828','Free-Throw-5-14-2026'],['Free Throw','The Roxy At Mahall's','Lakewood, OH','Friday','5/15/2026','6:30 PM','7690142','Free-Throw-5-15-2026'],['Free Throw','The Crofoot Ballroom','Pontiac, MI','Saturday','5/16/2026','6:30 PM','7690126','Free-Throw-5-16-2026'],['Free Throw','House Of Blues - Chicago','Chicago, IL','Sunday','5/17/2026','5:00 PM','7689827','Free-Throw-5-17-2026']],'Free Throw','http://www.ticketnetwork.com/en/search/?text=Free%20Throw');