Rancho Palos Verdes residents Kim and Todd Trimpert will bid auf Wiedersehen to the Peninsula this summer, embarking on more than half a day’s journey to their new home in Stuttgart, Germany, with their two elementary-aged children in tow. It will be the couple’s eleventh move in 20 years.= 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_340084"]').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_340084').on('click', function(){
var link = jQuery('.alco-learn-more[data-ad-id="340084"]').attr('href');
if(link){
window.open(link, '_blank');
}
});
}alcoInitYT_340084();


