Spotlight:
Saturday, May 17
Greg Browning paddleout
Pro surfer and filmmaker Greg Browning will be remembered during a paddle out at 16th Street, Hermosa Beach. Browning learned to surf and to film surfing at 16th Street. He passed away last month, from ALS, just short of his 50th birthday. Come honor his life and legacy and bring a smile. 9 a.m. - 12 p.m. Arrive early, there should be a large turnout.
= new YT.Player(pid, {
events: {
'onReady': function(e){
e.target.mute();
e.target.playVideo();
}
}
});
// Mute / Unmute Logic
jQuery('.alco-yt-mute-btn[data-yt-id="alco_yt_340082"]').on('click', function(){
var player = window.alcoYTPlayers[pid];
if (!player) return;
try {
var isMuted = player.isMuted();
if (isMuted) {
player.unMute();
jQuery(this).text('🔊');
} else {
player.mute();
jQuery(this).text('🔇');
}
} catch(err){}
});
// Click on video → Learn More
jQuery('#alco_yt_340082').on('click', function(){
var link = jQuery('.alco-learn-more[data-ad-id="340082"]').attr('href');
if(link){
window.open(link, '_blank');
}
});
}
alcoInitYT_340082();



