// 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([['Council Hill - Dad Rock Night','Love & War in Texas - Plano','Plano, TX','Saturday','12/13/2025','8:00 PM','7372887','Council-Hill---Dad-Rock-Night-12-13-2025'],['Council Hill - Dad Rock Night','Fox Theatre - Hays','Hays, KS','Friday','1/9/2026','7:30 PM','7363790','Council-Hill---Dad-Rock-Night-1-9-2026'],['Dude Dad Live!','Uptown Theater - KC','Kansas City, MO','Friday','2/6/2026','7:00 PM','7493618','Dude-Dad-Live--2-6-2026'],['Dad Rock Night','The Vanguard - OK','Tulsa, OK','Saturday','2/7/2026','8:00 PM','7397773','Dad-Rock-Night-2-7-2026'],['Dude Dad Live!','Steelhouse Omaha','Omaha, NE','Saturday','2/7/2026','8:00 PM','7493851','Dude-Dad-Live--2-7-2026'],['Dude Dad Live!','Mayo Civic Center Presentation Hall','Rochester, MN','Thursday','2/19/2026','7:30 PM','7493852','Dude-Dad-Live--2-19-2026'],['Dude Dad Live!','Pantages Theatre - MN','Minneapolis, MN','Friday','2/20/2026','7:00 PM','7493172','Dude-Dad-Live--2-20-2026'],['Dad Rock Night','Brewster Street Ice House','Corpus Christi, TX','Saturday','2/21/2026','8:00 PM','7397762','Dad-Rock-Night-2-21-2026'],['Dude Dad Live!','Historic Holmes Theater','Detroit Lakes, MN','Saturday','2/21/2026','8:00 PM','7500208','Dude-Dad-Live--2-21-2026'],['Dude Dad Live!','Tennessee Theatre','Knoxville, TN','Friday','2/27/2026','8:00 PM','7493617','Dude-Dad-Live--2-27-2026'],['Dude Dad Live!','Marathon Music Works','Nashville, TN','Saturday','2/28/2026','7:00 PM','7493853','Dude-Dad-Live--2-28-2026'],['Dude Dad Live!','Hollywood Casino at Charles Town Races','Charles Town, WV','Friday','3/6/2026','8:00 PM','7493854','Dude-Dad-Live--3-6-2026'],['Council Hill - Dad Rock Night','Bottleneck','Lawrence, KS','Friday','3/6/2026','8:00 PM','7459775','Council-Hill---Dad-Rock-Night-3-6-2026'],['Dude Dad Live!','Charleston Music Hall','Charleston, SC','Saturday','3/7/2026','8:00 PM','7493174','Dude-Dad-Live--3-7-2026'],['Dad Rock Night','Bourbon Theatre - NE','Lincoln, NE','Saturday','3/7/2026','8:00 PM','7397768','Dad-Rock-Night-3-7-2026'],['Dude Dad Live!','Carolina Theatre - Durham','Durham, NC','Sunday','3/8/2026','8:00 PM','7493855','Dude-Dad-Live--3-8-2026'],['Dude Dad Live!','Vilar Performing Arts Center','Avon, CO','Friday','3/27/2026','7:00 PM','7496210','Dude-Dad-Live--3-27-2026'],['Dude Dad Live!','Mesa Theater & Club','Grand Junction, CO','Saturday','3/28/2026','6:00 PM','7530415','Dude-Dad-Live--3-28-2026'],['Dad Rock Night','Pop's Nightclub and Concert Venue','East St. Louis, IL','Saturday','3/28/2026','8:00 PM','7397764','Dad-Rock-Night-3-28-2026'],['Dude Dad Live!','Mesa Theater & Club','Grand Junction, CO','Saturday','3/28/2026','8:00 PM','7500254','Dude-Dad-Live--3-28-2026'],['Dude Dad Live!','Pantages Theatre - Tacoma','Tacoma, WA','Friday','4/24/2026','7:00 PM','7493856','Dude-Dad-Live--4-24-2026'],['Dude Dad Live!','Elsinore Theatre','Salem, OR','Saturday','4/25/2026','8:00 PM','7493857','Dude-Dad-Live--4-25-2026'],['Dude Dad Live!','Boulder Theater','Boulder, CO','Saturday','5/9/2026','6:00 PM','7495887','Dude-Dad-Live--5-9-2026'],['Dude Dad Live!','Boulder Theater','Boulder, CO','Saturday','5/9/2026','8:30 PM','7495888','Dude-Dad-Live--5-9-2026']],'DAD'S','http://www.ticketnetwork.com/en/search/?text=DAD'S');