//
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 Nealon','Magooby's Joke House','Lutherville Timonium, MD','Friday','10/24/2025','7:00 PM','7257086','Kevin-Nealon-10-24-2025'],['Kevin Nealon','Magooby's Joke House','Lutherville Timonium, MD','Friday','10/24/2025','9:30 PM','7257087','Kevin-Nealon-10-24-2025'],['Kevin Nealon','Magooby's Joke House','Lutherville Timonium, MD','Saturday','10/25/2025','7:00 PM','7257088','Kevin-Nealon-10-25-2025'],['Kevin Nealon','Magooby's Joke House','Lutherville Timonium, MD','Saturday','10/25/2025','9:30 PM','7257089','Kevin-Nealon-10-25-2025'],['Kevin Nealon','Broad Stage At Santa Monica','Santa Monica, CA','Saturday','11/1/2025','7:30 PM','7254901','Kevin-Nealon-11-1-2025'],['Kevin Nealon','Comedy Works South','Englewood, CO','Friday','11/14/2025','7:30 PM','7105920','Kevin-Nealon-11-14-2025'],['Kevin Nealon','Comedy Works South','Englewood, CO','Friday','11/14/2025','9:45 PM','7105921','Kevin-Nealon-11-14-2025'],['Kevin Nealon','Comedy Works South','Englewood, CO','Saturday','11/15/2025','6:30 PM','7105922','Kevin-Nealon-11-15-2025'],['Kevin Nealon','Comedy Works South','Englewood, CO','Saturday','11/15/2025','8:45 PM','7105923','Kevin-Nealon-11-15-2025'],['Kevin Nealon','Coach House - Capistrano','San Juan Capistrano, CA','Friday','11/21/2025','8:00 PM','6766170','Kevin-Nealon-11-21-2025'],['Kevin Nealon','Cobb's Comedy Club','San Francisco, CA','Friday','11/28/2025','7:00 PM','7387467','Kevin-Nealon-11-28-2025'],['Kevin Nealon','Cobb's Comedy Club','San Francisco, CA','Friday','11/28/2025','9:15 PM','7387468','Kevin-Nealon-11-28-2025'],['Kevin Nealon','Cobb's Comedy Club','San Francisco, CA','Saturday','11/29/2025','6:30 PM','7387469','Kevin-Nealon-11-29-2025'],['Kevin Nealon','Cobb's Comedy Club','San Francisco, CA','Saturday','11/29/2025','8:45 PM','7387470','Kevin-Nealon-11-29-2025'],['Kevin Nealon','Tacoma Comedy Club','Tacoma, WA','Friday','1/23/2026','7:00 PM','6717960','Kevin-Nealon-1-23-2026'],['Kevin Nealon','Tacoma Comedy Club','Tacoma, WA','Friday','1/23/2026','9:45 PM','6717961','Kevin-Nealon-1-23-2026'],['Kevin Nealon','Tacoma Comedy Club','Tacoma, WA','Saturday','1/24/2026','7:00 PM','6717963','Kevin-Nealon-1-24-2026'],['Kevin Nealon','Tacoma Comedy Club','Tacoma, WA','Saturday','1/24/2026','9:45 PM','6717962','Kevin-Nealon-1-24-2026'],['Kevin Nealon','McCurdy's Comedy Theatre','Sarasota, FL','Thursday','8/6/2026','7:00 PM','7410746','Kevin-Nealon-8-6-2026'],['Kevin Nealon','McCurdy's Comedy Theatre','Sarasota, FL','Friday','8/7/2026','6:30 PM','7410748','Kevin-Nealon-8-7-2026'],['Kevin Nealon','McCurdy's Comedy Theatre','Sarasota, FL','Friday','8/7/2026','8:50 PM','7410749','Kevin-Nealon-8-7-2026'],['Kevin Nealon','McCurdy's Comedy Theatre','Sarasota, FL','Saturday','8/8/2026','6:30 PM','7410751','Kevin-Nealon-8-8-2026'],['Kevin Nealon','McCurdy's Comedy Theatre','Sarasota, FL','Saturday','8/8/2026','8:50 PM','7410750','Kevin-Nealon-8-8-2026']],'Kevin Nealon','http://www.ticketnetwork.com/en/search/?text=Kevin%20Nealon');