// 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([['San Fermin','The Independent','San Francisco, CA','Saturday','5/4/2024','9:00 PM','6033166','San-Fermin-5-4-2024'],['Yellow Days','The Independent','San Francisco, CA','Sunday','5/5/2024','8:00 PM','6129059','Yellow-Days-5-5-2024'],['Augustana','The Independent','San Francisco, CA','Monday','5/6/2024','8:00 PM','6033165','Augustana-5-6-2024'],['MIKE.','The Independent','San Francisco, CA','Wednesday','5/8/2024','8:00 PM','6008359','MIKE--5-8-2024'],['Tei Shi','The Independent','San Francisco, CA','Thursday','5/9/2024','8:00 PM','6255901','Tei-Shi-5-9-2024'],['Bob Schneider','The Independent','San Francisco, CA','Friday','5/10/2024','9:00 PM','6030108','Bob-Schneider-5-10-2024'],['Ash','The Independent','San Francisco, CA','Saturday','5/11/2024','9:00 PM','6009362','Ash-5-11-2024'],['Ash','The Independent','San Francisco, CA','Sunday','5/12/2024','8:00 PM','6085045','Ash-5-12-2024'],['Tigercub','The Independent','San Francisco, CA','Monday','5/13/2024','8:00 PM','6250458','Tigercub-5-13-2024'],['Cansei De Ser Sexy (CSS)','The Independent','San Francisco, CA','Tuesday','5/14/2024','8:00 PM','6231072','Cansei-De-Ser-Sexy--CSS--5-14-2024'],['The Go Team','The Independent','San Francisco, CA','Thursday','5/16/2024','8:00 PM','6018615','The-Go-Team-5-16-2024'],['Colby Acuff','The Independent','San Francisco, CA','Friday','5/17/2024','9:00 PM','6278862','Colby-Acuff-5-17-2024'],['Malcolm Todd','The Independent','San Francisco, CA','Saturday','5/18/2024','9:00 PM','6276979','Malcolm-Todd-5-18-2024'],['Malcolm Todd','The Independent','San Francisco, CA','Sunday','5/19/2024','8:00 PM','6282547','Malcolm-Todd-5-19-2024'],['Teezo Touchdown','The Independent','San Francisco, CA','Monday','5/20/2024','8:00 PM','6155761','Teezo-Touchdown-5-20-2024'],['Teezo Touchdown','The Independent','San Francisco, CA','Tuesday','5/21/2024','8:00 PM','6152304','Teezo-Touchdown-5-21-2024'],['Wisp','The Independent','San Francisco, CA','Wednesday','5/22/2024','8:00 PM','6315069','Wisp-5-22-2024'],['Lewis OfMan','The Independent','San Francisco, CA','Thursday','5/23/2024','8:00 PM','6083937','Lewis-OfMan-5-23-2024'],['Electric Feels','The Independent','San Francisco, CA','Friday','5/24/2024','9:00 PM','6360223','Electric-Feels-5-24-2024'],['Medium Build','The Independent','San Francisco, CA','Saturday','5/25/2024','9:00 PM','6237395','Medium-Build-5-25-2024']],'independent san francisco may','http://www.ticketnetwork.com/en/search/?text=independent%20san%20francisco%20may');