var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mellouli finds form in Singapore
";
arnews[0] += "Sunday, November 22, 2009 SINGAPORE: Tunisia's Ousamma Mellouli finally found form again on Saturday with two titles at the Singapore leg of the shortcourse World Cup, but a slew of expected world records failed to materialise.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:46:09 GMT";
arnews[0] += "
";
arnews[1]="Tech women finish second at Volunteer Invitational behind two Hajnal titles, men place fourth
";
arnews[1] += "KNOXVILLE, Tenn. The Virginia Tech H2Okie swim teams concluded their fall season with second and fourth-place finishes in the three-day Volunteer Invitational held at the Allan Jones Intercollegiate Aquatic Center on Saturday.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 01:38:00 GMT";
arnews[1] += "
";
arnews[2]="Mimicking of Sir Trevor McDonald lands ITV with A 5m lawsuit
";
arnews[2] += "AN ITV newsreader has been accused of imitating Sir Trevor McDonald by a female presenter who is bringing a 5m racism and ageism case against the television company.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 22:55:26 GMT";
arnews[2] += "
";
arnews[3]="NewsBusters' Double Standard on Hacked Email Accounts
";
arnews[3] += "When an email account belonging to Sarah Palin was hacked last year, NewsBusters was not amused: Fast forward to yesterday.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 20:05:11 GMT";
arnews[3] += "
";
arnews[4]="Hacked E-Mail Is New Fodder for Climate Dispute
";
arnews[4] += "Hundreds of private e-mail messages and documents hacked from a computer server at a British university are causing a stir among global warming skeptics, who say they show that climate scientists conspired to overstate the case for a human influence on climate change.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 19:31:09 GMT";
arnews[4] += "
";
arnews[5]="More
";
arnews[5] += "Republican Josh Penry of Grand Junction says he will decide over the holidays whether to run for re-election to his state Senate seat after he dropped out of the race for governor.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 19:21:21 GMT";
arnews[5] += "
";
totcount = 6;
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("