//
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 "
";
}
},
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 += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-03A
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','Mark C. Smith Concert Hall at the Von Braun Center','Huntsville, AL','Saturday','3/21/2026','7:30 PM','7477480','Dancing-with-the-Stars-Live-3-21-2026'],['Dancing with the Stars Live','Concert Hall at the BJCC','Birmingham, AL','Sunday','3/22/2026','4:00 PM','7477483','Dancing-with-the-Stars-Live-3-22-2026'],['Dancing with the Stars Live','Moran Theater At Jacksonville Center for the Performing Arts','Jacksonville, FL','Tuesday','3/24/2026','7:30 PM','7477487','Dancing-with-the-Stars-Live-3-24-2026'],['Dancing with the Stars Live','Peabody Auditorium','Daytona Beach, FL','Wednesday','3/25/2026','7:30 PM','7477558','Dancing-with-the-Stars-Live-3-25-2026'],['Dancing with the Stars Live','Addition Financial Arena','Orlando, FL','Thursday','3/26/2026','7:30 PM','7477489','Dancing-with-the-Stars-Live-3-26-2026'],['Dancing with the Stars Live','Ruth Eckerd Hall','Clearwater, FL','Friday','3/27/2026','7:30 PM','7477491','Dancing-with-the-Stars-Live-3-27-2026'],['Dancing Stars of Wilkes-Barre','Kirby Center for the Performing Arts','Wilkes Barre, PA','Saturday','3/28/2026','7:00 PM','7687341','Dancing-Stars-of-Wilkes-Barre-3-28-2026'],['Dancing with the Stars Live','Ruth Eckerd Hall','Clearwater, FL','Saturday','3/28/2026','7:30 PM','7477493','Dancing-with-the-Stars-Live-3-28-2026'],['Dancing with the Stars Live','Hard Rock Live At The Seminole Hard Rock Hotel & Casino - Hollywood','Hollywood, FL','Sunday','3/29/2026','3:00 PM','7542704','Dancing-with-the-Stars-Live-3-29-2026'],['Dancing with the Stars Live','Hard Rock Live At The Seminole Hard Rock Hotel & Casino - Hollywood','Hollywood, FL','Sunday','3/29/2026','8:00 PM','7477495','Dancing-with-the-Stars-Live-3-29-2026'],['Dancing with the Stars Live','Fabulous Fox Theatre - Atlanta','Atlanta, GA','Tuesday','3/31/2026','7:30 PM','7477497','Dancing-with-the-Stars-Live-3-31-2026'],['Dancing with the Stars Live','Orpheum Theatre - Memphis','Memphis, TN','Wednesday','4/1/2026','7:30 PM','7477498','Dancing-with-the-Stars-Live-4-1-2026'],['Dancing with the Stars Live','Simmons Bank Arena','North Little Rock, AR','Thursday','4/2/2026','7:30 PM','7477499','Dancing-with-the-Stars-Live-4-2-2026'],['Dancing with the Stars Live','Beau Rivage Theatre','Biloxi, MS','Friday','4/3/2026','8:00 PM','7477500','Dancing-with-the-Stars-Live-4-3-2026'],['Dancing with the Stars Live','Beau Rivage Theatre','Biloxi, MS','Saturday','4/4/2026','8:00 PM','7477721','Dancing-with-the-Stars-Live-4-4-2026'],['Dancing with the Stars Live','Smart Financial Centre','Sugar Land, TX','Thursday','4/9/2026','7:30 PM','7477501','Dancing-with-the-Stars-Live-4-9-2026'],['Dancing with the Stars Live','The Pavilion at Toyota Music Factory','Irving, TX','Friday','4/10/2026','7:30 PM','7477502','Dancing-with-the-Stars-Live-4-10-2026'],['Dancing with the Stars Live','INTRUST Bank Arena','Wichita, KS','Saturday','4/11/2026','7:30 PM','7477503','Dancing-with-the-Stars-Live-4-11-2026'],['Dancing with the Stars Live','Bellco Theatre','Denver, CO','Sunday','4/12/2026','7:00 PM','7477504','Dancing-with-the-Stars-Live-4-12-2026'],['Dancing with the Stars Live','Wamu Theater At Lumen Field Event Center','Seattle, WA','Wednesday','4/15/2026','7:30 PM','7477505','Dancing-with-the-Stars-Live-4-15-2026'],['Dancing with the Stars Live','Moda Center at the Rose Quarter','Portland, OR','Thursday','4/16/2026','7:30 PM','7477506','Dancing-with-the-Stars-Live-4-16-2026'],['Dancing with the Stars Live','Silva Concert Hall at Hult Center For The Performing Arts','Eugene, OR','Friday','4/17/2026','7:30 PM','7477507','Dancing-with-the-Stars-Live-4-17-2026'],['Dancing with the Stars Live','San Jose Civic','San Jose, CA','Saturday','4/18/2026','4:00 PM','7542915','Dancing-with-the-Stars-Live-4-18-2026'],['Dancing with the Stars Live','San Jose Civic','San Jose, CA','Saturday','4/18/2026','8:00 PM','7477508','Dancing-with-the-Stars-Live-4-18-2026'],['Dancing with the Stars Live','Grand Sierra Theatre','Reno, NV','Sunday','4/19/2026','8:00 PM','7477509','Dancing-with-the-Stars-Live-4-19-2026']],'dancing with the stars','http://www.ticketnetwork.com/en/search/?text=dancing%20with%20the%20stars');