var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pediatric Hospitalizations Associated with 2009 H1N1 Influenza in Argentina
";
arnews[0] += "Pediatric Hospitalizations Associated with 2009 Pandemic Influenza A in Argentina Romina Libster, M.D., Jimena Bugna, M.D., Silvina Coviello, M.S., Diego R. Hijano, M.D., Mariana Dunaiewsky, M.D., Natalia Reynoso, M.D., Maria L. Cavalieri, M.D., Maria C. Guglielmo, M.D., M. Soledad Areso, M.D., Tomas Gilligan, M.D., Fernanda Santucho, M.D., ...";
arnews[0] += "
Publ.Date : Wed, 06 Jan 2010 23:59:56 GMT";
arnews[0] += "
";
arnews[1]="Pediatric Hospitalizations Associated with 2009 Pandemic Influenza A (H1N1) in Argentina
";
arnews[1] += "Methods We conducted a retrospective case series involving children with acute infection of the lower respiratory tract or fever in whom 2009 H1N1 influenza was diagnosed on reverse-transcriptase polymerase-chain-reaction assay and who were admitted to one of six pediatric hospitals serving a catchment area of 1.2 million children.";
arnews[1] += "
Publ.Date : Thu, 24 Dec 2009 09:06:58 GMT";
arnews[1] += "
";
arnews[2]="Pediatric Hospitalizations Associated with 2009 H1N1 Influenza in Argentina
";
arnews[2] += "Published at www.nejm.org December 23, 2009 Pediatric Hospitalizations Associated with 2009 Pandemic Influenza A in Argentina Romina Libster, M.D., Jimena Bugna, M.D., Silvina Coviello, M.S., Diego R. Hijano, M.D., Mariana Dunaiewsky, M.D., Natalia Reynoso, M.D., Maria L. Cavalieri, M.D., Maria C. Guglielmo, M.D., M. Soledad Areso, M.D., Tomas ...";
arnews[2] += "
Publ.Date : Wed, 23 Dec 2009 23:51:52 GMT";
arnews[2] += "
";
totcount = 3;
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("