// 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-03A TN_Widget.CreateTable([['TobyMac, Zach Williams & We The Kingdom','Walmart AMP','Rogers, AR','Friday','6/20/2025','7:00 PM','6950744','TobyMac--Zach-Williams---We-The-Kingdom-6-20-2025'],['TobyMac, Zach Williams & We The Kingdom','Brandon Amphitheater','Brandon, MS','Saturday','6/21/2025','7:00 PM','6949406','TobyMac--Zach-Williams---We-The-Kingdom-6-21-2025'],['TobyMac & We The Kingdom','Knoxville Civic Coliseum','Knoxville, TN','Sunday','6/22/2025','7:00 PM','6949349','TobyMac---We-The-Kingdom-6-22-2025'],['K-Love Live: TobyMac, Jeremy Camp. & Katy Nichole','Beacon Theatre - NY','New York, NY','Friday','8/8/2025','7:30 PM','6868592','K-Love-Live--TobyMac--Jeremy-Camp----Katy-Nichole-8-8-2025'],['K-Love Live: TobyMac, We Are Messengers, & Seph Schlueter','Beacon Theatre - NY','New York, NY','Saturday','8/9/2025','7:30 PM','6868593','K-Love-Live--TobyMac--We-Are-Messengers----Seph-Schlueter-8-9-2025'],['MercyMe, TobyMac & Matthew West','Legacy Arena at The BJCC','Birmingham, AL','Thursday','9/25/2025','7:00 PM','7104247','MercyMe--TobyMac---Matthew-West-9-25-2025'],['MercyMe, TobyMac & Matthew West','Mississippi Coast Coliseum','Biloxi, MS','Friday','9/26/2025','7:00 PM','7104240','MercyMe--TobyMac---Matthew-West-9-26-2025'],['MercyMe, TobyMac & Matthew West','Smoothie King Center','New Orleans, LA','Saturday','9/27/2025','7:00 PM','7104241','MercyMe--TobyMac---Matthew-West-9-27-2025'],['MercyMe, TobyMac & Matthew West','Ford Park Arena','Beaumont, TX','Sunday','9/28/2025','7:00 PM','7104242','MercyMe--TobyMac---Matthew-West-9-28-2025'],['MercyMe, TobyMac & Matthew West','First National Bank Arena','Jonesboro, AR','Thursday','10/2/2025','7:00 PM','7104243','MercyMe--TobyMac---Matthew-West-10-2-2025'],['MercyMe, TobyMac & Matthew West','Truist Arena','Highland Heights, KY','Friday','10/3/2025','7:00 PM','7104244','MercyMe--TobyMac---Matthew-West-10-3-2025'],['MercyMe, TobyMac & Matthew West','John Paul Jones Arena','Charlottesville, VA','Saturday','10/4/2025','7:00 PM','7104245','MercyMe--TobyMac---Matthew-West-10-4-2025'],['MercyMe, TobyMac & Matthew West','Giant Center','Hershey, PA','Sunday','10/5/2025','7:00 PM','7104246','MercyMe--TobyMac---Matthew-West-10-5-2025']],'TobyMac','http://www.ticketnetwork.com/ticket/TobyMac-events.aspx');