// 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-02B 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 Roots','Mountain Winery','Saratoga, CA','Saturday','5/11/2024','7:30 PM','6303633','The-Roots-5-11-2024'],['The Roots Picnic: The Roots, Queen Latifah, Common & Digable Planets','Hollywood Bowl','Los Angeles, CA','Saturday','6/29/2024','8:00 PM','6149424','The-Roots-Picnic--The-Roots--Queen-Latifah--Common---Digable-Planets-6-29-2024'],['The Roots','Granary Live','Salt Lake City, UT','Friday','7/19/2024','7:00 PM','6357241','The-Roots-7-19-2024'],['The Roots','The Mission Ballroom','Denver, CO','Saturday','7/20/2024','8:00 PM','6357795','The-Roots-7-20-2024'],['The Roots','Woodland Park Zoo','Seattle, WA','Sunday','7/21/2024','6:00 PM','6277083','The-Roots-7-21-2024'],['Southwest Jazz & Heritage Fest: The Roots, Esperanza Spalding & High Step Society','Celebrity Theatre - AZ','Phoenix, AZ','Friday','8/9/2024','6:00 PM','6406985','Southwest-Jazz---Heritage-Fest--The-Roots--Esperanza-Spalding---High-Step-Society-8-9-2024'],['The Roots','713 Music Hall','Houston, TX','Friday','8/16/2024','8:00 PM','6357215','The-Roots-8-16-2024'],['The Roots','The Pavilion at Toyota Music Factory','Irving, TX','Saturday','8/17/2024','8:00 PM','6357286','The-Roots-8-17-2024'],['The Roots','City Parks Foundation SummerStage','New York, NY','Friday','8/23/2024','6:00 PM','6382348','The-Roots-8-23-2024'],['The Roots','Ravinia Pavilion','Highland Park, IL','Saturday','8/24/2024','7:00 PM','6322239','The-Roots-8-24-2024'],['The Roots','Michigan Lottery Amphitheatre at Freedom Hill','Sterling Heights, MI','Sunday','8/25/2024','8:00 PM','6357160','The-Roots-8-25-2024'],['The Roots','Cadence Bank Amphitheatre at Chastain Park','Atlanta, GA','Thursday','8/29/2024','8:00 PM','6357794','The-Roots-8-29-2024'],['The Roots','Wolf Trap National Park for the Performing Arts','Vienna, VA','Saturday','8/31/2024','8:00 PM','6327679','The-Roots-8-31-2024'],['The Roots','MGM Music Hall at Fenway Park','Boston, MA','Sunday','9/1/2024','8:00 PM','6357216','The-Roots-9-1-2024']],'The Roots','http://www.ticketnetwork.com/en/search/?text=The Roots');