//
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([['Roots N' Boots Queen Creek','Roots N Boots Queen Creek ','Queen Creek, AZ','Sunday','3/22/2026','1:00 PM','7196860','Roots-N--Boots-Queen-Creek-3-22-2026'],['Les Miserables','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Sunday','3/22/2026','2:00 PM','7126182','Les-Miserables-3-22-2026'],['Josiah Queen','Murat Theatre at Old National Centre','Indianapolis, IN','Sunday','3/22/2026','7:00 PM','7376312','Josiah-Queen-3-22-2026'],['Queen Selena','Pegasus Showroom At Alexis Park','Las Vegas, NV','Sunday','3/22/2026','7:00 PM','7595669','Queen-Selena-3-22-2026'],['Aly & AJ','The Queen - Wilmington','Wilmington, DE','Sunday','3/22/2026','7:30 PM','7623354','Aly---AJ-3-22-2026'],['One Night of Queen','The Factory - Chesterfield','St. Louis, MO','Sunday','3/22/2026','7:30 PM','7677294','One-Night-of-Queen-3-22-2026'],['Les Miserables','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Sunday','3/22/2026','7:30 PM','7126183','Les-Miserables-3-22-2026'],['Les Miserables','Sondheim Theatre - London','London, United Kingdom','Monday','3/23/2026','7:30 PM','7014814','Les-Miserables-3-23-2026'],['Les Miserables','Sondheim Theatre - London','London, United Kingdom','Tuesday','3/24/2026','7:30 PM','7014815','Les-Miserables-3-24-2026'],['Les Miserables','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Tuesday','3/24/2026','7:30 PM','7126184','Les-Miserables-3-24-2026'],['Prof, Yelawolf, & That Mexican OT','Queen Elizabeth Theatre - Toronto','Toronto, Canada','Wednesday','3/25/2026','7:00 PM','7680878','Prof--Yelawolf----That-Mexican-OT-3-25-2026'],['Les Miserables','Sondheim Theatre - London','London, United Kingdom','Wednesday','3/25/2026','7:30 PM','7014816','Les-Miserables-3-25-2026'],['GWAR, Soulfly & King Parrot','The Queen - Wilmington','Wilmington, DE','Wednesday','3/25/2026','7:30 PM','7628215','GWAR--Soulfly---King-Parrot-3-25-2026'],['Les Miserables','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Wednesday','3/25/2026','7:30 PM','7126185','Les-Miserables-3-25-2026'],['One Night of Queen - Gary Mullen and The Works','Whiting Auditorium','Flint, MI','Wednesday','3/25/2026','8:00 PM','7257289','One-Night-of-Queen---Gary-Mullen-and-The-Works-3-25-2026'],['Les Miserables','Sondheim Theatre - London','London, United Kingdom','Thursday','3/26/2026','2:30 PM','7014817','Les-Miserables-3-26-2026'],['Akaash Singh','Queen Elizabeth Theatre - Toronto','Toronto, Canada','Thursday','3/26/2026','7:00 PM','7451290','Akaash-Singh-3-26-2026'],['Queen Selena','Pegasus Showroom At Alexis Park','Las Vegas, NV','Thursday','3/26/2026','7:00 PM','7595670','Queen-Selena-3-26-2026'],['Les Miserables','Sondheim Theatre - London','London, United Kingdom','Thursday','3/26/2026','7:30 PM','7014818','Les-Miserables-3-26-2026'],['Queen - It's A Kinda Magic - Tribute','Harbourfront Theatre','Summerside, Canada','Thursday','3/26/2026','7:30 PM','7678535','Queen---It-s-A-Kinda-Magic---Tribute-3-26-2026'],['Lil Rhody Laugh Riot: Bob The Drag Queen and Monet X Change','The Vets','Providence, RI','Thursday','3/26/2026','7:30 PM','7641375','Lil-Rhody-Laugh-Riot--Bob-The-Drag-Queen-and-Monet-X-Change-3-26-2026'],['Les Miserables','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Thursday','3/26/2026','7:30 PM','7126186','Les-Miserables-3-26-2026'],['Disc Golf Pro Tour: Queen City Classic','Hornets Nest Park','Charlotte, NC','Friday','3/27/2026','TBD','7428719','Disc-Golf-Pro-Tour--Queen-City-Classic-3-27-2026'],['Candlelight: Tribute to Queen & The Beatles','First Presbyterian Church of Ann Arbor','Ann Arbor, MI','Friday','3/27/2026','6:30 PM','7712030','Candlelight--Tribute-to-Queen---The-Beatles-3-27-2026'],['Akaash Singh','Queen Elizabeth Theatre - Toronto','Toronto, Canada','Friday','3/27/2026','7:00 PM','7426107','Akaash-Singh-3-27-2026']],'queen','http://www.ticketnetwork.com/en/search/?text=queen');