var arnews = new Array(11);
totcount = 11;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="Group backs mandatory flu shots for health workers (AP)
";
arnews[0] += "
";
arnews[1]="AP Exclusive: Back to work after salmonella case (AP)
";
arnews[1] += "
";
arnews[2]="US smoking rate still stuck at 1 in 5 adults (AP)
";
arnews[2] += "
";
arnews[3]="Report says obesity surgery can save health costs (Reuters)
";
arnews[3] += "
";
arnews[4]="Doctors alarmed by HIV risk for European gays (AFP)
";
arnews[4] += "
";
arnews[5]="Clinical Trials Update: Sept. 8, 2010 (HealthDay)
";
arnews[5] += "
";
arnews[6]="Genetic Scars of the Holocaust: Children Suffer Too (Time.com)
";
arnews[6] += "
";
arnews[7]="Vitamin B 'could delay Alzheimer's onset' (AFP)
";
arnews[7] += "
";
arnews[8]="Two gene mutations mark deadly ovarian cancer (Reuters)
";
arnews[8] += "
";
arnews[9]="HIV spread "out of control" among French gay men (Reuters)
";
arnews[9] += "
";
arnews[10]="Starting periods early tied to greater asthma risk (Reuters)
";
arnews[10] += "
";
totcount = 11;
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]);
}
document.write("