//
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-04A
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([['We Them Ones Comedy Tour: Mike Epps, Karlous Miller, DC Young Fly & Chico Bean','Wintrust Arena','Chicago, IL','Saturday','4/25/2026','8:00 PM','7542598','We-Them-Ones-Comedy-Tour--Mike-Epps--Karlous-Miller--DC-Young-Fly---Chico-Bean-4-25-2026'],['We Them Ones Comedy Tour: Mike Epps, Karlous Miller, DC Young Fly & Chico Bean','CFG Bank Arena','Baltimore, MD','Friday','5/1/2026','8:00 PM','7542599','We-Them-Ones-Comedy-Tour--Mike-Epps--Karlous-Miller--DC-Young-Fly---Chico-Bean-5-1-2026'],['We Them Ones Comedy Tour: Mike Epps, Karlous Miller, DC Young Fly & Chico Bean','Boardwalk Hall Arena - Boardwalk Hall','Atlantic City, NJ','Saturday','5/2/2026','8:00 PM','7544026','We-Them-Ones-Comedy-Tour--Mike-Epps--Karlous-Miller--DC-Young-Fly---Chico-Bean-5-2-2026'],['We Them Ones Comedy Tour: Mike Epps, Karlous Miller, DC Young Fly & Chico Bean','Texas Trust CU Theatre at Grand Prairie','Grand Prairie, TX','Friday','5/8/2026','7:00 PM','7544027','We-Them-Ones-Comedy-Tour--Mike-Epps--Karlous-Miller--DC-Young-Fly---Chico-Bean-5-8-2026'],['We Them Ones Comedy Tour: Mike Epps, Karlous Miller, DC Young Fly & Chico Bean','Toyota Center - TX','Houston, TX','Saturday','5/9/2026','8:00 PM','7544028','We-Them-Ones-Comedy-Tour--Mike-Epps--Karlous-Miller--DC-Young-Fly---Chico-Bean-5-9-2026'],['We Them Ones Comedy Tour: Mike Epps, Karlous Miller, DC Young Fly & Chico Bean','Hard Rock Live At The Seminole Hard Rock Hotel & Casino - Hollywood','Hollywood, FL','Sunday','5/17/2026','7:00 PM','7542601','We-Them-Ones-Comedy-Tour--Mike-Epps--Karlous-Miller--DC-Young-Fly---Chico-Bean-5-17-2026'],['We Them Ones Comedy Tour: Mike Epps, Karlous Miller, DC Young Fly & Chico Bean','Desert Diamond Arena','Glendale, AZ','Friday','5/22/2026','8:00 PM','7544029','We-Them-Ones-Comedy-Tour--Mike-Epps--Karlous-Miller--DC-Young-Fly---Chico-Bean-5-22-2026'],['We Them Ones Comedy Tour: Mike Epps, Karlous Miller, DC Young Fly & Chico Bean','The Theatre at Resorts World Las Vegas','Las Vegas, NV','Saturday','5/23/2026','8:00 PM','7544030','We-Them-Ones-Comedy-Tour--Mike-Epps--Karlous-Miller--DC-Young-Fly---Chico-Bean-5-23-2026'],['We Them Ones Comedy Tour: Mike Epps, Navv Greene, Karlous Miller & Chico Bean','Wintrust Arena','Chicago, IL','Saturday','5/30/2026','8:00 PM','7877807','We-Them-Ones-Comedy-Tour--Mike-Epps--Navv-Greene--Karlous-Miller---Chico-Bean-5-30-2026'],['Mike Epps','The Pantheon at Caesars Virginia','Danville, VA','Friday','8/21/2026','9:00 PM','7876025','Mike-Epps-8-21-2026'],['Mike Epps','Harrah's Cherokee Resort Event Center','Cherokee, NC','Friday','10/2/2026','9:00 PM','7425199','Mike-Epps-10-2-2026']],'mike epps','http://www.ticketnetwork.com/en/search/?text=mike%20epps');