// 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-02A TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/WidgetStyle11.css'); TN_Widget.CreateTable([['Eric Church & Ellle King','PPG Paints Arena','Pittsburgh, PA','Friday','9/12/2025','7:30 PM','7123933','Eric-Church---Ellle-King-9-12-2025'],['Eric Church & Ellle King','Nationwide Arena','Columbus, OH','Saturday','9/13/2025','7:30 PM','7123935','Eric-Church---Ellle-King-9-13-2025'],['Eric Church & Ellle King','Xfinity Mobile Arena','Philadelphia, PA','Thursday','9/18/2025','7:30 PM','7123937','Eric-Church---Ellle-King-9-18-2025'],['Eric Church & Ellle King','TD Garden','Boston, MA','Friday','9/19/2025','7:30 PM','7123939','Eric-Church---Ellle-King-9-19-2025'],['Eric Church & Ellle King','Barclays Center','Brooklyn, NY','Saturday','9/20/2025','7:30 PM','7123942','Eric-Church---Ellle-King-9-20-2025'],['Eric Church & Marcus King Band','Resch Center','Green Bay, WI','Thursday','9/25/2025','7:30 PM','7123943','Eric-Church---Marcus-King-Band-9-25-2025'],['Eric Church & Marcus King Band','Fiserv Forum','Milwaukee, WI','Friday','9/26/2025','7:30 PM','7123944','Eric-Church---Marcus-King-Band-9-26-2025'],['Eric Church & Marcus King Band','Casey's Center','Des Moines, IA','Saturday','9/27/2025','7:30 PM','7123945','Eric-Church---Marcus-King-Band-9-27-2025'],['Eric Church & Marcus King Band','Little Caesars Arena','Detroit, MI','Thursday','10/2/2025','7:30 PM','7123946','Eric-Church---Marcus-King-Band-10-2-2025'],['Eric Church & Marcus King Band','Rupp Arena At Central Bank Center','Lexington, KY','Friday','10/3/2025','7:30 PM','7123947','Eric-Church---Marcus-King-Band-10-3-2025'],['Eric Church & Marcus King Band','Gainbridge Fieldhouse','Indianapolis, IN','Thursday','10/9/2025','7:30 PM','7123948','Eric-Church---Marcus-King-Band-10-9-2025'],['The Ultimate Eric Church Tribute & Tennessee Whiskey - Tribute to Chris Stapleton','La Porte Civic Auditorium','La Porte, IN','Friday','10/10/2025','7:00 PM','7277924','The-Ultimate-Eric-Church-Tribute---Tennessee-Whiskey---Tribute-to-Chris-Stapleton-10-10-2025'],['Eric Church & Marcus King Band','Van Andel Arena','Grand Rapids, MI','Friday','10/10/2025','7:30 PM','7123949','Eric-Church---Marcus-King-Band-10-10-2025'],['Eric Church & Marcus King Band','Rocket Arena','Cleveland, OH','Saturday','10/11/2025','7:30 PM','7123950','Eric-Church---Marcus-King-Band-10-11-2025'],['Eric Church & Charles Wesley Godwin','Delta Center','Salt Lake City, UT','Thursday','10/23/2025','7:30 PM','7123951','Eric-Church---Charles-Wesley-Godwin-10-23-2025'],['Eric Church & Charles Wesley Godwin','ExtraMile Arena','Boise, ID','Friday','10/24/2025','7:30 PM','7123952','Eric-Church---Charles-Wesley-Godwin-10-24-2025'],['Eric Church & Charles Wesley Godwin','Spokane Arena','Spokane, WA','Saturday','10/25/2025','7:30 PM','7123953','Eric-Church---Charles-Wesley-Godwin-10-25-2025'],['Eric Church & Charles Wesley Godwin','Rogers Arena','Vancouver, Canada','Thursday','11/6/2025','7:30 PM','7123954','Eric-Church---Charles-Wesley-Godwin-11-6-2025'],['Eric Church & Charles Wesley Godwin','Moda Center at the Rose Quarter','Portland, OR','Friday','11/7/2025','7:30 PM','7123956','Eric-Church---Charles-Wesley-Godwin-11-7-2025'],['Eric Church & Charles Wesley Godwin','Climate Pledge Arena','Seattle, WA','Saturday','11/8/2025','7:30 PM','7123957','Eric-Church---Charles-Wesley-Godwin-11-8-2025'],['Eric Church & Charles Wesley Godwin','Golden 1 Center','Sacramento, CA','Thursday','11/13/2025','7:30 PM','7123959','Eric-Church---Charles-Wesley-Godwin-11-13-2025'],['Eric Church & Charles Wesley Godwin','Save Mart Center','Fresno, CA','Friday','11/14/2025','7:30 PM','7123960','Eric-Church---Charles-Wesley-Godwin-11-14-2025'],['Eric Church & Charles Wesley Godwin','Intuit Dome','Inglewood, CA','Saturday','11/15/2025','7:30 PM','7123961','Eric-Church---Charles-Wesley-Godwin-11-15-2025'],['Tennessee Whiskey - Tributes to Chris Stapleton and Eric Church','Joe's Live','Rosemont, IL','Friday','11/21/2025','8:00 PM','7335254','Tennessee-Whiskey---Tributes-to-Chris-Stapleton-and-Eric-Church-11-21-2025']],'Eric Church','http://www.ticketnetwork.com/ticket/Eric-Church-events.aspx');