//
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([['Earthquake','Funny Bone Comedy Club - Orlando','Orlando, FL','Friday','10/24/2025','7:00 PM','7118002','Earthquake-10-24-2025'],['Earthquake','Funny Bone Comedy Club - Orlando','Orlando, FL','Friday','10/24/2025','9:30 PM','7118003','Earthquake-10-24-2025'],['Earthquake','Funny Bone Comedy Club - Orlando','Orlando, FL','Saturday','10/25/2025','6:30 PM','7118004','Earthquake-10-25-2025'],['Earthquake','Funny Bone Comedy Club - Orlando','Orlando, FL','Saturday','10/25/2025','9:00 PM','7118005','Earthquake-10-25-2025'],['Earthquake','M Resort Spa Casino','Henderson, NV','Friday','11/7/2025','8:00 PM','7351914','Earthquake-11-7-2025'],['Earthquake','Vic Theatre','Chicago, IL','Sunday','11/9/2025','8:00 PM','7197225','Earthquake-11-9-2025'],['Legends Of Laughter: Sommore, Lavell Crawford, Arnez J & Earthquake','Johnny Mercer Theatre','Savannah, GA','Friday','11/21/2025','8:00 PM','7269041','Legends-Of-Laughter--Sommore--Lavell-Crawford--Arnez-J---Earthquake-11-21-2025'],['Earthquake','Zanies Comedy Night Club - Nashville','Nashville, TN','Friday','11/28/2025','7:00 PM','7165681','Earthquake-11-28-2025'],['Earthquake','Zanies Comedy Night Club - Nashville','Nashville, TN','Friday','11/28/2025','9:15 PM','7165682','Earthquake-11-28-2025'],['Earthquake','Zanies Comedy Night Club - Nashville','Nashville, TN','Saturday','11/29/2025','7:00 PM','7165683','Earthquake-11-29-2025'],['Earthquake','Zanies Comedy Night Club - Nashville','Nashville, TN','Saturday','11/29/2025','9:15 PM','7165684','Earthquake-11-29-2025'],['Earthquake','Zanies Comedy Night Club - Nashville','Nashville, TN','Sunday','11/30/2025','5:00 PM','7165685','Earthquake-11-30-2025'],['Earthquake','Improv Comedy Club - Arlington','Arlington, TX','Friday','12/5/2025','7:30 PM','7388935','Earthquake-12-5-2025'],['Earthquake','Improv Comedy Club - Arlington','Arlington, TX','Friday','12/5/2025','9:45 PM','7388936','Earthquake-12-5-2025'],['All-Star Comedy Festival: Earthquake, Lavell Crawford, Lil Duval, Tony Roberts & Capone','Fox Theatre - Detroit','Detroit, MI','Saturday','12/6/2025','7:00 PM','7269043','All-Star-Comedy-Festival--Earthquake--Lavell-Crawford--Lil-Duval--Tony-Roberts---Capone-12-6-2025'],['Earthquake','Improv Comedy Club - Arlington','Arlington, TX','Saturday','12/6/2025','7:00 PM','7388937','Earthquake-12-6-2025'],['Earthquake','Improv Comedy Club - Arlington','Arlington, TX','Saturday','12/6/2025','9:30 PM','7388938','Earthquake-12-6-2025'],['Earthquake','Improv Comedy Club - Arlington','Arlington, TX','Sunday','12/7/2025','7:00 PM','7388939','Earthquake-12-7-2025'],['Earthquake','Pittsburgh Improv','Homestead, PA','Friday','2/6/2026','7:00 PM','7152366','Earthquake-2-6-2026'],['Earthquake','Pittsburgh Improv','Homestead, PA','Friday','2/6/2026','9:30 PM','7152367','Earthquake-2-6-2026'],['Earthquake','Pittsburgh Improv','Homestead, PA','Saturday','2/7/2026','6:30 PM','7152368','Earthquake-2-7-2026'],['Earthquake','Pittsburgh Improv','Homestead, PA','Saturday','2/7/2026','9:00 PM','7152369','Earthquake-2-7-2026'],['Legends Of Laughter: Sommore, Earthquake & Lavell Crawford','Tennessee Performing Arts Center - Andrew Jackson Hall','Nashville, TN','Friday','2/13/2026','8:00 PM','7490256','Legends-Of-Laughter--Sommore--Earthquake---Lavell-Crawford-2-13-2026'],['Legends Of Laughter: Sommore, Earthquake & Lavell Crawford','Devos Hall','Grand Rapids, MI','Sunday','2/15/2026','7:00 PM','7487769','Legends-Of-Laughter--Sommore--Earthquake---Lavell-Crawford-2-15-2026'],['Legends Of Laughter: Sommore, Earthquake & Lavell Crawford','Stifel Theatre','St. Louis, MO','Friday','2/20/2026','8:00 PM','7487770','Legends-Of-Laughter--Sommore--Earthquake---Lavell-Crawford-2-20-2026']],'earthquake','http://www.ticketnetwork.com/en/search/?text=earthquake');