var arnews = new Array(5); totcount = 5; rnd = 0; document.write("
| ");
document.title=document.title+ " ";
arnews[0]="August 26, 2010 Approval Letter - Infanrix "; arnews[0] += "a prefilled syringe which has a tip cap which may contain natural rubber latex and plunger which does not contain latex"; arnews[0] += " Publ.Date : Thu, 02 Sep 2010 14:39:00 -0400"; arnews[0] += " "; arnews[1]="Infanrix "; arnews[1] += ""; arnews[1] += " Publ.Date : Thu, 02 Sep 2010 13:04:00 -0400"; arnews[1] += " "; arnews[2]="Jobs at the Center for Biologics Evaluation and Research (CBER) "; arnews[2] += "Interdisciplinary Scientist, Closes: 4/23/2010; Supervisory Contract Specialist (Direct Hire), Closes: 12/31/2010"; arnews[2] += " Publ.Date : Thu, 02 Sep 2010 11:58:00 -0400"; arnews[2] += " "; arnews[3]="August 23, 2010 Approval Letter - Havrix "; arnews[3] += "Revised the Package Insert and pre-filled syringe carton to include the appropriate warnings regarding latex containing components."; arnews[3] += " Publ.Date : Wed, 01 Sep 2010 10:43:00 -0400"; arnews[3] += " "; arnews[4]="Havrix "; arnews[4] += "Package Insert Updated December 2009 to include additional adverse events."; arnews[4] += " Publ.Date : Tue, 31 Aug 2010 15:31:00 -0400"; arnews[4] += " "; totcount = 5; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write(" "); } document.write(" |