//
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([['Ali Wong','Improv Comedy Club - Addison','Dallas, TX','Monday','11/17/2025','6:00 PM','7247298','Ali-Wong-11-17-2025'],['Ali Wong','Improv Comedy Club - Addison','Dallas, TX','Monday','11/17/2025','8:30 PM','7247299','Ali-Wong-11-17-2025'],['Ali Wong','Improv Comedy Club - Addison','Dallas, TX','Tuesday','11/18/2025','6:00 PM','7247300','Ali-Wong-11-18-2025'],['Ali Wong','Improv Comedy Club - Addison','Dallas, TX','Tuesday','11/18/2025','8:30 PM','7247301','Ali-Wong-11-18-2025'],['Ali Wong','Improv Comedy Club - Addison','Dallas, TX','Wednesday','11/19/2025','6:00 PM','7247302','Ali-Wong-11-19-2025'],['Ali Wong','Improv Comedy Club - Addison','Dallas, TX','Wednesday','11/19/2025','8:30 PM','7247303','Ali-Wong-11-19-2025'],['Ali Wong','713 Music Hall','Houston, TX','Friday','1/16/2026','7:00 PM','7474024','Ali-Wong-1-16-2026'],['Ali Wong','713 Music Hall','Houston, TX','Saturday','1/17/2026','7:00 PM','7503717','Ali-Wong-1-17-2026'],['Ali Wong','Majestic Theatre - San Antonio','San Antonio, TX','Sunday','1/18/2026','7:00 PM','7474021','Ali-Wong-1-18-2026'],['Ali Wong','Cache Creek Casino Resort - Event Center','Brooks, CA','Saturday','2/14/2026','8:00 PM','7478067','Ali-Wong-2-14-2026'],['Ali Wong','Encore Theatre At Wynn Las Vegas','Las Vegas, NV','Friday','2/27/2026','8:00 PM','7474027','Ali-Wong-2-27-2026'],['Ali Wong','Encore Theatre At Wynn Las Vegas','Las Vegas, NV','Saturday','2/28/2026','8:00 PM','7474026','Ali-Wong-2-28-2026'],['Ali Wong','The Linda Ronstadt Music Hall At Tucson Convention Center','Tucson, AZ','Saturday','3/14/2026','7:00 PM','7474018','Ali-Wong-3-14-2026'],['Ali Wong','Dr. Phillips Center - Walt Disney Theater','Orlando, FL','Sunday','3/29/2026','8:00 PM','7474028','Ali-Wong-3-29-2026'],['Ali Wong','Florida Theatre Jacksonville','Jacksonville, FL','Wednesday','4/1/2026','7:00 PM','7477536','Ali-Wong-4-1-2026'],['Ali Wong','Hard Rock Live At The Seminole Hard Rock Hotel & Casino - Hollywood','Fort Lauderdale, FL','Friday','4/3/2026','8:00 PM','7474029','Ali-Wong-4-3-2026'],['Ali Wong','Mahaffey Theater At The Duke Energy Center for the Arts','St. Petersburg, FL','Saturday','4/4/2026','7:00 PM','7524717','Ali-Wong-4-4-2026'],['Ali Wong','Mahaffey Theater At The Duke Energy Center for the Arts','St. Petersburg, FL','Sunday','4/5/2026','7:00 PM','7474032','Ali-Wong-4-5-2026'],['Ali Wong','Ovens Auditorium','Charlotte, NC','Tuesday','4/7/2026','7:00 PM','7474031','Ali-Wong-4-7-2026'],['Ali Wong','North Charleston Performing Arts Center','North Charleston, SC','Wednesday','4/8/2026','7:00 PM','7474019','Ali-Wong-4-8-2026'],['Ali Wong','Johnny Mercer Theatre','Savannah, GA','Thursday','4/9/2026','7:00 PM','7474022','Ali-Wong-4-9-2026'],['Ali Wong','The Tabernacle - GA','Atlanta, GA','Saturday','4/11/2026','7:00 PM','7474034','Ali-Wong-4-11-2026'],['Ali Wong','Abraham Chavez Theatre','El Paso, TX','Saturday','4/25/2026','7:00 PM','7474030','Ali-Wong-4-25-2026'],['Ali Wong','The Andrew J Brady ICON Music Center','Cincinnati, OH','Wednesday','5/13/2026','7:00 PM','7474033','Ali-Wong-5-13-2026'],['Ali Wong','Murat Theatre at Old National Centre','Indianapolis, IN','Thursday','5/14/2026','7:00 PM','7474025','Ali-Wong-5-14-2026'],['Ali Wong','Louisville Palace','Louisville, KY','Friday','5/15/2026','7:00 PM','7474023','Ali-Wong-5-15-2026'],['Ali Wong','Stifel Theatre','St. Louis, MO','Saturday','5/16/2026','7:00 PM','7474020','Ali-Wong-5-16-2026']],'Ali Wong','http://www.ticketnetwork.com/en/search/?text=Ali%20Wong');