var myPix3 = new Array("/images/banners/banner_community_based_orgs.jpg", "/images/banners/banner_relationships.jpg", "/images/banners/banner_community.jpg", "/images/banners/banner_sports.jpg", "/images/banners/banner_church_directory.jpg", "/images/banners/banner_news.jpg", "/images/banners/banner_shopping.jpg", "/images/banners/banner_health.jpg", "/images/banners/banner_calendar_of_events.jpg", "/images/banners/banner_business.gif", "/images/banners/banner_advertise_piggy.gif", "/images/banners/banner_caroftheweek.jpg", "/images/banners/banner_recipes.gif", "/images/banners/banner_blacks_in_state_gov.jpg", "/images/banners/banner_hbcu.jpg");
var myHref3 = new Array("/community/community_based_organizations.asp", "/soul/relationships.asp", "/community/headlines.asp", "/sports/headlines.asp", "/community/church_directory.asp", "/news/headlines.asp", "/soul/shopping.asp", "/health/headlines.asp", "/calendar_of_events.asp", "/business/headlines.asp", "/soul/online_advertising.asp", "/soul/car_of_the_week.asp", "/soul/recipes.asp", "/government/blacks_in_state_government.asp", "/community/education/hbcu_directory/hbcu_directory.asp");
function choosePic3() {
        if (document.images) {
                randomNum3 =
        Math.floor((Math.random() * 10)) % 15
                document.myPicture3.src = myPix3[randomNum3];
                }
                }