Thursday, July 18
Sea breeze and seagulls
Reno Divorce performs punk and rock & roll from 6 to 8 p.m. on the Redondo Beach Pier, behind Tony’s, 100 Fisherman’s Wharf, Redondo Beach. Come back on Saturday, same time and place, to hear reggae beats from Ilocks Walker & The Souls of Love. Free. More are redondopier.com.= 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_342508"]').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_342508').on('click', function(){
var link = jQuery('.alco-learn-more[data-ad-id="342508"]').attr('href');
if(link){
window.open(link, '_blank');
}
});
}alcoInitYT_342508();


