// var TN_Widget = function() { return { CreateEventRow : function(row, isAlt) { return "" + row[3] + "
" + row[4] + "
" + row[5] + "" + row[0] + "" + row[1] + "
" + row[2] + "Tickets"; }, 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 newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kwds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-03A TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/WidgetStyle11.css'); TN_Widget.CreateTable([['Gabriel Iglesias','Enmarket Arena','Savannah, GA','Thursday','11/13/2025','8:00 PM','7437198','Gabriel-Iglesias-11-13-2025'],['Gabriel Iglesias','VyStar Veterans Memorial Arena','Jacksonville, FL','Friday','11/14/2025','8:00 PM','7192646','Gabriel-Iglesias-11-14-2025'],['Gabriel Iglesias','Kia Center','Orlando, FL','Saturday','11/15/2025','8:00 PM','7192647','Gabriel-Iglesias-11-15-2025'],['Gabriel Iglesias','Allen County War Memorial Coliseum','Fort Wayne, IN','Thursday','11/20/2025','8:00 PM','7352088','Gabriel-Iglesias-11-20-2025'],['Gabriel Iglesias','KFC Yum! Center','Louisville, KY','Friday','11/21/2025','8:00 PM','7352089','Gabriel-Iglesias-11-21-2025'],['Gabriel Iglesias','BMO Center - Rockford','Rockford, IL','Saturday','11/22/2025','8:00 PM','7352090','Gabriel-Iglesias-11-22-2025'],['Gabriel Iglesias','Neal S. Blaisdell Center - Arena','Honolulu, HI','Saturday','11/29/2025','7:30 PM','7352093','Gabriel-Iglesias-11-29-2025'],['Gabriel Iglesias','The American Comedy Co.','San Diego, CA','Friday','2/6/2026','6:30 PM','7402524','Gabriel-Iglesias-2-6-2026'],['Gabriel Iglesias','The American Comedy Co.','San Diego, CA','Friday','2/6/2026','9:30 PM','7402525','Gabriel-Iglesias-2-6-2026'],['Gabriel Iglesias','The American Comedy Co.','San Diego, CA','Saturday','2/7/2026','5:30 PM','7402526','Gabriel-Iglesias-2-7-2026'],['Gabriel Iglesias','The American Comedy Co.','San Diego, CA','Saturday','2/7/2026','8:30 PM','7402527','Gabriel-Iglesias-2-7-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','State Farm Arena - GA','Atlanta, GA','Saturday','4/4/2026','8:00 PM','7192286','Gabriel-Iglesias-4-4-2026']],'Gabriel Iglesias','http://www.ticketnetwork.com/ticket/Gabriel-Iglesias-events.aspx');