var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Injury tempers Bushrangers' joy
";
arnews[0] += "VICTORIA's satisfaction at sealing a five-wicket home win against arch-rival NSW last night was tempered by the likelihood that James Pattinson has become the latest Australian paceman to succumb to serious injury.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 15:12:41 GMT";
arnews[0] += "
";
arnews[1]="Bushrangers go top with damp win
";
arnews[1] += "Victoria shares the top of the domestic one-day table with Queensland on 21 points.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 13:27:30 GMT";
arnews[1] += "
";
arnews[2]="Blues restricted to 224
";
arnews[2] += "Bryce McGain and Dirk Nannes led the charge as Victoria's bowlers restricted New South Wales to 224 in their domestic one-day clash at the MCG on Wednesday afternoon.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 13:26:18 GMT";
arnews[2] += "
";
arnews[3]="Victoria stay on track for one-day final
";
arnews[3] += "Victoria remain on track for their eighth-straight domestic cricket final after an outstanding five-wicket win over NSW on Wednesday at the MCG.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 12:32:05 GMT";
arnews[3] += "
";
arnews[4]="Gora book must-have for fans of '80s teen flicks
";
arnews[4] += "Did you know that people come up to Matthew Broderick - often at ball games - to ask if it's his day off? How about that fans incessantly pester Judd Nelson for the punch line to the one about the blonde, the dog and the salami? Or that Gedde Watanabe auctions off voicemail messages as Long Duk Dong for charity? Those totally tubular tidbits and ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 11:44:34 GMT";
arnews[4] += "
";
arnews[5]="OF course, all is not lost for Yankees without Damon
";
arnews[5] += "You listen to the negative noise about the Yankees' outfield without Johnny Damon and you wonder if Bubba Crosby, Karim Garcia and Raul Mondesi have slipped back into pinstripes.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 11:14:12 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("