var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Set for No1, but Susan Boyle takes bus to buy frock for X Factor
";
arnews[0] += "SUPERSTAR Susan Boyle hopped on a bus yesterday - to buy a new outfit for The X Factor.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:06:40 GMT";
arnews[0] += "
";
arnews[1]="Blogs
";
arnews[1] += "Making the decision to lose weight, when you have never cared how heavy you were before, is a big change to make.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:59:41 GMT";
arnews[1] += "
";
arnews[2]="Jay-Z's - Empire' rules U.S. singles chart
";
arnews[2] += "Jay-Z earned his fourth No. 1 on the Billboard Hot 100 singles chart on Thursday with \"Empire State of Mind,\" his collaboration with Alicia Keys.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:55:10 GMT";
arnews[2] += "
";
arnews[3]="Twilight's Reed to make...
";
arnews[3] += "SHAKIRA fears she'll have to write to MATT DAMON's wife and apologise for namechecking her man on her new album.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 13:41:37 GMT";
arnews[3] += "
";
arnews[4]="Mariah Carey Missed Beloved Dog's Labour
";
arnews[4] += "Jet-setting star MARIAH CAREY flew her personal vet from Los Angeles to New York to help her dog deliver puppies - but the singer missed the birth because she was in London.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 13:00:44 GMT";
arnews[4] += "
";
arnews[5]="Hype aside, 'Precious' is 2009's best film
";
arnews[5] += "Nurse John, played by Lenny Kravitz, talks with Precious, played by Gabourey Sidibe, in Precious.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 10:44:25 GMT";
arnews[5] += "
";
arnews[6]="Clarkson proves she's a true idol
";
arnews[6] += "Kelly Clarkson, seen here in New York earlier this year, showed that she's moved beyond the shadow of American Idol with her performance Saturday night.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 10:40:12 GMT";
arnews[6] += "
";
arnews[7]="Our critics' selections
";
arnews[7] += "Precious: Based on the Novel 'Push' by Sapphire Can the story of an abused, illiterate, obese teenager impregnated by her father be uplifting and heart-stirring? Yup.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 08: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("