// 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-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([['Brother Ali','Blind Pig','Ann Arbor, MI','Tuesday','4/8/2025','7:00 PM','6975444','Brother-Ali-4-8-2025'],['Brother Ali','The Stache at The Intersection','Grand Rapids, MI','Wednesday','4/9/2025','7:30 PM','6975596','Brother-Ali-4-9-2025'],['Brother Ali','Woodlands Tavern','Columbus, OH','Thursday','4/10/2025','7:00 PM','6975445','Brother-Ali-4-10-2025'],['Brother Ali','Beachland Ballroom','Cleveland, OH','Friday','4/11/2025','8:00 PM','6971992','Brother-Ali-4-11-2025'],['Brother Ali','Thunderbird Cafe','Pittsburgh, PA','Saturday','4/12/2025','8:00 PM','6975778','Brother-Ali-4-12-2025'],['Brother Ali','Showcase Lounge at Higher Ground','South Burlington, VT','Wednesday','4/16/2025','8:30 PM','6975597','Brother-Ali-4-16-2025'],['Brother Ali','Sonia','Cambridge, MA','Thursday','4/17/2025','6:30 PM','6973805','Brother-Ali-4-17-2025'],['Brother Ali','Knickerbocker Music Center','Westerly, RI','Friday','4/18/2025','8:00 PM','6975780','Brother-Ali-4-18-2025'],['Brother Ali','The Sultan Room At The Turk's Inn','Brooklyn, NY','Saturday','4/19/2025','7:00 PM','6975781','Brother-Ali-4-19-2025'],['Brother Ali','MilkBoy Philly','Philadelphia, PA','Tuesday','4/22/2025','8:00 PM','6975782','Brother-Ali-4-22-2025'],['Brother Ali','Pearl Street Warehouse','Washington, DC','Thursday','4/24/2025','8:00 PM','6975794','Brother-Ali-4-24-2025'],['Brother Ali','Motorco Music Hall','Durham, NC','Friday','4/25/2025','8:00 PM','6975795','Brother-Ali-4-25-2025'],['Brother Ali','Reel Cafe','Wilmington, NC','Saturday','4/26/2025','7:00 PM','6975796','Brother-Ali-4-26-2025'],['Brother Ali','Conduit','Winter Park, FL','Tuesday','4/29/2025','7:00 PM','6975599','Brother-Ali-4-29-2025'],['Brother Ali','Aisle 5','Atlanta, GA','Thursday','5/1/2025','8:00 PM','6975797','Brother-Ali-5-1-2025'],['Brother Ali','Music Farm - Charleston','Charleston, SC','Friday','5/2/2025','8:00 PM','6975104','Brother-Ali-5-2-2025'],['Brother Ali','Asheville Music Hall','Asheville, NC','Saturday','5/3/2025','9:00 PM','6975601','Brother-Ali-5-3-2025'],['Brother Ali','Antone's Nightclub','Austin, TX','Tuesday','5/6/2025','8:00 PM','6975594','Brother-Ali-5-6-2025'],['Brother Ali','White Oak Music Hall - Upstairs','Houston, TX','Wednesday','5/7/2025','7:00 PM','6975598','Brother-Ali-5-7-2025'],['Brother Ali','Club Dada','Dallas, TX','Thursday','5/8/2025','8:00 PM','6975595','Brother-Ali-5-8-2025'],['Brother Ali','Shank Hall','Milwaukee, WI','Friday','5/9/2025','8:00 PM','6975446','Brother-Ali-5-9-2025'],['Brother Ali','Icehouse','Minneapolis, MN','Saturday','5/10/2025','9:00 PM','6975798','Brother-Ali-5-10-2025']],'Brother Ali','http://www.ticketnetwork.com/en/search/?text=Brother Ali');