var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Notes from a scandal: How Bruton hit a bum note
";
arnews[0] += "Fine Gael 's Richard Bruton took centre-stage outside Leinster House yesterday amid the continuing fallout from George Lee 's shock departure-- but unbeknownst to the deputy leader, so did his handful of documents.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:24:46 GMT";
arnews[0] += "
";
arnews[1]="QPR 1 Ipswich 2
";
arnews[1] += "QPR fans turned on owner Flavio Briatore as their season of turmoil hit a new low at Loftus Road on Tuesday night.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:17:21 GMT";
arnews[1] += "
";
arnews[2]="Arsenal midfielder Aaron Ramsey eyes his own place among greats of the game
";
arnews[2] += "It was at midday on Sunday, just as the Arsenal team were congregating for lunch at their hotel ahead of the match against Chelsea, that the mobile-phone of Aaron Ramsey suddenly burst into life.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:09:08 GMT";
arnews[2] += "
";
arnews[3]="Harford Hits Out at 'Inept' Rangers
";
arnews[3] += "QPR boss Mick Harford branded his players \"totally inept\" after their shocking first-half display in the 2-1 defeat by Ipswich.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:06:08 GMT";
arnews[3] += "
";
arnews[4]="Relegation Threatened R's Lose Again
";
arnews[4] += "QUEENS Park Rangers once again choked at home as Mick Harford's selection gambit ultimately failed against Ipswich Town.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:43:00 GMT";
arnews[4] += "
";
arnews[5]="Simpson: Winners medal would make career
";
arnews[5] += "DANNY SIMPSON has revealed that winning a Coca-Cola Championship medal with Newcastle United would mean even more to him than making his Manchester United debut.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 12:20:00 GMT";
arnews[5] += "
";
arnews[6]="Ipswich Town away day victory joy - but look at the table
";
arnews[6] += "Joy of joys - at last another Town away-day three-pointer ... and a rise of one position up the Championship table.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 23:00:02 GMT";
arnews[6] += "
";
arnews[7]="QPR 1-2 Ipswich
";
arnews[7] += "Two first-half Ipswich goals condemned QPR to another home defeat with Rangers now two points above the drop zone.";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 22:21:42 GMT";
arnews[7] += "
";
arnews[8]="Preview: QPR Town
";
arnews[8] += "Town travel to Loftus Road tonight, looking to move away from the relegation zone with a win against QPR.";
arnews[8] += "
Publ.Date : Tue, 09 Feb 2010 16:27:56 GMT";
arnews[8] += "
";
totcount = 9;
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("