// 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-04A TN_Widget.CreateTable([['Kidz Bop Live','Saratoga Performing Arts Center','Saratoga Springs, NY','Friday','8/1/2025','7:00 PM','6980679','Kidz-Bop-Live-8-1-2025'],['Kidz Bop Live','Freedom Mortgage Pavilion','Camden, NJ','Saturday','8/2/2025','6:00 PM','6980680','Kidz-Bop-Live-8-2-2025'],['Kidz Bop Live','Main Stage At Wisconsin State Fair Park','Milwaukee, WI','Tuesday','8/5/2025','7:30 PM','6988032','Kidz-Bop-Live-8-5-2025'],['Kidz Bop Live','Atrium Health Amphitheater','Macon, GA','Friday','8/8/2025','7:00 PM','6980683','Kidz-Bop-Live-8-8-2025'],['Kidz Bop Live','MidFlorida Credit Union Amphitheatre At The Florida State Fairgrounds','Tampa, FL','Saturday','8/9/2025','6:00 PM','6980684','Kidz-Bop-Live-8-9-2025'],['Kidz Bop Live','The Factory - Chesterfield','St. Louis, MO','Thursday','8/14/2025','7:00 PM','7224722','Kidz-Bop-Live-8-14-2025'],['Kidz Bop Live','Credit Union 1 Amphitheatre','Tinley Park, IL','Friday','8/15/2025','7:00 PM','6980688','Kidz-Bop-Live-8-15-2025'],['Kidz Bop Live','Starlight Theatre - Kansas City','Kansas City, MO','Saturday','8/16/2025','6:00 PM','6983134','Kidz-Bop-Live-8-16-2025'],['Kidz Bop Live','Iowa State Fair','Des Moines, IA','Sunday','8/17/2025','6:00 PM','6991575','Kidz-Bop-Live-8-17-2025'],['Kidz Bop Live','Devos Hall','Grand Rapids, MI','Wednesday','8/20/2025','6:00 PM','6980692','Kidz-Bop-Live-8-20-2025'],['Kidz Bop Live','Budweiser Stage - Toronto','Toronto, Canada','Thursday','8/21/2025','6:00 PM','6980725','Kidz-Bop-Live-8-21-2025'],['Kidz Bop Live','Toledo Zoo Amphitheatre','Toledo, OH','Friday','8/22/2025','7:00 PM','6980691','Kidz-Bop-Live-8-22-2025'],['Kidz Bop Live','Cal Coast Credit Union Open Air Theatre','San Diego, CA','Thursday','8/28/2025','7:00 PM','6980708','Kidz-Bop-Live-8-28-2025'],['Kidz Bop Live','Arizona Financial Theatre','Phoenix, AZ','Friday','8/29/2025','6:00 PM','6980707','Kidz-Bop-Live-8-29-2025'],['Kidz Bop Live','Honda Center','Anaheim, CA','Saturday','8/30/2025','6:00 PM','6980710','Kidz-Bop-Live-8-30-2025'],['Kidz Bop Live','Shoreline Amphitheatre - CA','Mountain View, CA','Sunday','8/31/2025','4:00 PM','6980709','Kidz-Bop-Live-8-31-2025'],['Kidz Bop Live','ACL Live At The Moody Theater','Austin, TX','Thursday','9/4/2025','8:00 PM','7207990','Kidz-Bop-Live-9-4-2025'],['Kidz Bop Live','The Pavilion at Toyota Music Factory','Irving, TX','Friday','9/5/2025','7:00 PM','6980720','Kidz-Bop-Live-9-5-2025'],['Kidz Bop Live','HEB Performance Hall At Tobin Center for the Performing Arts','San Antonio, TX','Saturday','9/6/2025','7:30 PM','7225892','Kidz-Bop-Live-9-6-2025'],['Kidz Bop Live','The Cynthia Woods Mitchell Pavilion','Spring, TX','Sunday','9/7/2025','4:00 PM','6980722','Kidz-Bop-Live-9-7-2025'],['Kidz Bop Live','Puyallup Fairgrounds At Washington State Fair Events Center','Puyallup, WA','Wednesday','9/10/2025','6:30 PM','7091650','Kidz-Bop-Live-9-10-2025']],'Kidz Bop','http://www.ticketnetwork.com/ticket/Kidz-Bop-events.aspx');