var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Quotes of the Week - July 10 - Entertainment.uk.msn.com
";
arnews[0] += "Britain's Got Talent finalist Shaheen Jafargholi had the biggest week of his life - singing for millions at the Michael Jackson memorial. In this week's gallery of top quotes, the 12-year-old explains how he found the courage: \"I had to do him ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 11:13:00 GMT";
arnews[0] += "
";
arnews[1]="TV Flops - Entertainment.uk.msn.com
";
arnews[1] += "Remember Davina McCall's disastrous BBC chat show? Or Johnny Vaughan's hoax reality series Space Cadets? And did anyone watch his 'orrible sitcom 'Orrible? What am I saying? Nobody saw it… The views in this column/blog are those of the author ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 11:48:00 GMT";
arnews[1] += "
";
arnews[2]="Have one for me, Coleen.. Mrs Rooney might be out on the town but this ... - Daily Mail
";
arnews[2] += "Ten days after giving birth, I've squeezed my battered body into two pairs of Spanx pants and a polka dot cocktail dress. I'm on my way to a hen night and as I teeter across Covent Garden to meet my friends outside a burlesque club, I feel elated to ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 12:33:00 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("