// 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([['Cypress Hill, The Pharcyde & Souls of Mischief','Brooklyn Bowl - Las Vegas','Las Vegas, NV','Friday','5/3/2024','6:30 PM','6215780','Cypress-Hill--The-Pharcyde---Souls-of-Mischief-5-3-2024'],['Cypress Hill, Bone Thugs N Harmony & Three 6 Mafia','Toyota Arena - Ontario','Ontario, CA','Saturday','5/4/2024','7:00 PM','6253347','Cypress-Hill--Bone-Thugs-N-Harmony---Three-6-Mafia-5-4-2024'],['Cypress Hill, The Pharcyde & Souls of Mischief','Marquee Theatre - AZ','Tempe, AZ','Sunday','5/5/2024','7:30 PM','6215824','Cypress-Hill--The-Pharcyde---Souls-of-Mischief-5-5-2024'],['Cypress Hill, The Pharcyde & Souls of Mischief','House Of Blues - Dallas','Dallas, TX','Tuesday','5/7/2024','7:00 PM','6215783','Cypress-Hill--The-Pharcyde---Souls-of-Mischief-5-7-2024'],['Cypress Hill, The Pharcyde & Souls of Mischief','Stubbs Waller Creek Amphitheater','Austin, TX','Wednesday','5/8/2024','6:00 PM','6215784','Cypress-Hill--The-Pharcyde---Souls-of-Mischief-5-8-2024'],['Welcome to Rockville: Motley Crue, Limp Bizkit, Foo Fighters & Slipknot - 4 Day Pass','Daytona International Speedway','Daytona Beach, FL','Thursday','5/9/2024','TBD','5855881','Welcome-to-Rockville--Motley-Crue--Limp-Bizkit--Foo-Fighters---Slipknot---4-Day-Pass-5-9-2024'],['Cypress Hill, The Pharcyde & Souls of Mischief','The Tabernacle - GA','Atlanta, GA','Friday','5/10/2024','8:00 PM','6215790','Cypress-Hill--The-Pharcyde---Souls-of-Mischief-5-10-2024'],['Welcome To Rockville: Foo Fighters, Greta Van Fleet, Queens of The Stone Age & Cypress Hill - Saturday','Daytona International Speedway','Daytona Beach, FL','Saturday','5/11/2024','12:00 PM','5855884','Welcome-To-Rockville--Foo-Fighters--Greta-Van-Fleet--Queens-of-The-Stone-Age---Cypress-Hill---Saturday-5-11-2024'],['Cypress Hill, The Pharcyde & Souls of Mischief','Outdoor Stage At Salvage Station','Asheville, NC','Sunday','5/12/2024','6:30 PM','6215534','Cypress-Hill--The-Pharcyde---Souls-of-Mischief-5-12-2024'],['Cypress Hill & Souls of Mischief','Lincoln Theatre - DC','Washington, DC','Tuesday','5/14/2024','7:30 PM','6253350','Cypress-Hill---Souls-of-Mischief-5-14-2024'],['Cypress Hill & The Nashville Symphony','Ascend Amphitheater','Nashville, TN','Saturday','6/22/2024','8:00 PM','5774337','Cypress-Hill---The-Nashville-Symphony-6-22-2024'],['Cypress Hill','Summit Stage At Snow King Mountain Resort','Jackson, WY','Friday','8/2/2024','6:00 PM','6335567','Cypress-Hill-8-2-2024']],'Cypress Hill','http://www.ticketnetwork.com/en/search/?text=Cypress Hill');