//
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-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([['Dad Rock Night','Duling Hall','Jackson, MS','Thursday','5/21/2026','8:00 PM','7617139','Dad-Rock-Night-5-21-2026'],['Dad Rock Night','Soul Kitchen','Mobile, AL','Saturday','5/23/2026','8:00 PM','7615354','Dad-Rock-Night-5-23-2026'],['NASCAR Local Racing Series: Dad's Day','Dominion Raceway & Entertainment','Woodford, VA','Saturday','6/20/2026','5:00 PM','7897506','NASCAR-Local-Racing-Series--Dad-s-Day-6-20-2026'],['dad - Band','Sheldon Concert Hall','St. Louis, MO','Saturday','6/20/2026','7:30 PM','7872398','dad---Band-6-20-2026'],['Dad's Rock Fest','Garden Amphitheatre','Garden Grove, CA','Sunday','6/21/2026','4:00 PM','7960969','Dad-s-Rock-Fest-6-21-2026'],['The Clean Set (For Dad)','Punch Line Comedy Club - Philadelphia','Philadelphia, PA','Sunday','6/21/2026','7:00 PM','7950534','The-Clean-Set--For-Dad--6-21-2026'],['Dad Rock Night','The Cotillion','Wichita, KS','Friday','6/26/2026','8:00 PM','7617384','Dad-Rock-Night-6-26-2026'],['Nothing But Rock: 2000s Dad Rock Party','The Rebel Lounge - Phoenix','Phoenix, AZ','Friday','7/3/2026','9:00 PM','7959221','Nothing-But-Rock--2000s-Dad-Rock-Party-7-3-2026'],['Council Hill - Dad Rock Night','xBk Live','Des Moines, IA','Thursday','7/16/2026','8:00 PM','7745617','Council-Hill---Dad-Rock-Night-7-16-2026'],['Dad Rock Night','Joe's Live','Rosemont, IL','Friday','7/17/2026','8:00 PM','7732326','Dad-Rock-Night-7-17-2026'],['Council Hill - Dad Rock Night','Brooklyn Bowl - Nashville','Nashville, TN','Thursday','8/20/2026','8:00 PM','7733015','Council-Hill---Dad-Rock-Night-8-20-2026'],['Council Hill - Dad Rock Night','Joe's Honky Tonk','Kearney, NE','Thursday','9/24/2026','9:00 PM','7736124','Council-Hill---Dad-Rock-Night-9-24-2026'],['Dad Rock Night','The Gaslight Social','Casper, WY','Friday','9/25/2026','8:00 PM','7732347','Dad-Rock-Night-9-25-2026'],['Council Hill - Dad Rock Night','Scout Bar - Houston','Houston, TX','Friday','10/23/2026','9:00 PM','7768975','Council-Hill---Dad-Rock-Night-10-23-2026'],['Council Hill - Dad Rock Night','The Backyard - Waco','Waco, TX','Saturday','10/24/2026','6:00 PM','7759418','Council-Hill---Dad-Rock-Night-10-24-2026'],['Dad Rock Night','Madrid Theatre','Kansas City, MO','Friday','11/6/2026','8:00 PM','7733018','Dad-Rock-Night-11-6-2026'],['Dad Rock Night','Granada Theater - Dallas','Dallas, TX','Saturday','11/21/2026','8:00 PM','7733287','Dad-Rock-Night-11-21-2026'],['Dad Rock Night','The Waiting Room Lounge - NE','Omaha, NE','Thursday','12/3/2026','8:00 PM','7732345','Dad-Rock-Night-12-3-2026']],'DAD'S','http://www.ticketnetwork.com/en/search/?text=DAD'S');