//
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([['Fortunate Youth','A-Lot at Area15','Las Vegas, NV','Saturday','4/4/2026','6:00 PM','7624699','Fortunate-Youth-4-4-2026'],['Reggae Rise Up Arizona: De La Soul, Dirty Heads & Rebelution - 3 Day Pass','Tempe Beach Park','Tempe, AZ','Friday','4/17/2026','TBD','7090453','Reggae-Rise-Up-Arizona--De-La-Soul--Dirty-Heads---Rebelution---3-Day-Pass-4-17-2026'],['Fortunate Youth','Sugarshack Downtown','Bonita Springs, FL','Monday','4/20/2026','7:00 PM','7745679','Fortunate-Youth-4-20-2026'],['Fortunate Youth','Garden Amphitheatre','Garden Grove, CA','Thursday','4/23/2026','5:30 PM','7729889','Fortunate-Youth-4-23-2026'],['Fortunate Youth','Garden Amphitheatre','Garden Grove, CA','Friday','4/24/2026','5:00 PM','7685813','Fortunate-Youth-4-24-2026'],['Reggae On The Creek: Fortunate Youth, Pipe Down, & Marlon Asher','Green River Brewing & Taproom','Winters, CA','Saturday','5/9/2026','12:00 PM','7745583','Reggae-On-The-Creek--Fortunate-Youth--Pipe-Down----Marlon-Asher-5-9-2026'],['Fortunate Youth','Midtown Ballroom','Bend, OR','Saturday','5/16/2026','8:00 PM','7745681','Fortunate-Youth-5-16-2026'],['Fortunate Youth','Club LA - Destin','Destin, FL','Thursday','6/11/2026','8:00 PM','7747075','Fortunate-Youth-6-11-2026'],['Fortunate Youth','The Ranch Concert Hall & Saloon','Fort Myers, FL','Friday','6/12/2026','7:00 PM','7745576','Fortunate-Youth-6-12-2026'],['Fortunate Youth','Jannus Live','St. Petersburg, FL','Saturday','6/13/2026','7:00 PM','7745577','Fortunate-Youth-6-13-2026'],['Fortunate Youth','Cafe DaVinci','Deland, FL','Sunday','6/14/2026','6:00 PM','7745578','Fortunate-Youth-6-14-2026'],['Fortunate Youth','Bowstring Pizza and Brewyard','Raleigh, NC','Saturday','6/20/2026','6:00 PM','7748200','Fortunate-Youth-6-20-2026'],['Fortunate Youth','Bowstring Burgers and Brewyard','Wilmington, NC','Sunday','6/21/2026','6:00 PM','7748196','Fortunate-Youth-6-21-2026'],['Fortunate Youth','Elevation 27','Virginia Beach, VA','Wednesday','6/24/2026','8:00 PM','7746837','Fortunate-Youth-6-24-2026'],['Fortunate Youth','Phantom Farms Brewing','Cumberland, RI','Saturday','6/27/2026','3:00 PM','7748207','Fortunate-Youth-6-27-2026']],'Fortunate Youth','http://www.ticketnetwork.com/en/search/?text=Fortunate%20Youth');