//
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([['Gabriel Iglesias','Oxnard Levity Live','Oxnard, CA','Saturday','2/28/2026','5:30 PM','7642062','Gabriel-Iglesias-2-28-2026'],['Gabriel Iglesias','Matthew Knight Arena','Eugene, OR','Thursday','3/5/2026','8:00 PM','7691182','Gabriel-Iglesias-3-5-2026'],['Gabriel Iglesias','Alaska Airlines Center','Anchorage, AK','Friday','3/6/2026','8:00 PM','7691846','Gabriel-Iglesias-3-6-2026'],['Gabriel Iglesias','Rogers Arena','Vancouver, Canada','Saturday','3/7/2026','8:00 PM','7691312','Gabriel-Iglesias-3-7-2026'],['Gabriel Iglesias','Rogers Place','Edmonton, Canada','Thursday','3/12/2026','8:00 PM','7691316','Gabriel-Iglesias-3-12-2026'],['Gabriel Iglesias','Canada Life Centre','Winnipeg, Canada','Friday','3/13/2026','8:00 PM','7692534','Gabriel-Iglesias-3-13-2026'],['Gabriel Iglesias','Legends Casino Event Center','Toppenish, WA','Saturday','3/14/2026','8:00 PM','7713215','Gabriel-Iglesias-3-14-2026'],['Gabriel Iglesias','The Historic Bakersfield Fox Theater','Bakersfield, CA','Thursday','3/19/2026','8:00 PM','7691314','Gabriel-Iglesias-3-19-2026'],['Gabriel Iglesias','The Historic Bakersfield Fox Theater','Bakersfield, CA','Friday','3/20/2026','8:00 PM','7691315','Gabriel-Iglesias-3-20-2026'],['Gabriel Iglesias & Jo Koy','SoFi Stadium','Inglewood, CA','Saturday','3/21/2026','7:00 PM','7106805','Gabriel-Iglesias---Jo-Koy-3-21-2026'],['Gabriel Iglesias','Bojangles Coliseum','Charlotte, NC','Thursday','4/2/2026','8:00 PM','7691313','Gabriel-Iglesias-4-2-2026'],['Gabriel Iglesias','Lenovo Center','Raleigh, NC','Friday','4/3/2026','8:00 PM','7691345','Gabriel-Iglesias-4-3-2026'],['Gabriel Iglesias','State Farm Arena - GA','Atlanta, GA','Saturday','4/4/2026','8:00 PM','7192286','Gabriel-Iglesias-4-4-2026'],['Gabriel Iglesias','Hertz Arena','Estero, FL','Thursday','4/9/2026','8:00 PM','7691310','Gabriel-Iglesias-4-9-2026'],['Gabriel Iglesias','Benchmark International Arena','Tampa, FL','Friday','4/10/2026','8:00 PM','7691309','Gabriel-Iglesias-4-10-2026'],['Gabriel Iglesias','Pensacola Bay Center','Pensacola, FL','Saturday','4/11/2026','8:00 PM','7689016','Gabriel-Iglesias-4-11-2026'],['Gabriel Iglesias','Improv Comedy Club - Addison','Dallas, TX','Friday','4/17/2026','6:30 PM','7614350','Gabriel-Iglesias-4-17-2026'],['Gabriel Iglesias','Improv Comedy Club - Addison','Dallas, TX','Friday','4/17/2026','9:30 PM','7614351','Gabriel-Iglesias-4-17-2026'],['Gabriel Iglesias','Improv Comedy Club - Addison','Dallas, TX','Saturday','4/18/2026','5:30 PM','7614352','Gabriel-Iglesias-4-18-2026'],['Gabriel Iglesias','Improv Comedy Club - Addison','Dallas, TX','Saturday','4/18/2026','8:30 PM','7614353','Gabriel-Iglesias-4-18-2026'],['Gabriel Iglesias','Improv Comedy Club - Addison','Dallas, TX','Sunday','4/19/2026','5:00 PM','7707622','Gabriel-Iglesias-4-19-2026'],['Gabriel Iglesias','Moody Center ATX','Austin, TX','Thursday','4/23/2026','8:00 PM','7690934','Gabriel-Iglesias-4-23-2026'],['Gabriel Iglesias','Hilliard Center Arena','Corpus Christi, TX','Friday','4/24/2026','8:00 PM','7691292','Gabriel-Iglesias-4-24-2026'],['Gabriel Iglesias','Ford Park Arena','Beaumont, TX','Saturday','4/25/2026','8:00 PM','7691191','Gabriel-Iglesias-4-25-2026'],['Gabriel Iglesias','Oakland Arena','Oakland, CA','Friday','5/1/2026','8:00 PM','7731886','Gabriel-Iglesias-5-1-2026']],'gabriel iglesias','http://www.ticketnetwork.com/en/search/?text=gabriel%20iglesias');