function load2 () {
    var btn = document.getElementById ('second');
    if (btn)
        btn.onclick = radioClick;
}
