//
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 "
";
}
},
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 += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-04A
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([['Rebelution','Ovation Hall at Ocean Resort Casino ','Atlantic City, NJ','Friday','8/8/2025','8:00 PM','7167779','Rebelution-8-8-2025'],['Rebelution','Level One - Baltimore','Baltimore, MD','Saturday','8/9/2025','8:00 PM','7174011','Rebelution-8-9-2025'],['Rebelution','Hard Rock Live At The Seminole Hard Rock Hotel & Casino - Hollywood','Fort Lauderdale, FL','Sunday','8/10/2025','8:00 PM','7167793','Rebelution-8-10-2025'],['Reggae On The Rocks: Rebelution, SOJA, Tarrus Riley & Kabaka Pyramid','Red Rocks Amphitheatre','Morrison, CO','Saturday','8/23/2025','3:00 PM','7035138','Reggae-On-The-Rocks--Rebelution--SOJA--Tarrus-Riley---Kabaka-Pyramid-8-23-2025'],['Reggae Rise Up Oregon: Damian & Stephen Marley, Slightly Stoopid & Rebelution - 3 Day Pass','Deschutes County Fairgrounds Expo Center','Redmond, OR','Friday','8/29/2025','TBD','6989601','Reggae-Rise-Up-Oregon--Damian---Stephen-Marley--Slightly-Stoopid---Rebelution---3-Day-Pass-8-29-2025'],['Reggae Rise Up Oregon: Rebelution & Kolohe Kai - Sunday','Deschutes County Fairgrounds Expo Center','Redmond, OR','Sunday','8/31/2025','12:00 PM','6988631','Reggae-Rise-Up-Oregon--Rebelution---Kolohe-Kai---Sunday-8-31-2025'],['Rebelution','Puyallup Fairgrounds At Washington State Fair Events Center','Puyallup, WA','Monday','9/1/2025','6:00 PM','7103698','Rebelution-9-1-2025'],['On High: Rebelution, Steel Pulse, Dirty Heads & Iration - 2 Day Pass','Granary Live','Salt Lake City, UT','Friday','10/3/2025','TBD','6929252','On-High--Rebelution--Steel-Pulse--Dirty-Heads---Iration---2-Day-Pass-10-3-2025'],['Reggae Rise Up Las Vegas: Slightly Stoopid, Dirty Heads, Rebelution & Iration - 3 Day Pass','Downtown Las Vegas Events Center','Las Vegas, NV','Friday','10/3/2025','TBD','6789960','Reggae-Rise-Up-Las-Vegas--Slightly-Stoopid--Dirty-Heads--Rebelution---Iration---3-Day-Pass-10-3-2025'],['Reggae Rise Up Las Vegas: Rebelution, Soja, The Elovaters & Steel Pulse - Friday','Downtown Las Vegas Events Center','Las Vegas, NV','Friday','10/3/2025','12:00 PM','6789961','Reggae-Rise-Up-Las-Vegas--Rebelution--Soja--The-Elovaters---Steel-Pulse---Friday-10-3-2025'],['On High: Rebelution, Iration & Steel Pulse','Granary Live','Salt Lake City, UT','Saturday','10/4/2025','12:00 PM','6929249','On-High--Rebelution--Iration---Steel-Pulse-10-4-2025'],['Rebelution, Pepper & The Elovaters','Avila Beach Resort','Avila Beach, CA','Thursday','10/9/2025','5:00 PM','7214099','Rebelution--Pepper---The-Elovaters-10-9-2025'],['Rebelution, Pepper & The Elovaters','Avila Beach Resort','Avila Beach, CA','Friday','10/10/2025','5:00 PM','7214100','Rebelution--Pepper---The-Elovaters-10-10-2025'],['Good Vibes Cali Tour: Rebelution, Pepper, The Elovaters & aurorawave','Shoreline Amphitheatre - CA','Mountain View, CA','Saturday','10/11/2025','6:00 PM','7204447','Good-Vibes-Cali-Tour--Rebelution--Pepper--The-Elovaters---aurorawave-10-11-2025'],['Rebelution','Santa Barbara Bowl','Santa Barbara, CA','Thursday','10/16/2025','5:00 PM','7206644','Rebelution-10-16-2025'],['Rebelution','Great Park Live','Irvine, CA','Friday','10/17/2025','5:00 PM','7205333','Rebelution-10-17-2025'],['Rebelution','Great Park Live','Irvine, CA','Saturday','10/18/2025','5:00 PM','7205334','Rebelution-10-18-2025']],'rebelution','http://www.ticketnetwork.com/en/search/?text=rebelution');