// 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-03A 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([['Bendigo Fletcher','Bottom Of The Hill','San Francisco, CA','Sunday','4/28/2024','7:00 PM','6216665','Bendigo-Fletcher-4-28-2024'],['Aaron West And The Roaring Twenties','Bottom Of The Hill','San Francisco, CA','Tuesday','4/30/2024','7:00 PM','6234094','Aaron-West-And-The-Roaring-Twenties-4-30-2024'],['Youth Fountain','Bottom Of The Hill','San Francisco, CA','Thursday','5/9/2024','8:00 PM','6232180','Youth-Fountain-5-9-2024'],['Land of Talk','Bottom Of The Hill','San Francisco, CA','Saturday','5/11/2024','8:00 PM','6133941','Land-of-Talk-5-11-2024'],['Dustin Kensrue','Bottom Of The Hill','San Francisco, CA','Friday','5/17/2024','7:00 PM','6252681','Dustin-Kensrue-5-17-2024'],['Luca Fogale','Bottom Of The Hill','San Francisco, CA','Wednesday','6/5/2024','7:30 PM','6319592','Luca-Fogale-6-5-2024'],['Lip Critic','Bottom Of The Hill','San Francisco, CA','Wednesday','6/12/2024','8:00 PM','6216761','Lip-Critic-6-12-2024'],['Oliver Hazard','Bottom Of The Hill','San Francisco, CA','Friday','6/14/2024','8:30 PM','6295499','Oliver-Hazard-6-14-2024'],['Vision Video','Bottom Of The Hill','San Francisco, CA','Saturday','6/15/2024','9:00 PM','6234304','Vision-Video-6-15-2024'],['Softcult','Bottom Of The Hill','San Francisco, CA','Wednesday','7/10/2024','8:00 PM','6236586','Softcult-7-10-2024']],'bottom of the hill san francisco','http://www.ticketnetwork.com/en/search/?text=bottom%20of%20the%20hill%20san%20francisco');