var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Government’s key adviser on Academies makes millions ...from setting up Academies
";
arnews[0] += "Pioneer: Ex-physics teacher Graham McAvoy was the Governemnt's 'lead advisor' on the City Academy scheme A key Government adviser on Labour's flagship City Academy scheme is now earning millions of pounds in fees from the taxpayer by setting up the controversial schools.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:29:32 GMT";
arnews[0] += "
";
arnews[1]="Sadie Frost Plans Tell-All Book
";
arnews[1] += "Jude Law's ex-wife Sadie Frost is going public in an autobiography that claims to include \"all the gossip\" about her marriages to Jude and Gary Kemp.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:00:31 GMT";
arnews[1] += "
";
arnews[2]="Sadie Frost to reveal all on Jude Law relationship
";
arnews[2] += "Sadie Frost is penning an autobiography which will reveal ''everything'' about her marriage to Jude Law and her relationship with her first husband, Spandau Ballet singer Gary Kemp.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 13:45:00 GMT";
arnews[2] += "
";
arnews[3]="Sadie Frost to reveal all on Jude Law
";
arnews[3] += "Sadie Frost is to reveal \"everything\" about her relationship with Jude Law in an autobiography.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Sadie Frost To Discuss Law Marriage In Book
";
arnews[4] += "Actress SADIE FROST is set to lift the lid on her marriage to JUDE LAW - she's preparing to release an autobiography.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 13:06:56 GMT";
arnews[4] += "
";
arnews[5]="Sadie Frost to lift lid on Law
";
arnews[5] += "Sadie Frost is to reveal \"everything\" about her relationship with Jude Law in an autobiography.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 23:00:00 GMT";
arnews[5] += "
";
arnews[6]="Frost to discuss Law marriage in book
";
arnews[6] += "Actress Sadie Frost is set to lift the lid on her marriage to Jude Law - she's preparing to release an autobiography.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 12:37:21 GMT";
arnews[6] += "
";
arnews[7]="Sadie Frost planning tell-all biography?
";
arnews[7] += "Sadie Frost will reveal \"everything\" about her relationship with Jude Law in a forthcoming autobiography, say reports.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 19:56:53 GMT";
arnews[7] += "
";
arnews[8]="Sadie Frost to release autobiography
";
arnews[8] += "London, Nov 20 : Actress Sadie Frost is set to release an autobiography which will include all the details about ex-husband Jude Law and close friend Kate Moss.";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 18:12:25 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("