//
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([['YPAC Movie Night','Yucaipa Performing Arts Center Indoor Theatre','Yucaipa, CA','Wednesday','10/30/2024','7:00 PM','6751507','YPAC-Movie-Night-10-30-2024'],['Journey USA - Journey Tribute','Yucaipa Performing Arts Center Indoor Theatre','Yucaipa, CA','Friday','11/8/2024','8:00 PM','6570483','Journey-USA---Journey-Tribute-11-8-2024'],['James Garner - Tribute To Johnny Cash','Yucaipa Performing Arts Center Indoor Theatre','Yucaipa, CA','Friday','11/15/2024','7:30 PM','6572674','James-Garner---Tribute-To-Johnny-Cash-11-15-2024'],['80's Night','Yucaipa Performing Arts Center Indoor Theatre','Yucaipa, CA','Saturday','11/16/2024','8:00 PM','6682876','80-s-Night-11-16-2024'],['Stand-Up Spotlight Comedy Show','Yucaipa Performing Arts Center Indoor Theatre','Yucaipa, CA','Friday','11/22/2024','8:00 PM','6557765','Stand-Up-Spotlight-Comedy-Show-11-22-2024'],['Inland Empire Contemporary Ballet: The Nutcracker','Yucaipa Performing Arts Center Indoor Theatre','Yucaipa, CA','Friday','12/6/2024','7:00 PM','6721404','Inland-Empire-Contemporary-Ballet--The-Nutcracker-12-6-2024'],['Inland Empire Contemporary Ballet: The Nutcracker','Yucaipa Performing Arts Center Indoor Theatre','Yucaipa, CA','Saturday','12/7/2024','2:00 PM','6721239','Inland-Empire-Contemporary-Ballet--The-Nutcracker-12-7-2024'],['Inland Empire Contemporary Ballet: The Nutcracker','Yucaipa Performing Arts Center Indoor Theatre','Yucaipa, CA','Saturday','12/7/2024','6:00 PM','6721279','Inland-Empire-Contemporary-Ballet--The-Nutcracker-12-7-2024'],['Inland Empire Contemporary Ballet: The Nutcracker','Yucaipa Performing Arts Center Indoor Theatre','Yucaipa, CA','Sunday','12/8/2024','4:00 PM','6721335','Inland-Empire-Contemporary-Ballet--The-Nutcracker-12-8-2024'],['Dream Like Taylor: A Live Band Journey Through The Enchanted Eras of Taylor Swift','Yucaipa Performing Arts Center Indoor Theatre','Yucaipa, CA','Friday','12/13/2024','8:00 PM','6683118','Dream-Like-Taylor--A-Live-Band-Journey-Through-The-Enchanted-Eras-of-Taylor-Swift-12-13-2024'],['Dueling Pianos','Yucaipa Performing Arts Center Indoor Theatre','Yucaipa, CA','Sunday','12/15/2024','6:00 PM','6708145','Dueling-Pianos-12-15-2024'],['White Christmas','Yucaipa Performing Arts Center Indoor Theatre','Yucaipa, CA','Friday','12/20/2024','7:00 PM','6783293','White-Christmas-12-20-2024'],['White Christmas','Yucaipa Performing Arts Center Indoor Theatre','Yucaipa, CA','Saturday','12/21/2024','2:00 PM','6783379','White-Christmas-12-21-2024'],['White Christmas','Yucaipa Performing Arts Center Indoor Theatre','Yucaipa, CA','Saturday','12/21/2024','7:00 PM','6783292','White-Christmas-12-21-2024'],['White Christmas','Yucaipa Performing Arts Center Indoor Theatre','Yucaipa, CA','Sunday','12/22/2024','2:00 PM','6783280','White-Christmas-12-22-2024'],['White Christmas','Yucaipa Performing Arts Center Indoor Theatre','Yucaipa, CA','Monday','12/23/2024','2:00 PM','6783281','White-Christmas-12-23-2024'],['White Christmas','Yucaipa Performing Arts Center Indoor Theatre','Yucaipa, CA','Monday','12/23/2024','7:00 PM','6783345','White-Christmas-12-23-2024'],['Stand-Up Spotlight Comedy Night','Yucaipa Performing Arts Center Indoor Theatre','Yucaipa, CA','Friday','12/27/2024','8:00 PM','6749310','Stand-Up-Spotlight-Comedy-Night-12-27-2024']],'yucaipa-ca','http://www.ticketnetwork.com/en/search/?text=yucaipa-ca');