// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var dateArray = row[4].split('/'); var date = months[dateArray[0]] + " " + dateArray[1]; var parking = row[0].split(':')[0] if (parking !== "PARKING") { return "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 newResults = []; for(var cntr = 0; cntr < eventData.length; cntr++) newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '
' + newResults.join('') + '
'; } else document.write('
' + newResults.join('') + '
'); if(eventData.length >= 101 && 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/results-style-1.css'); TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css'); TN_Widget.CreateTable([['Dancing with the Stars Live','Akron Civic Theatre','Akron, OH','Thursday','1/22/2026','7:30 PM','7477309','Dancing-with-the-Stars-Live-1-22-2026'],['Dancing with the Stars Live','Event Center at Turning Stone Resort & Casino','Verona, NY','Friday','1/23/2026','8:00 PM','7477315','Dancing-with-the-Stars-Live-1-23-2026'],['Dancing with the Stars Live','Wang Theater At The Boch Center','Boston, MA','Saturday','1/24/2026','3:00 PM','7493166','Dancing-with-the-Stars-Live-1-24-2026'],['Dancing with the Stars Live','Wang Theater At The Boch Center','Boston, MA','Saturday','1/24/2026','8:00 PM','7477318','Dancing-with-the-Stars-Live-1-24-2026'],['Dancing with the Stars Live','Wang Theater At The Boch Center','Boston, MA','Sunday','1/25/2026','7:00 PM','7480407','Dancing-with-the-Stars-Live-1-25-2026'],['Dancing with the Stars Live','Cross Insurance Center','Bangor, ME','Tuesday','1/27/2026','7:30 PM','7477325','Dancing-with-the-Stars-Live-1-27-2026'],['Dancing with the Stars Live','Merrill Auditorium','Portland, ME','Wednesday','1/28/2026','7:30 PM','7477329','Dancing-with-the-Stars-Live-1-28-2026'],['Dancing with the Stars Live','SNHU Arena','Manchester, NH','Thursday','1/29/2026','7:30 PM','7477333','Dancing-with-the-Stars-Live-1-29-2026'],['Dancing with the Stars Live','Mohegan Sun Arena - CT','Uncasville, CT','Friday','1/30/2026','8:00 PM','7477342','Dancing-with-the-Stars-Live-1-30-2026'],['Dancing with the Stars Live','Mohegan Sun Arena - CT','Uncasville, CT','Saturday','1/31/2026','8:00 PM','7477343','Dancing-with-the-Stars-Live-1-31-2026'],['Dancing with the Stars Live','OLG Stage At Niagara Fallsview Casino Resort','Niagara Falls, Canada','Sunday','2/1/2026','7:00 PM','7477516','Dancing-with-the-Stars-Live-2-1-2026'],['Dancing with the Stars Live','Sheas Performing Arts Center','Buffalo, NY','Tuesday','2/3/2026','7:30 PM','7477350','Dancing-with-the-Stars-Live-2-3-2026'],['Dancing with the Stars Live','Bryce Jordan Center','University Park, PA','Wednesday','2/4/2026','7:30 PM','7477353','Dancing-with-the-Stars-Live-2-4-2026'],['Dancing with the Stars Live','Giant Center','Hershey, PA','Thursday','2/5/2026','7:30 PM','7477355','Dancing-with-the-Stars-Live-2-5-2026'],['Dancing with the Stars Live','The Met Presented by Highmark','Philadelphia, PA','Friday','2/6/2026','7:30 PM','7477357','Dancing-with-the-Stars-Live-2-6-2026'],['Dancing with the Stars Live','Borgata Event Center','Atlantic City, NJ','Saturday','2/7/2026','3:00 PM','7493168','Dancing-with-the-Stars-Live-2-7-2026'],['Dancing with the Stars Live','Borgata Event Center','Atlantic City, NJ','Saturday','2/7/2026','8:00 PM','7477360','Dancing-with-the-Stars-Live-2-7-2026'],['Dancing with the Stars Live','Westchester County Center','White Plains, NY','Tuesday','2/10/2026','7:30 PM','7477364','Dancing-with-the-Stars-Live-2-10-2026'],['Dancing with the Stars Live','Proctors Theatre','Schenectady, NY','Thursday','2/12/2026','7:30 PM','7479172','Dancing-with-the-Stars-Live-2-12-2026'],['Dancing with the Stars Live','Journey Bank Community Arts Center','Williamsport, PA','Friday','2/13/2026','7:30 PM','7477167','Dancing-with-the-Stars-Live-2-13-2026'],['Dancing with the Stars Live','New Jersey Performing Arts Center - Prudential Hall','Newark, NJ','Saturday','2/14/2026','7:30 PM','7477370','Dancing-with-the-Stars-Live-2-14-2026'],['Dancing with the Stars Live','Radio City Music Hall','New York, NY','Sunday','2/15/2026','2:00 PM','7493163','Dancing-with-the-Stars-Live-2-15-2026'],['Dancing with the Stars Live','Radio City Music Hall','New York, NY','Sunday','2/15/2026','8:00 PM','7477375','Dancing-with-the-Stars-Live-2-15-2026'],['Dancing with the Stars Live','Wind Creek Event Center','Bethlehem, PA','Tuesday','2/17/2026','8:00 PM','7477385','Dancing-with-the-Stars-Live-2-17-2026'],['Dancing with the Stars Live','Wind Creek Event Center','Bethlehem, PA','Wednesday','2/18/2026','8:00 PM','7477389','Dancing-with-the-Stars-Live-2-18-2026']],'dancing with the stars','http://www.ticketnetwork.com/en/search/?text=dancing%20with%20the%20stars');