//
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-02A
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([['Kinky Boots','Stockton Globe Theatre','Billingham, United Kingdom','Tuesday','4/29/2025','7:30 PM','6596512','Kinky-Boots-4-29-2025'],['Kinky Boots','Stockton Globe Theatre','Billingham, United Kingdom','Wednesday','4/30/2025','7:30 PM','6596513','Kinky-Boots-4-30-2025'],['Kinky Boots','Stockton Globe Theatre','Billingham, United Kingdom','Thursday','5/1/2025','2:30 PM','6596516','Kinky-Boots-5-1-2025'],['Kinky Boots','Stockton Globe Theatre','Billingham, United Kingdom','Thursday','5/1/2025','7:30 PM','6596517','Kinky-Boots-5-1-2025'],['Kinky Boots','Stockton Globe Theatre','Billingham, United Kingdom','Friday','5/2/2025','7:30 PM','6596522','Kinky-Boots-5-2-2025'],['Kinky Boots','Hackensack Meridian Health Theatre at the Count Basie Center for the Arts','Red Bank, NJ','Friday','5/2/2025','7:30 PM','6419263','Kinky-Boots-5-2-2025'],['Kinky Boots','Hackensack Meridian Health Theatre at the Count Basie Center for the Arts','Red Bank, NJ','Saturday','5/3/2025','2:00 PM','6419258','Kinky-Boots-5-3-2025'],['Kinky Boots','Stockton Globe Theatre','Billingham, United Kingdom','Saturday','5/3/2025','2:30 PM','6596525','Kinky-Boots-5-3-2025'],['Kinky Boots','Stockton Globe Theatre','Billingham, United Kingdom','Saturday','5/3/2025','7:30 PM','6596524','Kinky-Boots-5-3-2025'],['Kinky Boots','Hackensack Meridian Health Theatre at the Count Basie Center for the Arts','Red Bank, NJ','Saturday','5/3/2025','7:30 PM','6419259','Kinky-Boots-5-3-2025'],['Kinky Boots','Hackensack Meridian Health Theatre at the Count Basie Center for the Arts','Red Bank, NJ','Sunday','5/4/2025','2:00 PM','6419264','Kinky-Boots-5-4-2025'],['Kinky Boots','New Theatre - Oxford','Oxford, United Kingdom','Tuesday','7/22/2025','7:30 PM','6902890','Kinky-Boots-7-22-2025'],['Kinky Boots','New Theatre - Oxford','Oxford, United Kingdom','Wednesday','7/23/2025','2:30 PM','6902891','Kinky-Boots-7-23-2025'],['Kinky Boots','New Theatre - Oxford','Oxford, United Kingdom','Wednesday','7/23/2025','7:30 PM','6902892','Kinky-Boots-7-23-2025'],['Kinky Boots','New Theatre - Oxford','Oxford, United Kingdom','Thursday','7/24/2025','2:30 PM','6902893','Kinky-Boots-7-24-2025'],['Kinky Boots','New Theatre - Oxford','Oxford, United Kingdom','Thursday','7/24/2025','7:30 PM','6902894','Kinky-Boots-7-24-2025'],['Kinky Boots','New Theatre - Oxford','Oxford, United Kingdom','Friday','7/25/2025','7:30 PM','6902895','Kinky-Boots-7-25-2025'],['Kinky Boots','New Theatre - Oxford','Oxford, United Kingdom','Saturday','7/26/2025','2:30 PM','6902896','Kinky-Boots-7-26-2025'],['Kinky Boots','New Theatre - Oxford','Oxford, United Kingdom','Saturday','7/26/2025','7:30 PM','6902897','Kinky-Boots-7-26-2025'],['Kinky Boots','Citizens Bank Opera House','Boston, MA','Tuesday','2/17/2026','7:00 PM','7012239','Kinky-Boots-2-17-2026'],['Kinky Boots','Citizens Bank Opera House','Boston, MA','Wednesday','2/18/2026','7:00 PM','7012240','Kinky-Boots-2-18-2026'],['Kinky Boots','Citizens Bank Opera House','Boston, MA','Thursday','2/19/2026','7:30 PM','7012247','Kinky-Boots-2-19-2026'],['Kinky Boots','Citizens Bank Opera House','Boston, MA','Friday','2/20/2026','8:00 PM','7012248','Kinky-Boots-2-20-2026'],['Kinky Boots','Citizens Bank Opera House','Boston, MA','Saturday','2/21/2026','2:00 PM','7012249','Kinky-Boots-2-21-2026'],['Kinky Boots','Citizens Bank Opera House','Boston, MA','Saturday','2/21/2026','8:00 PM','7012250','Kinky-Boots-2-21-2026']],'kinky boots','http://www.ticketnetwork.com/en/search/?text=kinky%20boots');