// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, 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,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; 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 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-01A TN_Widget.CreateTable([['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');