//
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([['Kevin James Thornton','City Winery - Atlanta','Atlanta, GA','Sunday','7/6/2025','8:00 PM','7014867','Kevin-James-Thornton-7-6-2025'],['Kevin James Thornton','Denver Improv Comedy Theater','Denver, CO','Friday','7/11/2025','7:30 PM','7139759','Kevin-James-Thornton-7-11-2025'],['Kevin James Thornton','Denver Improv Comedy Theater','Denver, CO','Saturday','7/12/2025','6:30 PM','7139760','Kevin-James-Thornton-7-12-2025'],['Kevin James Thornton','Denver Improv Comedy Theater','Denver, CO','Saturday','7/12/2025','9:15 PM','7139761','Kevin-James-Thornton-7-12-2025'],['Kevin James Thornton','The Improv - Houston','Houston, TX','Wednesday','7/16/2025','7:30 PM','7179327','Kevin-James-Thornton-7-16-2025'],['Kevin James Thornton','Improv Comedy Club - Addison','Dallas, TX','Thursday','7/17/2025','7:30 PM','7001147','Kevin-James-Thornton-7-17-2025'],['Kevin James Thornton','City Winery - Boston','Boston, MA','Sunday','7/20/2025','7:30 PM','6975043','Kevin-James-Thornton-7-20-2025'],['Kevin James Thornton','The Loft At City Winery - New York City','New York, NY','Wednesday','7/23/2025','7:00 PM','7012165','Kevin-James-Thornton-7-23-2025'],['Kevin James Thornton','Funny Bone Comedy Club - Kansas City','Kansas City, MO','Tuesday','8/19/2025','7:00 PM','6890920','Kevin-James-Thornton-8-19-2025'],['Kevin James Thornton','Funny Bone Comedy Club - Omaha','Omaha, NE','Wednesday','8/20/2025','7:00 PM','6932512','Kevin-James-Thornton-8-20-2025'],['Kevin James Thornton','Funny Bone Comedy Club - Des Moines','West Des Moines, IA','Thursday','8/21/2025','7:00 PM','7115374','Kevin-James-Thornton-8-21-2025'],['Kevin James Thornton','Milwaukee Improv','Brookfield, WI','Thursday','8/28/2025','7:00 PM','7152127','Kevin-James-Thornton-8-28-2025'],['Kevin James Thornton','Zanies Comedy Club - Chicago','Chicago, IL','Friday','8/29/2025','7:00 PM','6840138','Kevin-James-Thornton-8-29-2025'],['Kevin James Thornton','Zanies Comedy Club - Chicago','Chicago, IL','Friday','8/29/2025','9:15 PM','6840151','Kevin-James-Thornton-8-29-2025'],['Kevin James Thornton','Zanies Comedy Club - Chicago','Chicago, IL','Saturday','8/30/2025','7:00 PM','6840154','Kevin-James-Thornton-8-30-2025'],['Kevin James Thornton','Zanies Comedy Club - Chicago','Chicago, IL','Saturday','8/30/2025','9:15 PM','6840156','Kevin-James-Thornton-8-30-2025'],['Kevin James Thornton','Zanies Comedy Club - Chicago','Chicago, IL','Sunday','8/31/2025','7:00 PM','6840159','Kevin-James-Thornton-8-31-2025'],['Kevin James Thornton','Funny Bone Comedy Club - Orlando','Orlando, FL','Wednesday','9/17/2025','7:00 PM','6898601','Kevin-James-Thornton-9-17-2025'],['Kevin James Thornton','Funny Bone Comedy Club - Tampa','Tampa, FL','Thursday','9/18/2025','7:00 PM','6895931','Kevin-James-Thornton-9-18-2025'],['Kevin James','Hackensack Meridian Health Theatre at the Count Basie Center for the Arts','Red Bank, NJ','Saturday','9/20/2025','5:00 PM','6955745','Kevin-James-9-20-2025'],['Kevin James','Tarrytown Music Hall','Tarrytown, NY','Wednesday','9/24/2025','7:30 PM','6958657','Kevin-James-9-24-2025'],['Kevin James','The Vets','Providence, RI','Thursday','9/25/2025','7:30 PM','6960410','Kevin-James-9-25-2025'],['Kevin James','Merrill Auditorium','Portland, ME','Friday','9/26/2025','7:00 PM','6958884','Kevin-James-9-26-2025'],['Kevin James','Capitol Center For The Arts - NH','Concord, NH','Saturday','9/27/2025','4:00 PM','7074474','Kevin-James-9-27-2025'],['Kevin James','Capitol Center For The Arts - NH','Concord, NH','Saturday','9/27/2025','7:00 PM','6958081','Kevin-James-9-27-2025']],'kevin james','http://www.ticketnetwork.com/en/search/?text=kevin%20james');