//
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([['Jimmy O. Yang','Golden Gate Theatre','San Francisco, CA','Friday','2/21/2025','7:00 PM','6791827','Jimmy-O--Yang-2-21-2025'],['Jimmy O. Yang','Golden Gate Theatre','San Francisco, CA','Saturday','2/22/2025','7:00 PM','6764489','Jimmy-O--Yang-2-22-2025'],['Jimmy O. Yang','Golden Gate Theatre','San Francisco, CA','Saturday','2/22/2025','9:30 PM','6927630','Jimmy-O--Yang-2-22-2025'],['Ain't Too Proud: The Life and Times of The Temptations','Golden Gate Theatre','San Francisco, CA','Tuesday','2/25/2025','7:30 PM','6807938','Ain-t-Too-Proud--The-Life-and-Times-of-The-Temptations-2-25-2025'],['Ain't Too Proud: The Life and Times of The Temptations','Golden Gate Theatre','San Francisco, CA','Wednesday','2/26/2025','1:00 PM','6807940','Ain-t-Too-Proud--The-Life-and-Times-of-The-Temptations-2-26-2025'],['Ain't Too Proud: The Life and Times of The Temptations','Golden Gate Theatre','San Francisco, CA','Wednesday','2/26/2025','7:30 PM','6807939','Ain-t-Too-Proud--The-Life-and-Times-of-The-Temptations-2-26-2025'],['Ain't Too Proud: The Life and Times of The Temptations','Golden Gate Theatre','San Francisco, CA','Thursday','2/27/2025','7:30 PM','6807941','Ain-t-Too-Proud--The-Life-and-Times-of-The-Temptations-2-27-2025'],['Ain't Too Proud: The Life and Times of The Temptations','Golden Gate Theatre','San Francisco, CA','Friday','2/28/2025','7:30 PM','6807942','Ain-t-Too-Proud--The-Life-and-Times-of-The-Temptations-2-28-2025'],['Ain't Too Proud: The Life and Times of The Temptations','Golden Gate Theatre','San Francisco, CA','Saturday','3/1/2025','1:00 PM','6807944','Ain-t-Too-Proud--The-Life-and-Times-of-The-Temptations-3-1-2025'],['Ain't Too Proud: The Life and Times of The Temptations','Golden Gate Theatre','San Francisco, CA','Saturday','3/1/2025','7:30 PM','6807943','Ain-t-Too-Proud--The-Life-and-Times-of-The-Temptations-3-1-2025'],['Ain't Too Proud: The Life and Times of The Temptations','Golden Gate Theatre','San Francisco, CA','Sunday','3/2/2025','1:00 PM','6807945','Ain-t-Too-Proud--The-Life-and-Times-of-The-Temptations-3-2-2025'],['Chicago - The Musical','Golden Gate Theatre','San Francisco, CA','Tuesday','3/4/2025','7:30 PM','6807930','Chicago---The-Musical-3-4-2025'],['Chicago - The Musical','Golden Gate Theatre','San Francisco, CA','Wednesday','3/5/2025','1:00 PM','6807932','Chicago---The-Musical-3-5-2025'],['Chicago - The Musical','Golden Gate Theatre','San Francisco, CA','Wednesday','3/5/2025','7:30 PM','6807931','Chicago---The-Musical-3-5-2025'],['Chicago - The Musical','Golden Gate Theatre','San Francisco, CA','Thursday','3/6/2025','7:30 PM','6807933','Chicago---The-Musical-3-6-2025'],['Chicago - The Musical','Golden Gate Theatre','San Francisco, CA','Friday','3/7/2025','7:30 PM','6807934','Chicago---The-Musical-3-7-2025'],['Chicago - The Musical','Golden Gate Theatre','San Francisco, CA','Saturday','3/8/2025','1:00 PM','6807936','Chicago---The-Musical-3-8-2025'],['Chicago - The Musical','Golden Gate Theatre','San Francisco, CA','Saturday','3/8/2025','7:30 PM','6807935','Chicago---The-Musical-3-8-2025'],['Chicago - The Musical','Golden Gate Theatre','San Francisco, CA','Sunday','3/9/2025','1:00 PM','6807937','Chicago---The-Musical-3-9-2025'],['The Rock Orchestra By Candlelight','Golden Gate Theatre','San Francisco, CA','Sunday','4/13/2025','8:00 PM','6844670','The-Rock-Orchestra-By-Candlelight-4-13-2025']],'Golden Gate Theatre ','http://www.ticketnetwork.com/en/search/?text=Golden Gate Theatre ');