// 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([['Red Hot Tribute - Tribute to Red Hot Chili Peppers','Ventura Music Hall','Ventura, CA','Saturday','8/23/2025','8:00 PM','7257799','Red-Hot-Tribute---Tribute-to-Red-Hot-Chili-Peppers-8-23-2025'],['Red NOT Chili Peppers - A Tribute to Red Hot Chili Peppers','Brooklyn Bowl - Nashville','Nashville, TN','Friday','8/29/2025','8:00 PM','7126698','Red-NOT-Chili-Peppers---A-Tribute-to-Red-Hot-Chili-Peppers-8-29-2025'],['Red NOT Chili Peppers - A Tribute to Red Hot Chili Peppers','HI-FI Annex','Indianapolis, IN','Saturday','8/30/2025','7:00 PM','7135304','Red-NOT-Chili-Peppers---A-Tribute-to-Red-Hot-Chili-Peppers-8-30-2025'],['Red NOT Chili Peppers - A Tribute to Red Hot Chili Peppers','Garden Amphitheatre','Garden Grove, CA','Friday','9/5/2025','5:00 PM','7145715','Red-NOT-Chili-Peppers---A-Tribute-to-Red-Hot-Chili-Peppers-9-5-2025'],['Red Hot Tribute - Red Hot Chili Peppers Tribute','House Of Blues - Las Vegas','Las Vegas, NV','Friday','9/5/2025','7:30 PM','7348238','Red-Hot-Tribute---Red-Hot-Chili-Peppers-Tribute-9-5-2025'],['Red NOT Chili Peppers - A Tribute to Red Hot Chili Peppers','Belly Up Tavern','Solana Beach, CA','Saturday','9/6/2025','8:00 PM','7083616','Red-NOT-Chili-Peppers---A-Tribute-to-Red-Hot-Chili-Peppers-9-6-2025'],['Red NOT Chili Peppers - A Tribute to Red Hot Chili Peppers','Tuffy's Music Box','Sanford, FL','Thursday','9/11/2025','8:00 PM','7292727','Red-NOT-Chili-Peppers---A-Tribute-to-Red-Hot-Chili-Peppers-9-11-2025'],['Red NOT Chili Peppers - A Tribute to Red Hot Chili Peppers','Vinyl Music Hall','Pensacola, FL','Friday','9/12/2025','8:00 PM','7291420','Red-NOT-Chili-Peppers---A-Tribute-to-Red-Hot-Chili-Peppers-9-12-2025'],['Red NOT Chili Peppers - A Tribute to Red Hot Chili Peppers','Antone's Nightclub','Austin, TX','Thursday','9/18/2025','8:00 PM','7018055','Red-NOT-Chili-Peppers---A-Tribute-to-Red-Hot-Chili-Peppers-9-18-2025'],['Red NOT Chili Peppers - A Tribute to Red Hot Chili Peppers','Stanley's Famous Pit BBQ','Tyler, TX','Friday','9/19/2025','7:15 PM','7141179','Red-NOT-Chili-Peppers---A-Tribute-to-Red-Hot-Chili-Peppers-9-19-2025'],['School of Rock Seattle - Red Hot Chili Peppers','Madame Lou's','Seattle, WA','Sunday','9/21/2025','11:15 AM','7333222','School-of-Rock-Seattle---Red-Hot-Chili-Peppers-9-21-2025'],['Red NOT Chili Peppers - A Tribute to Red Hot Chili Peppers','House Of Blues - Houston','Houston, TX','Friday','9/26/2025','7:00 PM','7305308','Red-NOT-Chili-Peppers---A-Tribute-to-Red-Hot-Chili-Peppers-9-26-2025'],['Hot Red Chili Peppers','TempleLive Peoria','Peoria, IL','Friday','9/26/2025','8:00 PM','7017644','Hot-Red-Chili-Peppers-9-26-2025'],['Red NOT Chili Peppers - A Tribute to Red Hot Chili Peppers','Wally's Pub','Hampton, NH','Friday','10/3/2025','9:00 PM','7289577','Red-NOT-Chili-Peppers---A-Tribute-to-Red-Hot-Chili-Peppers-10-3-2025']],'Red Hot Chili Peppers','http://www.ticketnetwork.com/en/search/?text=Red%20Hot%20Chili%20Peppers');