var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Fit Mitchell joins Barnes to face opening salvo from Reds army
"; arnews[0] += "BERRICK BARNES won't be the only former Queenslander facing the wrath of the Brisbane crowd on Saturday night, with Drew Mitchell yesterday confirming his fitness to play against his old state in his first Super 14 match for the Waratahs."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:49:17 GMT"; arnews[0] += "
"; arnews[1]="Make 2010 a year worth celebrating
"; arnews[1] += "To mark our fifth anniversary, we've decided to shake things up and offer more features."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:32:55 GMT"; arnews[1] += "
"; arnews[2]="'Island' guys
"; arnews[2] += "Above: Leonardo DiCaprio and Martin Scorsese promote \"Shutter Island'' yesterday in Rome."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 10:24:40 GMT"; arnews[2] += "
"; arnews[3]="Dan Gross: Bar appearances a 'Shore' thing
"; arnews[3] += "IKE \"The Situation\" Sorrentino and his abs are coming Friday to the Buckhead Saloon , where the \"Jersey Shore\" star will host a party."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:58:52 GMT"; arnews[3] += "
"; arnews[4]="Rusty Dromore Under 13s lose out to Newry City
"; arnews[4] += "Newry City U13s 5 DROMOREa S U13s played host for the second game in a row against a Newry side, this time Newry City."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 00:00:00 GMT"; arnews[4] += "
"; arnews[5]="Super 14 Preview 2010: The Australian Challenge
"; arnews[5] += "Big things are expected in Australia this year after having no semi-finalists in 2009."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 03:16:09 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("
");document.write("
");