//
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([['Queen City Ballet: The Nutcracker','Helena Civic Center','Helena, MT','Sunday','11/23/2025','2:00 PM','7511718','Queen-City-Ballet--The-Nutcracker-11-23-2025'],['The Queen of Versailles','St. James Theatre','New York, NY','Sunday','11/23/2025','3:00 PM','7204641','The-Queen-of-Versailles-11-23-2025'],['One Night of Queen - Gary Mullen and The Works','Pompano Beach Amphitheatre','Pompano Beach, FL','Sunday','11/23/2025','7:30 PM','7361268','One-Night-of-Queen---Gary-Mullen-and-The-Works-11-23-2025'],['A Drag Queen Christmas','Prairie Home Alliance Theater At Peoria Civic Center','Peoria, IL','Sunday','11/23/2025','7:30 PM','7206237','A-Drag-Queen-Christmas-11-23-2025'],['The Queen of Versailles','St. James Theatre','New York, NY','Monday','11/24/2025','7:00 PM','7210991','The-Queen-of-Versailles-11-24-2025'],['John Achkar','Queen Elizabeth Theatre - Toronto','Toronto, Canada','Monday','11/24/2025','7:00 PM','7539456','John-Achkar-11-24-2025'],['Les Miserables','Sondheim Theatre - London','London, United Kingdom','Monday','11/24/2025','7:30 PM','7014678','Les-Miserables-11-24-2025'],['The Queen of Versailles','St. James Theatre','New York, NY','Tuesday','11/25/2025','7:00 PM','7399378','The-Queen-of-Versailles-11-25-2025'],['Les Miserables','Sondheim Theatre - London','London, United Kingdom','Tuesday','11/25/2025','7:30 PM','7014679','Les-Miserables-11-25-2025'],['A Drag Queen Christmas','Des Moines Civic Center','Des Moines, IA','Tuesday','11/25/2025','7:30 PM','7209776','A-Drag-Queen-Christmas-11-25-2025'],['MJ - The Musical','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Tuesday','11/25/2025','7:30 PM','7126193','MJ---The-Musical-11-25-2025'],['The Queen of Versailles','St. James Theatre','New York, NY','Wednesday','11/26/2025','7:00 PM','7210943','The-Queen-of-Versailles-11-26-2025'],['One Night of Queen','Flagler Auditorium at Fitzgerald Performing Arts Center','Palm Coast, FL','Wednesday','11/26/2025','7:00 PM','7277972','One-Night-of-Queen-11-26-2025'],['Les Miserables','Sondheim Theatre - London','London, United Kingdom','Wednesday','11/26/2025','7:30 PM','7014680','Les-Miserables-11-26-2025'],['A Drag Queen Christmas','The Factory - Chesterfield','St. Louis, MO','Wednesday','11/26/2025','7:30 PM','7206240','A-Drag-Queen-Christmas-11-26-2025'],['MJ - The Musical','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Wednesday','11/26/2025','7:30 PM','7126194','MJ---The-Musical-11-26-2025'],['Queen Nation','Belly Up Tavern','Solana Beach, CA','Wednesday','11/26/2025','9:00 PM','7335281','Queen-Nation-11-26-2025'],['Les Miserables','Sondheim Theatre - London','London, United Kingdom','Thursday','11/27/2025','2:30 PM','7014681','Les-Miserables-11-27-2025'],['Les Miserables','Sondheim Theatre - London','London, United Kingdom','Thursday','11/27/2025','7:30 PM','7014682','Les-Miserables-11-27-2025'],['MJ - The Musical','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Thursday','11/27/2025','7:30 PM','7126195','MJ---The-Musical-11-27-2025'],['Apocalypse Zombie Land - 2 Day Pass','Harry Bridges Memorial Park','Long Beach, CA','Friday','11/28/2025','TBD','7296236','Apocalypse-Zombie-Land---2-Day-Pass-11-28-2025'],['The Queen of Versailles','St. James Theatre','New York, NY','Friday','11/28/2025','2:00 PM','7210992','The-Queen-of-Versailles-11-28-2025'],['Apocalypse Zombie Land - Friday','Harry Bridges Memorial Park','Long Beach, CA','Friday','11/28/2025','2:00 PM','7295964','Apocalypse-Zombie-Land---Friday-11-28-2025'],['The Kings of Queen - Tribute To Queen','The Observatory - North Park','San Diego, CA','Friday','11/28/2025','6:00 PM','7460484','The-Kings-of-Queen---Tribute-To-Queen-11-28-2025'],['One Night of Queen - Gary Mullen and The Works','Van Wezel Performing Arts Hall','Sarasota, FL','Friday','11/28/2025','7:00 PM','7396178','One-Night-of-Queen---Gary-Mullen-and-The-Works-11-28-2025']],'queen','http://www.ticketnetwork.com/en/search/?text=queen');