// 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-04B 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([['Girls Night Out Tour: Kierra Sheard, Naomi Raine, Koryn Hawthorne & Wande','Golden Gate Theatre','San Francisco, CA','Saturday','6/29/2024','7:00 PM','6376957','Girls-Night-Out-Tour--Kierra-Sheard--Naomi-Raine--Koryn-Hawthorne---Wande-6-29-2024'],['Girl From The North Country','Golden Gate Theatre','San Francisco, CA','Tuesday','7/30/2024','7:30 PM','5792617','Girl-From-The-North-Country-7-30-2024'],['Girl From The North Country','Golden Gate Theatre','San Francisco, CA','Wednesday','7/31/2024','1:00 PM','5792627','Girl-From-The-North-Country-7-31-2024'],['Girl From The North Country','Golden Gate Theatre','San Francisco, CA','Wednesday','7/31/2024','7:30 PM','5792618','Girl-From-The-North-Country-7-31-2024'],['Girl From The North Country','Golden Gate Theatre','San Francisco, CA','Thursday','8/1/2024','7:30 PM','5792619','Girl-From-The-North-Country-8-1-2024'],['Girl From The North Country','Golden Gate Theatre','San Francisco, CA','Friday','8/2/2024','7:30 PM','5676560','Girl-From-The-North-Country-8-2-2024'],['Girl From The North Country','Golden Gate Theatre','San Francisco, CA','Saturday','8/3/2024','1:00 PM','5725399','Girl-From-The-North-Country-8-3-2024'],['Girl From The North Country','Golden Gate Theatre','San Francisco, CA','Saturday','8/3/2024','7:30 PM','5715324','Girl-From-The-North-Country-8-3-2024'],['Girl From The North Country','Golden Gate Theatre','San Francisco, CA','Sunday','8/4/2024','1:00 PM','5725400','Girl-From-The-North-Country-8-4-2024'],['Girl From The North Country','Golden Gate Theatre','San Francisco, CA','Tuesday','8/6/2024','7:30 PM','5792620','Girl-From-The-North-Country-8-6-2024'],['Girl From The North Country','Golden Gate Theatre','San Francisco, CA','Wednesday','8/7/2024','1:00 PM','5792628','Girl-From-The-North-Country-8-7-2024'],['Girl From The North Country','Golden Gate Theatre','San Francisco, CA','Wednesday','8/7/2024','7:30 PM','5792621','Girl-From-The-North-Country-8-7-2024'],['Girl From The North Country','Golden Gate Theatre','San Francisco, CA','Thursday','8/8/2024','7:30 PM','5792622','Girl-From-The-North-Country-8-8-2024'],['Girl From The North Country','Golden Gate Theatre','San Francisco, CA','Friday','8/9/2024','7:30 PM','5792623','Girl-From-The-North-Country-8-9-2024'],['Girl From The North Country','Golden Gate Theatre','San Francisco, CA','Saturday','8/10/2024','1:00 PM','5792629','Girl-From-The-North-Country-8-10-2024'],['Girl From The North Country','Golden Gate Theatre','San Francisco, CA','Saturday','8/10/2024','7:30 PM','5725401','Girl-From-The-North-Country-8-10-2024'],['Girl From The North Country','Golden Gate Theatre','San Francisco, CA','Sunday','8/11/2024','1:00 PM','5792630','Girl-From-The-North-Country-8-11-2024'],['Girl From The North Country','Golden Gate Theatre','San Francisco, CA','Tuesday','8/13/2024','7:30 PM','5792624','Girl-From-The-North-Country-8-13-2024'],['Girl From The North Country','Golden Gate Theatre','San Francisco, CA','Wednesday','8/14/2024','1:00 PM','5792631','Girl-From-The-North-Country-8-14-2024'],['Girl From The North Country','Golden Gate Theatre','San Francisco, CA','Wednesday','8/14/2024','7:30 PM','5792625','Girl-From-The-North-Country-8-14-2024']],'Golden Gate Theatre ','http://www.ticketnetwork.com/en/search/?text=Golden Gate Theatre ');