// 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([['The Doobie Brothers','Blossom Music Center','Cuyahoga Falls, OH','Wednesday','9/17/2025','7:00 PM','6980743','The-Doobie-Brothers-9-17-2025'],['The Doobie Brothers','Budweiser Stage - Toronto','Toronto, Canada','Thursday','9/18/2025','7:00 PM','6980744','The-Doobie-Brothers-9-18-2025'],['Listen To The Music - A Tribute to The Doobie Brothers','Imperial Theatre - Ontario','Sarnia, Canada','Friday','9/19/2025','8:00 PM','7279943','Listen-To-The-Music---A-Tribute-to-The-Doobie-Brothers-9-19-2025'],['Listen To The Music - A Tribute to The Doobie Brothers','Orillia Opera House','Orillia, Canada','Thursday','10/2/2025','7:30 PM','7352967','Listen-To-The-Music---A-Tribute-to-The-Doobie-Brothers-10-2-2025'],['The Brothers Doobie','Lyric Theatre - Stuart','Stuart, FL','Friday','10/3/2025','7:00 PM','7382465','The-Brothers-Doobie-10-3-2025'],['China Grove - Doobie Brothers Tribute Band','Athens Theatre - FL','Deland, FL','Wednesday','10/8/2025','7:30 PM','7160070','China-Grove---Doobie-Brothers-Tribute-Band-10-8-2025'],['Takin' It To The Streets - Tribute To The Doobie Brothers','The Katharine Hepburn Cultural Arts Center','Old Saybrook, CT','Thursday','10/23/2025','7:30 PM','7251445','Takin--It-To-The-Streets---Tribute-To-The-Doobie-Brothers-10-23-2025'],['China Grove - Doobie Brothers Tribute Band','John, James and Clara Knight Stage','Akron, OH','Saturday','11/1/2025','7:00 PM','7315912','China-Grove---Doobie-Brothers-Tribute-Band-11-1-2025'],['China Grove - Doobie Brothers Tribute Band','Jergel's Rhythm Grille','Warrendale, PA','Sunday','11/30/2025','8:00 PM','7216925','China-Grove---Doobie-Brothers-Tribute-Band-11-30-2025'],['The Doobie Brothers','The Venue At Thunder Valley Casino','Lincoln, CA','Friday','12/5/2025','8:00 PM','7295878','The-Doobie-Brothers-12-5-2025'],['The Brothers Doobie','The Milton Theatre','Milton, DE','Sunday','12/28/2025','7:30 PM','7254600','The-Brothers-Doobie-12-28-2025'],['The Brothers Doobie','Clark Center For The Performing Arts','Arroyo Grande, CA','Thursday','3/12/2026','7:30 PM','7369810','The-Brothers-Doobie-3-12-2026'],['Listen To The Music - A Tribute to The Doobie Brothers','Palace Theatre - PA','Greensburg, PA','Thursday','4/9/2026','7:30 PM','7298021','Listen-To-The-Music---A-Tribute-to-The-Doobie-Brothers-4-9-2026']],'The Doobie Brothers','http://www.ticketnetwork.com/en/search/?text=The%20Doobie%20Brothers');