var myPix3 = new Array("/images/banners/banner_health.jpg", "/images/banners/banner_community.jpg", "/images/banners/banner_advertise_piggy.gif", "/images/banners/banner_recipes.gif", "/images/banners/banner_blacks_in_state_gov.jpg", "/images/banners/banner_hbcu.jpg");
var myHref3 = new Array("/health/headlines.shtml", "/community/headlines.shtml", "/advertising/online_advertising.shtml", "/soul/recipes.shtml", "/government/blacks_in_state_government.shtml", "/community/education/hbcu_directory/hbcu_directory.shtml");
function choosePic3() {
        if (document.images) {
                randomNum3 =
        Math.floor((Math.random() * 10)) % 6
                document.myPicture3.src = myPix3[randomNum3];
                }
                }