//
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([['Les Miserables','Sondheim Theatre - London','London, United Kingdom','Tuesday','3/31/2026','7:30 PM','7399215','Les-Miserables-3-31-2026'],['Les Miserables','Sondheim Theatre - London','London, United Kingdom','Wednesday','4/1/2026','7:30 PM','7399216','Les-Miserables-4-1-2026'],['Grag Queen','City Winery - Atlanta','Atlanta, GA','Wednesday','4/1/2026','8:00 PM','7649704','Grag-Queen-4-1-2026'],['Les Miserables','Sondheim Theatre - London','London, United Kingdom','Thursday','4/2/2026','2:30 PM','7399217','Les-Miserables-4-2-2026'],['Les Miserables','Sondheim Theatre - London','London, United Kingdom','Thursday','4/2/2026','7:30 PM','7399218','Les-Miserables-4-2-2026'],['One Night of Queen - Gary Mullen and The Works','Macomb Center For The Performing Arts','Clinton Township, MI','Thursday','4/2/2026','7:30 PM','7469104','One-Night-of-Queen---Gary-Mullen-and-The-Works-4-2-2026'],['Bohemian Queen - A Theatrical Tribute To Queen','Von Braun Center Mars Music Hall','Huntsville, AL','Thursday','4/2/2026','7:30 PM','7682535','Bohemian-Queen---A-Theatrical-Tribute-To-Queen-4-2-2026'],['Grag Queen & Bright Light Bright Light','City Winery - Chicago','Chicago, IL','Thursday','4/2/2026','7:30 PM','7648755','Grag-Queen---Bright-Light-Bright-Light-4-2-2026'],['Hairball','Emerald Queen Casino','Tacoma, WA','Thursday','4/2/2026','8:00 PM','7553002','Hairball-4-2-2026'],['Bob the Drag Queen','Funny Bone Comedy Club - Kansas City','Kansas City, MO','Friday','4/3/2026','7:00 PM','7672399','Bob-the-Drag-Queen-4-3-2026'],['Queen Selena','Pegasus Showroom At Alexis Park','Las Vegas, NV','Friday','4/3/2026','7:00 PM','7595675','Queen-Selena-4-3-2026'],['Les Miserables','Sondheim Theatre - London','London, United Kingdom','Friday','4/3/2026','7:30 PM','7399219','Les-Miserables-4-3-2026'],['One Night of Queen - Gary Mullen and The Works','EPIC Event Center - WI','Green Bay, WI','Friday','4/3/2026','7:30 PM','7674231','One-Night-of-Queen---Gary-Mullen-and-The-Works-4-3-2026'],['Grag Queen','City Winery At City Foundry STL','St. Louis, MO','Friday','4/3/2026','7:30 PM','7636289','Grag-Queen-4-3-2026'],['Broadway Sings Queen','Marathon Music Works','Nashville, TN','Friday','4/3/2026','8:00 PM','7605694','Broadway-Sings-Queen-4-3-2026'],['Los Tigres del Norte','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Friday','4/3/2026','8:00 PM','7557087','Los-Tigres-del-Norte-4-3-2026'],['Bob the Drag Queen','Funny Bone Comedy Club - Kansas City','Kansas City, MO','Friday','4/3/2026','9:45 PM','7672400','Bob-the-Drag-Queen-4-3-2026'],['Les Miserables','Sondheim Theatre - London','London, United Kingdom','Saturday','4/4/2026','2:30 PM','7399220','Les-Miserables-4-4-2026'],['Bob the Drag Queen','Funny Bone Comedy Club - Kansas City','Kansas City, MO','Saturday','4/4/2026','6:30 PM','7672401','Bob-the-Drag-Queen-4-4-2026'],['Queen Selena','Pegasus Showroom At Alexis Park','Las Vegas, NV','Saturday','4/4/2026','7:00 PM','7595676','Queen-Selena-4-4-2026'],['Les Miserables','Sondheim Theatre - London','London, United Kingdom','Saturday','4/4/2026','7:30 PM','7399221','Les-Miserables-4-4-2026'],['One Night of Queen - Gary Mullen and The Works','Blue Gate Performing Arts Center','Shipshewana, IN','Saturday','4/4/2026','7:30 PM','7283080','One-Night-of-Queen---Gary-Mullen-and-The-Works-4-4-2026'],['Basketmouth','Queen Elizabeth Theatre - Toronto','Toronto, Canada','Saturday','4/4/2026','8:00 PM','7623276','Basketmouth-4-4-2026'],['Dana Sorey','The Queen - Wilmington','Wilmington, DE','Saturday','4/4/2026','8:00 PM','7739662','Dana-Sorey-4-4-2026'],['David Byrne','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Saturday','4/4/2026','8:00 PM','7613053','David-Byrne-4-4-2026']],'queen','http://www.ticketnetwork.com/en/search/?text=queen');