function switch_mojave_video( url )
{
    document.getElementById('main-video').innerHTML = "<embed style=\"margin-left: 15px; margin-bottom: 5px;\" src=\"" + url + "\" type=\"application/x-shockwave-flash\" width=\"315\" height=\"191\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed>";
}
