// 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 t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, 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 newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-03A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Cincinnati Tattoo Arts Festival','Duke Energy Convention Center','Cincinnati, OH','Sunday','5/10/2026','TBD','7491249','Cincinnati-Tattoo-Arts-Festival-5-10-2026'],['Netflix Is A Joke Festival: Feid & Marcello Hernandez (Performance in Spanish)','Hollywood Bowl','Los Angeles, CA','Sunday','5/10/2026','7:00 PM','7690308','Netflix-Is-A-Joke-Festival--Feid---Marcello-Hernandez--Performance-in-Spanish--5-10-2026'],['Netflix Is A Joke Festival: Flight Of The Conchords','Greek Theatre - Los Angeles CA','Los Angeles, CA','Sunday','5/10/2026','8:00 PM','7695992','Netflix-Is-A-Joke-Festival--Flight-Of-The-Conchords-5-10-2026'],['Come From Away','Angus Bowmer Theatre - Oregon Shakespeare Festival','Ashland, OR','Tuesday','5/12/2026','1:30 PM','7740186','Come-From-Away-5-12-2026'],['A Midsummer Night's Dream','Angus Bowmer Theatre - Oregon Shakespeare Festival','Ashland, OR','Tuesday','5/12/2026','8:00 PM','7747308','A-Midsummer-Night-s-Dream-5-12-2026'],['Bring It On - The Musical','Festival Place - Sherwood Park','Sherwood Park, Canada','Wednesday','5/13/2026','7:00 PM','7910625','Bring-It-On---The-Musical-5-13-2026'],['A Midsummer Night's Dream','Angus Bowmer Theatre - Oregon Shakespeare Festival','Ashland, OR','Wednesday','5/13/2026','8:00 PM','7747309','A-Midsummer-Night-s-Dream-5-13-2026'],['Sonic Temple Art & Music Festival: My Chemical Romance, Shinedown, Bring Me The Horizon, & Tool - 4 Day Pass','Historic Crew Stadium','Columbus, OH','Thursday','5/14/2026','TBD','7236564','Sonic-Temple-Art---Music-Festival--My-Chemical-Romance--Shinedown--Bring-Me-The-Horizon----Tool---4-Day-Pass-5-14-2026'],['Joshua Tree Music Festival - 4 Day Pass','Joshua Tree Lake Campgrounds','Joshua Tree, CA','Thursday','5/14/2026','TBD','7592485','Joshua-Tree-Music-Festival---4-Day-Pass-5-14-2026'],['Sonic Temple Art & Music Festival: My Chemical Romance, Pierce The Veil, & Breaking Benjamin - Thursday','Historic Crew Stadium','Columbus, OH','Thursday','5/14/2026','11:00 AM','7236567','Sonic-Temple-Art---Music-Festival--My-Chemical-Romance--Pierce-The-Veil----Breaking-Benjamin---Thursday-5-14-2026']],'"Festival"','https://www.ticketnetwork.com');