var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="4.Frisky Fran is...
";
arnews[0] += "OVERJOYED Wayne and Coleen Rooney have become proud parents of a striking son - leaving the England ace blubbing like a baby.";
arnews[0] += "
Publ.Date : Wed, 04 Nov 2009 02:27:15 GMT";
arnews[0] += "
";
arnews[1]="Feisty Fran's Wag Secret
";
arnews[1] += "FEISTY Francoise Boufhal is hiding a shocking WAG secret - she'll never be one. The 20-year-old beauty has already proved a huge hit with Daily Star readers, thanks to her 28H treasure chest.";
arnews[1] += "
Publ.Date : Tue, 03 Nov 2009 19:55:39 GMT";
arnews[1] += "
";
arnews[2]="Seren Gibson & Danni Wells is Having Sex on the Beach
";
arnews[2] += "At least thats what Loaded magazine is indicating.. I personally don't think having sex on the beach and posing topless on the beach are the same thing.";
arnews[2] += "
Publ.Date : Tue, 21 Jul 2009 16:04:41 GMT";
arnews[2] += "
";
totcount = 3;
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("