// 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-01A 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([['October London & Tamar Braxton','Chrysler Hall','Norfolk, VA','Thursday','4/17/2025','8:00 PM','6978041','October-London---Tamar-Braxton-4-17-2025'],['October London & Tamar Braxton','DAR Constitution Hall','Washington, DC','Friday','4/18/2025','8:00 PM','6991524','October-London---Tamar-Braxton-4-18-2025'],['October London & Tamar Braxton','Liacouras Center','Philadelphia, PA','Saturday','4/19/2025','8:00 PM','6961426','October-London---Tamar-Braxton-4-19-2025'],['October London & Tamar Braxton','Chesapeake Employers' Insurance Arena','Baltimore, MD','Thursday','4/24/2025','8:00 PM','6961429','October-London---Tamar-Braxton-4-24-2025'],['October London & Tamar Braxton','Durham Performing Arts Center','Durham, NC','Friday','4/25/2025','8:00 PM','6961433','October-London---Tamar-Braxton-4-25-2025'],['October London & Tamar Braxton','Steven Tanger Center for the Performing Arts','Greensboro, NC','Saturday','4/26/2025','8:00 PM','6961436','October-London---Tamar-Braxton-4-26-2025'],['October London & Tamar Braxton','Township Auditorium','Columbia, SC','Sunday','4/27/2025','7:00 PM','6961438','October-London---Tamar-Braxton-4-27-2025'],['October London & Tamar Braxton','Palace Theatre Columbus','Columbus, OH','Thursday','5/1/2025','8:00 PM','6993731','October-London---Tamar-Braxton-5-1-2025'],['October London & Tamar Braxton','The Pinnacle At Nashville Yards','Nashville, TN','Friday','5/2/2025','8:00 PM','6966304','October-London---Tamar-Braxton-5-2-2025'],['October London & Tamar Braxton','Riverside Theater - WI','Milwaukee, WI','Saturday','5/3/2025','8:00 PM','6962881','October-London---Tamar-Braxton-5-3-2025'],['October London & Tamar Braxton','The Chicago Theatre','Chicago, IL','Sunday','5/4/2025','7:00 PM','6961692','October-London---Tamar-Braxton-5-4-2025'],['October London & Tamar Braxton','Saenger Theatre - New Orleans','New Orleans, LA','Thursday','5/8/2025','8:00 PM','6977543','October-London---Tamar-Braxton-5-8-2025'],['October London & Tamar Braxton','Texas Trust CU Theatre at Grand Prairie','Grand Prairie, TX','Friday','5/9/2025','8:00 PM','6961661','October-London---Tamar-Braxton-5-9-2025'],['October London & Tamar Braxton','Smart Financial Centre','Sugar Land, TX','Saturday','5/10/2025','8:00 PM','6963245','October-London---Tamar-Braxton-5-10-2025'],['October London & Tamar Braxton','Orpheum Theatre - Memphis','Memphis, TN','Sunday','5/11/2025','7:00 PM','6961693','October-London---Tamar-Braxton-5-11-2025'],['October London & Tamar Braxton','Cobb Energy Performing Arts Centre','Atlanta, GA','Thursday','5/15/2025','8:00 PM','6961445','October-London---Tamar-Braxton-5-15-2025'],['October London & Tamar Braxton','Stifel Theatre','St. Louis, MO','Sunday','5/18/2025','7:00 PM','6961694','October-London---Tamar-Braxton-5-18-2025'],['October London & Tamar Braxton','Clowes Memorial Hall','Indianapolis, IN','Thursday','5/22/2025','8:00 PM','6961446','October-London---Tamar-Braxton-5-22-2025'],['October London & Tamar Braxton','Aretha Franklin Amphitheatre','Detroit, MI','Friday','5/23/2025','7:30 PM','6961447','October-London---Tamar-Braxton-5-23-2025'],['October London & Tamar Braxton','Beacon Theatre - NY','New York, NY','Sunday','5/25/2025','7:30 PM','6961448','October-London---Tamar-Braxton-5-25-2025'],['October London & Tamar Braxton','Peacock Theater - Los Angeles','Los Angeles, CA','Wednesday','5/28/2025','8:00 PM','6962882','October-London---Tamar-Braxton-5-28-2025'],['October London & Tamar Braxton','Paramount Theatre - Oakland','Oakland, CA','Saturday','5/31/2025','8:00 PM','6963719','October-London---Tamar-Braxton-5-31-2025'],['Tamar Braxton','Thomas & Mack Center','Las Vegas, NV','Thursday','12/28/2073','7:00 PM','6143501','Tamar-Braxton-12-28-2073']],'Tamar Braxton','http://www.ticketnetwork.com/en/search/?text=Tamar Braxton');