function postFeatured(){

ftrd = new Array(4);

ftrd[0] = "<div id='featured1'><p><a href='/closelyheld/'><img src='home/h_images/logo_closelyheld.gif' alt='logo closely held business' width='203' height='76' border='0' /><br></a> A community for family and closely held businesses. <br><a href='/closelyheld/default.cfm'>Learn more></a></p></div>";
ftrd[1] = "<div id='featured2'><p><a href='/rbisales/'><img src='home/h_images/logo_rbi.gif' alt='logo Russ Berrie Institute' width='203' height='76' border='0' /></a> Dedicated to advancing the field of professional sales by providing high quality educational, consulting, and training opportunities for both students and practicing business people.  <br /><a href='/rbisales/'>Learn more></a> </p></div>";
ftrd[2] = "<div id='featured4'><p><br /><a href='http://ww2.wpunj.edu/admissions/index_admissions.html'><img src='home/h_images/logo_prospective.gif' alt='logo admissions' width='200' height='36' border='0' /></a><br> At William Paterson University, everything we do promotes academic excellence and student success.<br><br> <a href='http://ww2.wpunj.edu/admissions/index_admissions.html'>Find out more > </a> </p></div>";
ftrd[3] = "<div id='featured3'><p><br /><a href='http://www.wpunj.edu/cpe/'><img src='home/h_images/logo_cpe.gif' alt='logo CPE' width='203' height='54' border='0' /></a><br> Personalized classes, taught by expert instructors and business professionals.<br><br> <a href='http://www.wpunj.edu/cpe/'>Find out more > </a> </p></div>";

index = Math.floor(Math.random() * ftrd.length);
document.write(ftrd[index]);
}

