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