// 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([['Girls Gone Bible','Hackensack Meridian Health Theatre at the Count Basie Center for the Arts','Red Bank, NJ','Saturday','8/15/2026','7:00 PM','7879059','Girls-Gone-Bible-8-15-2026'],['The Newest Olympian','Littlefield - Brooklyn','Brooklyn, NY','Saturday','8/15/2026','8:00 PM','8159501','The-Newest-Olympian-8-15-2026'],['Therapy Gecko','Skyline Comedy Cafe','Appleton, WI','Sunday','8/16/2026','6:00 PM','8020966','Therapy-Gecko-8-16-2026'],['Good Guys Live','Dream Live at American Dream Mall','East Rutherford, NJ','Sunday','8/16/2026','7:00 PM','8053190','Good-Guys-Live-8-16-2026'],['1 Minute Talk Show','Baby's All Right - Brooklyn ','Brooklyn, NY','Monday','8/17/2026','10:00 PM','8158074','1-Minute-Talk-Show-8-17-2026'],['Therapy Gecko','Comedy Club on State','Madison, WI','Tuesday','8/18/2026','6:00 PM','8007370','Therapy-Gecko-8-18-2026'],['Dont Call Me White Girl Live','Funny Bone Comedy Club - Columbus','Columbus, OH','Wednesday','8/19/2026','7:00 PM','8061906','Dont-Call-Me-White-Girl-Live-8-19-2026'],['Hollywood Crime Scene','Helium Comedy Club - Portland','Portland, OR','Wednesday','8/19/2026','7:30 PM','8000368','Hollywood-Crime-Scene-8-19-2026'],['Therapy Gecko','Magic Bag','Ferndale, MI','Wednesday','8/19/2026','8:00 PM','7720038','Therapy-Gecko-8-19-2026'],['Hollywood Crime Scene Podcast','Emerald City Comedy Club','Seattle, WA','Thursday','8/20/2026','7:30 PM','7929735','Hollywood-Crime-Scene-Podcast-8-20-2026'],['Therapy Gecko','The Castle Theatre','Bloomington, IL','Thursday','8/20/2026','8:00 PM','7715833','Therapy-Gecko-8-20-2026'],['Girls Gone Bible','California Theatre - San Jose','San Jose, CA','Friday','8/21/2026','7:00 PM','7881263','Girls-Gone-Bible-8-21-2026'],['Crashing Out Live','The Neptune Theatre','Seattle, WA','Friday','8/21/2026','7:00 PM','7905324','Crashing-Out-Live-8-21-2026'],['Fear& Live','Golden Gate Theatre','San Francisco, CA','Friday','8/21/2026','7:00 PM','8177375','Fear--Live-8-21-2026'],['Miss Trot 4: Top 7','Wilshire Ebell Theatre','Los Angeles, CA','Saturday','8/22/2026','2:00 PM','8118689','Miss-Trot-4--Top-7-8-22-2026'],['Miss Trot 4: Top 7','Wilshire Ebell Theatre','Los Angeles, CA','Saturday','8/22/2026','6:30 PM','8118692','Miss-Trot-4--Top-7-8-22-2026'],['Crashing Out Live','Revolution Hall - Portland','Portland, OR','Saturday','8/22/2026','7:00 PM','7897278','Crashing-Out-Live-8-22-2026'],['Fear& Live: Hasan Piker, Austinshow, Will Neff & QTCinderella','McCaw Hall','Seattle, WA','Saturday','8/22/2026','7:00 PM','8054310','Fear--Live--Hasan-Piker--Austinshow--Will-Neff---QTCinderella-8-22-2026'],['Therapy Gecko','Zanies Comedy Night Club - Nashville','Nashville, TN','Sunday','8/23/2026','6:00 PM','7853060','Therapy-Gecko-8-23-2026'],['Perfect Person Live','The Miracle Theatre - DC','Washington, DC','Wednesday','8/26/2026','8:00 PM','8149808','Perfect-Person-Live-8-26-2026'],['Therapy Gecko','The Miracle Theatre - DC','Washington, DC','Thursday','8/27/2026','7:00 PM','8206750','Therapy-Gecko-8-27-2026'],['Some of This Is Live','The Creek and The Cave','Austin, TX','Thursday','8/27/2026','8:00 PM','8107032','Some-of-This-Is-Live-8-27-2026'],['Crashing Out Live','Wilbur Theatre - MA','Boston, MA','Friday','8/28/2026','7:30 PM','7902278','Crashing-Out-Live-8-28-2026'],['The Fantasy Footballers Podcast','The Van Buren','Phoenix, AZ','Friday','8/28/2026','8:00 PM','8058139','The-Fantasy-Footballers-Podcast-8-28-2026'],['Perfect Person Live','Gramercy Theatre','New York, NY','Saturday','8/29/2026','6:30 PM','8045135','Perfect-Person-Live-8-29-2026']],'tv on the radio','http://www.ticketnetwork.com/en/search/?text=tv%20on%20the%20radio');