var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Autism: Reaction to the Lancet Retraction - WXIA 11 Alive
";
arnews[0] += "Mother Michele Hicks says, \"For me personally I believe Ben's(autism) had nothing to do with vaccines, that he was born with Autism.\" But Hicks says she knows other families whose children have been injured by vaccines. \"I can personally think of one ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 00:14:00 GMT";
arnews[0] += "
";
arnews[1]="Reunited Jude Law and Sienna Miller go public with their romance on ... - Daily Mail
";
arnews[1] += "He and his actress wife Michele Hicks organised a dinner for them. After some dates in New York the couple holidayed together at Christmas, staying on the exclusive Caribbean island of Bequia. Since returning to the UK last month they have barely ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 GMT";
arnews[1] += "
";
totcount = 2;
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("