// 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([['Burn - The Cure Experience & Fast Fashion - The Depeche Mode Experience','191 Toole','Tucson, AZ','Saturday','7/19/2025','8:00 PM','7082187','Burn---The-Cure-Experience---Fast-Fashion---The-Depeche-Mode-Experience-7-19-2025'],['Boys Don't Cry - The Cure Tribute','Scout Bar - Houston','Houston, TX','Saturday','7/26/2025','9:00 PM','7082186','Boys-Don-t-Cry---The-Cure-Tribute-7-26-2025'],['The Gathering Gloom - Tribute to The Cure','Daryl's House','Pawling, NY','Sunday','7/27/2025','7:00 PM','7075647','The-Gathering-Gloom---Tribute-to-The-Cure-7-27-2025'],['LoveSong - A Tribute to The Cure','The Albatross','Jacksonville, FL','Thursday','7/31/2025','7:30 PM','7193528','LoveSong---A-Tribute-to-The-Cure-7-31-2025'],['The Gathering Gloom - Tribute to The Cure','The Loft At City Winery - New York City','New York, NY','Saturday','8/2/2025','6:00 PM','7079899','The-Gathering-Gloom---Tribute-to-The-Cure-8-2-2025'],['Lovesong - The Cure Tribute','Music Farm - Charleston','Charleston, SC','Saturday','8/2/2025','8:00 PM','7244094','Lovesong---The-Cure-Tribute-8-2-2025'],['LoveSong - A Tribute to The Cure','The Underground - Charlotte','Charlotte, NC','Sunday','8/3/2025','6:00 PM','7233853','LoveSong---A-Tribute-to-The-Cure-8-3-2025'],['LoveSong - A Tribute to The Cure','Live at the Ludlow Garage','Cincinnati, OH','Saturday','8/9/2025','7:30 PM','6855436','LoveSong---A-Tribute-to-The-Cure-8-9-2025'],['Banda MS','Cure Insurance Arena','Trenton, NJ','Saturday','8/16/2025','8:00 PM','7097909','Banda-MS-8-16-2025'],['The Gathering Gloom - Tribute to The Cure','The Milton Theatre','Milton, DE','Thursday','8/28/2025','8:00 PM','7019657','The-Gathering-Gloom---Tribute-to-The-Cure-8-28-2025'],['Badshah','Cure Insurance Arena','Trenton, NJ','Saturday','9/6/2025','8:00 PM','7141934','Badshah-9-6-2025'],['LoveSong - A Tribute to The Cure','Riviera Theatre - NY','North Tonawanda, NY','Friday','9/26/2025','7:30 PM','7057025','LoveSong---A-Tribute-to-The-Cure-9-26-2025'],['NASCAR Xfinity Series: Drive for the Cure 250','Charlotte Motor Speedway','Concord, NC','Saturday','10/4/2025','4:00 PM','6677049','NASCAR-Xfinity-Series--Drive-for-the-Cure-250-10-4-2025'],['Pritam','Cure Insurance Arena','Trenton, NJ','Saturday','10/4/2025','8:00 PM','7215029','Pritam-10-4-2025'],['Toad The Wet Sprocket','Cure Insurance Arena','Trenton, NJ','Saturday','10/11/2025','7:00 PM','7168553','Toad-The-Wet-Sprocket-10-11-2025'],['80s Halloween - Smiths & Cure Tributes','Gramercy Theatre','New York, NY','Friday','10/31/2025','8:00 PM','7245274','80s-Halloween---Smiths---Cure-Tributes-10-31-2025'],['Sesame Street Live: Elmo and Friends Say Hello','Cure Insurance Arena','Trenton, NJ','Tuesday','11/18/2025','6:00 PM','7160194','Sesame-Street-Live--Elmo-and-Friends-Say-Hello-11-18-2025'],['The Cure, Depeche Mode & New Order Tribute Night','The Crocodile','Seattle, WA','Friday','11/28/2025','9:00 PM','7167587','The-Cure--Depeche-Mode---New-Order-Tribute-Night-11-28-2025'],['The Lovecrats - Tribute to The Cure','Madame Lou's','Seattle, WA','Friday','11/28/2025','9:00 PM','7151937','The-Lovecrats---Tribute-to-The-Cure-11-28-2025'],['Cure Bowl','Camping World Stadium','Orlando, FL','Wednesday','12/17/2025','5:00 PM','7198430','Cure-Bowl-12-17-2025']],'The Cure','http://www.ticketnetwork.com/en/search/?text=The%20Cure');