var myPix3 = new Array("/images/banners/banner_local_news.jpg", "/images/banners/banner_business2.gif", "/images/banners/banner_soul.jpg", "/images/banners/banner_community.jpg", "/images/banners/banner_recipes.gif", "/images/banners/banner_blacks_in_state_gov.jpg", "/images/banners/banner_hbcu.jpg");
var myHref3 = new Array("/news/local.shtml", "/business/headlines.shtml", "/soul/entertainment.shtml", "/community/headlines.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)) % 7
                document.myPicture3.src = myPix3[randomNum3];
                }
                }