// 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-04A 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([['Dude Dad Live!','Vilar Performing Arts Center','Avon, CO','Friday','3/27/2026','7:00 PM','7496210','Dude-Dad-Live--3-27-2026'],['Council Hill - Dad Rock Night','Growlers - TN','Memphis, TN','Friday','3/27/2026','8:00 PM','7413185','Council-Hill---Dad-Rock-Night-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'],['Dad Rock Night','Come and Take It Live','Austin, TX','Saturday','4/18/2026','8:00 PM','7617430','Dad-Rock-Night-4-18-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 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'],['Dad Rock Night','The Cotillion','Wichita, KS','Friday','6/26/2026','8:00 PM','7617384','Dad-Rock-Night-6-26-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');