<!--function printBanner1() {    if (noBooks == null) {    var ranNum= Math.round(Math.random()*2);    } else {    var ranNum = Math.round(Math.random()*1);    }        if (ranNum == 0) {        document.writeln('<a href=\"http://bible.com/kids/\"><img src=\"banners/Kids-Section_160x90.gif\" border=\"0\" alt=\"\"></a>');    }     if (ranNum == 1) {        document.writeln('<a href=\"http://bible.com/donations.php\"><img src=\"banners/donate_banner160x90.gif\" border=\"0\" alt=\"\"></a>');    }     if (ranNum == 2) {        document.writeln('<a href=\"http://store.bible.com/\" target=\"_blank\"><img src=\"banners/ministrybooks160x90.jpg\" border=\"0\" alt=\"\"></a>');    }}//-->