//
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-03A
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([['Leonard Cohen and Joni Mitchell: The Untold Love Story','Great Canadian Casino Vancouver','Coquitlam, Canada','Friday','5/29/2026','8:00 PM','7786244','Leonard-Cohen-and-Joni-Mitchell--The-Untold-Love-Story-5-29-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'],['Ballets Jazz Montreal: Leonard Cohen's Dance Me','Irvine Barclay Theatre','Irvine, CA','Thursday','9/24/2026','8:00 PM','7862714','Ballets-Jazz-Montreal--Leonard-Cohen-s-Dance-Me-9-24-2026'],['I'm Your Man - A Leonard Cohen Birthday Tribute','StageOne at Fairfield Theatre Company','Fairfield, CT','Saturday','9/26/2026','8:00 PM','7811142','I-m-Your-Man---A-Leonard-Cohen-Birthday-Tribute-9-26-2026'],['Looking for Leonard - The Music of Leonard Cohen','Paramount Theater Hudson Valley','Peekskill, NY','Sunday','10/25/2026','7:00 PM','7881248','Looking-for-Leonard---The-Music-of-Leonard-Cohen-10-25-2026'],['Both Sides Now: The Music of Joni Mitchell and Leonard Cohen','Nancy and David Bilheimer Capitol Theatre','Clearwater, FL','Saturday','1/23/2027','8:00 PM','7879044','Both-Sides-Now--The-Music-of-Joni-Mitchell-and-Leonard-Cohen-1-23-2027']],'leonard cohen','http://www.ticketnetwork.com/en/search/?text=leonard%20cohen');