// 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-03B TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['The Cleveland Orchestra: Sarah Hicks - Indiana Jones and The Raiders of The Lost Ark','Blossom Music Center','Cuyahoga Falls, OH','Saturday','6/29/2024','7:00 PM','6214591','The-Cleveland-Orchestra--Sarah-Hicks---Indiana-Jones-and-The-Raiders-of-The-Lost-Ark-6-29-2024'],['The Cleveland Orchestra: Sarah Hicks - Indiana Jones and The Raiders of The Lost Ark','Blossom Music Center','Cuyahoga Falls, OH','Sunday','6/30/2024','7:00 PM','6214592','The-Cleveland-Orchestra--Sarah-Hicks---Indiana-Jones-and-The-Raiders-of-The-Lost-Ark-6-30-2024'],['The Cleveland Orchestra: Bela Fleck & Brett Mitchell - Rhapsody in Blue','Blossom Music Center','Cuyahoga Falls, OH','Saturday','7/6/2024','7:00 PM','6277652','The-Cleveland-Orchestra--Bela-Fleck---Brett-Mitchell---Rhapsody-in-Blue-7-6-2024'],['The Cleveland Orchestra: Domingo Hindoyan - Rachmaninoff's Third Symphony','Blossom Music Center','Cuyahoga Falls, OH','Saturday','7/13/2024','7:00 PM','6277649','The-Cleveland-Orchestra--Domingo-Hindoyan---Rachmaninoff-s-Third-Symphony-7-13-2024'],['The Cleveland Orchestra: Antonello Manacorda - Tetzlaff Plays Mozart','Blossom Music Center','Cuyahoga Falls, OH','Saturday','7/20/2024','7:00 PM','6277651','The-Cleveland-Orchestra--Antonello-Manacorda---Tetzlaff-Plays-Mozart-7-20-2024'],['The Cleveland Orchestra: Leslie Odom Jr.','Blossom Music Center','Cuyahoga Falls, OH','Sunday','7/21/2024','7:00 PM','6277648','The-Cleveland-Orchestra--Leslie-Odom-Jr--7-21-2024'],['The Cleveland Orchestra: Hannu Lintu - Shostakovich's Fifth Symphony','Blossom Music Center','Cuyahoga Falls, OH','Saturday','7/27/2024','7:00 PM','6277650','The-Cleveland-Orchestra--Hannu-Lintu---Shostakovich-s-Fifth-Symphony-7-27-2024'],['The Cleveland Orchestra: Ludwig Wicki - The Lord of the Rings: The Return of the King In Concert','Blossom Music Center','Cuyahoga Falls, OH','Friday','8/2/2024','7:00 PM','6214588','The-Cleveland-Orchestra--Ludwig-Wicki---The-Lord-of-the-Rings--The-Return-of-the-King-In-Concert-8-2-2024'],['The Cleveland Orchestra: Ludwig Wicki - The Lord of the Rings: The Return of the King In Concert','Blossom Music Center','Cuyahoga Falls, OH','Saturday','8/3/2024','7:00 PM','6214589','The-Cleveland-Orchestra--Ludwig-Wicki---The-Lord-of-the-Rings--The-Return-of-the-King-In-Concert-8-3-2024'],['The Cleveland Orchestra: Ludwig Wicki - The Lord of the Rings: The Return of the King In Concert','Blossom Music Center','Cuyahoga Falls, OH','Sunday','8/4/2024','7:00 PM','6214590','The-Cleveland-Orchestra--Ludwig-Wicki---The-Lord-of-the-Rings--The-Return-of-the-King-In-Concert-8-4-2024'],['The Cleveland Orchestra: Tchaikovsky's Fifth Symphony','Blossom Music Center','Cuyahoga Falls, OH','Saturday','8/17/2024','7:00 PM','6281067','The-Cleveland-Orchestra--Tchaikovsky-s-Fifth-Symphony-8-17-2024'],['The Cleveland Orchestra','Kravis Center - Dreyfoos Concert Hall','West Palm Beach, FL','Monday','1/27/2025','7:30 PM','6337284','The-Cleveland-Orchestra-1-27-2025'],['The Cleveland Orchestra','Carnegie Hall - Isaac Stern Auditorium','New York, NY','Tuesday','3/18/2025','8:00 PM','6338062','The-Cleveland-Orchestra-3-18-2025']],'','https://www.ticketnetwork.com');