var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Anne Hathaway's Armpit Airbrushed out of British GQ Cover?
";
arnews[0] += "The cover, on stands now, features the \" Valentine's Day \" star nearly popping out of her provocative black corset as she raises her arms above her head.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 18:00:00 GMT";
arnews[0] += "
";
arnews[1]="Theatre review round-up: Fool For Love, Really Old Like Forty Five, The Whisky Taster
";
arnews[1] += "CELEBRITY casting is now a routine feature of the West End, of course, where Keira Knightley is currently making a very creditable stage debut in The Misanthrope.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="ViSPY Which celebrity has been put on his last warning by his wife after...
";
arnews[2] += "Which celebrity has been put on his last warning by his wife after kissing her best friend? WIN CASH NOW! Win 1,000s with People Bingo - from as little as 25p a game! Click now to join the fun - and WIN a bundle with People Bingo.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 13:26:18 GMT";
arnews[2] += "
";
arnews[3]="They said WHAT? ViP
";
arnews[3] += "Simon Cowell stopped us from being on CBB because he didn't want to see us on telly everyday.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 09:16:14 GMT";
arnews[3] += "
";
arnews[4]="Not so kini on that look, Jen ViP
";
arnews[4] += "Jennifer Aniston must have rushed the packing for her holiday. Otherwise she'd not be dressed like a beach bum in Mexico, in a mismatched mat brown and pink bikini.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 09:16:09 GMT";
arnews[4] += "
";
arnews[5]="It's an ill wind for sad Kylie ViP
";
arnews[5] += "Blow me down! Pop princess KYLIE MINOGUE was nearly spinning around when she got caught in this gale.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 09:16:03 GMT";
arnews[5] += "
";
arnews[6]="Fool for love: Fool for casting celebs
";
arnews[6] += "CELEBRITY casting is now a routine feature of the West End, of course, where Keira Knightley is currently making a very creditable stage debut in The Misanthrope.";
arnews[6] += "
Publ.Date : Sun, 07 Feb 2010 01:34:10 GMT";
arnews[6] += "
";
arnews[7]="Courteney Cox: The rise of the man-eating older woman
";
arnews[7] += "Courteney Cox's new TV show celebrates sexy older ladies having younger men for breakfast.";
arnews[7] += "
Publ.Date : Sun, 07 Feb 2010 00:01:00 GMT";
arnews[7] += "
";
totcount = 8;
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("