var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Monk splits from plastic surgeon lover
";
arnews[0] += "Sophie Monk has split from her plastic surgeon boyfriend. The Australian radio star, who recently joined Kyle Sandilands's 2DayFM show as an LA correspondent, said that the break-up was not an acrimonious one.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:29:02 GMT";
arnews[0] += "
";
arnews[1]="Title Change: Pearblossom Becomes Life Blood
";
arnews[1] += "A title change has occurred for Lionsgate's new vampire-fest once known as Pearblossom .";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:34:14 GMT";
arnews[1] += "
";
arnews[2]="Sophie splits from plastic surgeon
";
arnews[2] += "IN news that is unlikely to stem the tidal wave of plastic surgery rumours, Sophie Monk has broken up with her plastic surgeon boyfriend Dr John Diaz.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 20:31:36 GMT";
arnews[2] += "
";
arnews[3]="Jennifer Aniston's blurry nipple
";
arnews[3] += "I put off posting these all day because, personally, I prefer a naked Anna Torv and Blake Lively through a telephoto lens over a pack of cougars in bikinis.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 05:00:00 GMT";
arnews[3] += "
";
arnews[4]="Brown wins the crown
";
arnews[4] += "Halesowen cross-country star Harvey Brown took the under-15s title at the Midlands Championships on Stafford Common.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 02:16:55 GMT";
arnews[4] += "
";
arnews[5]="Honiton ladies bow out in quarter-finals
";
arnews[5] += "HONITON ladies bowed out in the quarter-finals of the English Women's Indoor Association Lingford Trophy after going down 37-26 to Poole's Dolphin Club.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 23:00:00 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("