//
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 "
";
}
},
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 += '';
} else {
document.write("");
}
}
}
};
}();
//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([['Both Sides Now: The Music of Joni Mitchell and Leonard Cohen','Sixth & I Synagogue','Washington, DC','Saturday','1/31/2026','7:30 PM','7529688','Both-Sides-Now--The-Music-of-Joni-Mitchell-and-Leonard-Cohen-1-31-2026'],['Perla Batalla - A Letter To Leonard Cohen','Broad Stage At Santa Monica','Santa Monica, CA','Sunday','2/1/2026','7:30 PM','7589767','Perla-Batalla---A-Letter-To-Leonard-Cohen-2-1-2026'],['Tower of Song - Leonard Cohen Tribute','HUB International Theatre at Chilliwack Cultural Centre','Chilliwack, Canada','Saturday','3/7/2026','7:30 PM','7593539','Tower-of-Song---Leonard-Cohen-Tribute-3-7-2026'],['Ballets Jazz Montreal: Dance Me - Music by Leonard Cohen','Vilar Performing Arts Center','Avon, CO','Thursday','3/26/2026','7:00 PM','7270482','Ballets-Jazz-Montreal--Dance-Me---Music-by-Leonard-Cohen-3-26-2026'],['Ballets Jazz Montreal: Dance Me - Music by Leonard Cohen','Meridian Hall','Toronto, Canada','Friday','4/10/2026','8:00 PM','7478985','Ballets-Jazz-Montreal--Dance-Me---Music-by-Leonard-Cohen-4-10-2026'],['Ballets Jazz Montreal: Dance Me - Music by Leonard Cohen','Meridian Hall','Toronto, Canada','Saturday','4/11/2026','8:00 PM','7476135','Ballets-Jazz-Montreal--Dance-Me---Music-by-Leonard-Cohen-4-11-2026'],['Ballets Jazz Montreal: Dance Me - The Music of Leonard Cohen','Kravis Center - Dreyfoos Concert Hall','West Palm Beach, FL','Tuesday','4/14/2026','7:30 PM','7387275','Ballets-Jazz-Montreal--Dance-Me---The-Music-of-Leonard-Cohen-4-14-2026'],['Ballets Jazz Montreal: Dance Me - The Music of Leonard Cohen','Performance Hall At Gaillard Center','Charleston, SC','Friday','4/17/2026','7:30 PM','7392920','Ballets-Jazz-Montreal--Dance-Me---The-Music-of-Leonard-Cohen-4-17-2026'],['Leonard Cohen and Joni Mitchell: The Untold Love Story','Southern Alberta Jubilee Auditorium','Calgary, Canada','Saturday','5/30/2026','7:30 PM','7545812','Leonard-Cohen-and-Joni-Mitchell--The-Untold-Love-Story-5-30-2026'],['Leonard Cohen and Joni Mitchell: The Untold Love Story','Northern Alberta Jubilee Auditorium','Edmonton, Canada','Sunday','5/31/2026','7:30 PM','7545813','Leonard-Cohen-and-Joni-Mitchell--The-Untold-Love-Story-5-31-2026'],['Ballets Jazz Montreal: Dance Me - The Music of Leonard Cohen','Jones Hall for the Performing Arts','Houston, TX','Friday','6/12/2026','7:30 PM','7559293','Ballets-Jazz-Montreal--Dance-Me---The-Music-of-Leonard-Cohen-6-12-2026'],['Ballets Jazz Montreal: Dance Me - The Music of Leonard Cohen','Jones Hall for the Performing Arts','Houston, TX','Saturday','6/13/2026','7:30 PM','7559294','Ballets-Jazz-Montreal--Dance-Me---The-Music-of-Leonard-Cohen-6-13-2026']],'leonard cohen','http://www.ticketnetwork.com/en/search/?text=leonard%20cohen');