var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Loss to Senators is second nature for Sabres
";
arnews[0] += "Maybe it's bad fruit. Or maybe someone is slipping sleeping pills into the sports drinks.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:04:44 GMT";
arnews[0] += "
";
arnews[1]="Generals struggle to find answers as loss streak reaches five
";
arnews[1] += "They brought in two new players. The general manager went behind the bench to provide a second set of eyes.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 21:18:09 GMT";
arnews[1] += "
";
arnews[2]="Rossi hardly a rock star in Supernova's debut
";
arnews[2] += "To appreciate the incongruous scene posed by Rock Star: Supernova's concert debut, it helps to hear from two Canadian fans who trekked here to cheer the band's skunk-haired singer, Lukas Rossi.";
arnews[2] += "
Publ.Date : Mon, 01 Jan 2007 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Improving Hauritz now Australia's No.1 spinner, says Warne
";
arnews[3] += "NATHAN HAURITZ has been supported as Australia's No.1 spinner by Shane Warne in the lead-in to the first Test next week.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 15:14:24 GMT";
arnews[3] += "
";
arnews[4]="Willington hit Saints for six
";
arnews[4] += "TOM Bartram netted four goals as Willington beat Netherseal St Peters 6-3 in the Tag Premier Divisional Cup first round, writes OLVA LLOYD.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 10:58:44 GMT";
arnews[4] += "
";
arnews[5]="Rusty Warne back on show
";
arnews[5] += "Shane Warne hadn't bowled for six months until he went to training on Saturday and his greatest fear on his return to the Australian Twenty20 scene is embarrassing himself.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 09:19:03 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("