var r_text = new Array ();
r_text[0] = "Rebuilding Health, through Innovative Testing";
r_text[1] = "Available now, Your Report On-Line...  <a href='/reporting-FAQ.php'><i><TT>Read more</TT></i></a>";
r_text[2] = "Check out our new Painkiller Antibody Panel... <a href='/announcements_3.php'><i><TT>Read more</TT></i></a>";
r_text[3] = "New Comprehensive Urinary Hormone Profile...  <a href='/announcements_2.php'> <i><TT>Read more</TT></i></a>";
r_text[4] = "New IgA Antibody Testing...  <a href='/announcements.php'><i><TT>more</TT></i></a>";

var i = Math.floor(5*Math.random())

document.write(r_text[i]);
