');
// 2. We find the "src" (the URL) inside that embed code
var videoUrl = tempDiv.find('iframe').attr('src');
// 3. We apply that URL directly to your main iframe
// This bypasses the security block because we aren't touching 'html body'
$('#content_video_141546182').attr('src', videoUrl);
});
//]]>