function postFeatured(){

ftrd = new Array(6);

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> Breakfast Program: Building Your Business — from Zero to Success<br>May 8, 2008, 7:30-10:00 a.m.<br><a href='/closelyheld/events.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='featured3'><p><a href='/cpe/Youth_Programs/'><img src='home/h_images/summeryouth08.gif' alt='logo Center for Professional Education Summer Youth Programs' width='232' height='151' border='0' /></a> <br><a href='/cpe/Youth_Programs/'>Learn more></a> </p></div>";
ftrd[3] = "<div id='featured3'><p><a href='/summersession/'><img src='home/h_images/logo_ss08.jpg' alt='Summer Session 2008' width='229' height='34' border='0' /></a> <br><br>Summer Session 2008 — May 27 through August 12. Earn up to 12 credits. Choose from more than 700 courses in six, four, or three week sessions, with more than 150 courses taught online!<br><a href='/summersession/'>Learn more></a> </p></div>";
ftrd[4] = "<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[5] = "<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>";

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