var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Whatever happened to Primrose Hill set?
";
arnews[0] += "Once they were the darlings of the press, feeding the gossip columns with their bed-hopping and break-ups. Andrew Johnson discovers how it worked out getty images Jude Law, always the biggest kid on the Primrose Hill block, is back on top enlarge It might be unkind to suggest that, when Sadie Frost takes to the stage on Tuesday in Sam Shepard's ...";
arnews[0] += "
Publ.Date : Sun, 24 Jan 2010 00:38:11 GMT";
arnews[0] += "
";
arnews[1]="a Plus-Size revolution is taking place in style as fashion mag V puts curvy girls in spotlight
";
arnews[1] += "WHILE it seems millions of women crave a size-zero body, I don't know a single bloke who fancies stick-thin models.";
arnews[1] += "
Publ.Date : Tue, 12 Jan 2010 06:32:03 GMT";
arnews[1] += "
";
arnews[2]="Announcements
";
arnews[2] += "VELLA. On December 8, at her residence, DORIS, widow of Carmel, of Birkirkara, aged 85 years, passed away peacefully, comforted by the rites of Holy Church.";
arnews[2] += "
Publ.Date : Wed, 09 Dec 2009 09:19:04 GMT";
arnews[2] += "
";
arnews[3]="Liverpool Style: Fashion victim: James Brown's Supermodel Salon was must watch television
";
arnews[3] += "FOR celebrity watchers it was definitely must-see TV. For dedicated die-hard Kate Moss obsessives like myself though, it was pure, unadulterated, voyeuristic bliss.";
arnews[3] += "
Publ.Date : Wed, 14 Oct 2009 22:00:00 GMT";
arnews[3] += "
";
arnews[4]="Top 17 90s TV Girls Who Made You Come Of Age
";
arnews[4] += "Remember being a teenager in the 90s? Remember the TV shows we used to watch back then? The pattern was nearly always the same: the actors were all way too old, the morals were way too obvious and the girl next door way was too hot to be reala Great days, Ia m sure we all agree.";
arnews[4] += "
Publ.Date : Mon, 07 Sep 2009 14:51:26 GMT";
arnews[4] += "
";
totcount = 5;
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("