var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="If she talks like a woman, but walks like a man ..
";
arnews[0] += "Is Tommy Lee hoping to star in a remake of Twelfth Night? Motley Crue met both gender confusion and the body politic on Saturday night when the ex-Mr. Pamela Anderson dropped into the Ultra Supper Club on Queen.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:24:23 GMT";
arnews[0] += "
";
arnews[1]="http://a123.g.akamai.net/f/123/12465/1d/www.leaderpost.com/Police+seiz...
";
arnews[1] += "A file photo taken on August 19, 2009 shows South Africa's Caster Semenya celebrating after winning the women's 800m final race of the 2009 IAAF Athletics World Championships in Berlin.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 15:06:09 GMT";
arnews[1] += "
";
arnews[2]="McDermott: World game is cheap, disposable
";
arnews[2] += "TT was arguably the worst act of sportsmanship ever seen. For mine it wins by the length of the Flemington straight.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 14:57:44 GMT";
arnews[2] += "
";
arnews[3]="Your say: The best sportsperson of the decade
";
arnews[3] += "WHO is the best sportsperson of the decade? The Sunday Mail's Scott Walsh has studied the form and has come up with a list of 14 individuals, plus one team.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 14:55:37 GMT";
arnews[3] += "
";
arnews[4]="Top-flight Hawks too strong
";
arnews[4] += "The reality facing the Calgary Flames as they woke up yesterday must have been disturbing.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 14:45:35 GMT";
arnews[4] += "
";
arnews[5]="Boycott threat to Gillette products over Thierry Henry 'handball' row
";
arnews[5] += "Thierry Henry: French striker Henry, 32, has been widely condemned after he handled the ball before setting up the winning goal in a tense world cup play-off on Wednesday night.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 14:06:54 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("