var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="THE rotten acts auditioning for BGT has led Simon to declare: a I cana t do this any more!a
";
arnews[0] += "THE number of rotten acts auditioning for this year's Britain's Got Talent has led Simon Cowell to declare: \"I can't do this anymore!\" The music mogul said he couldn't face returning next year after seeing the quality of contestants at the London try-outs. Simon cracked after a 66-year-old woman took to the stage and played a hosepipe connected to ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:59:12 GMT";
arnews[0] += "
";
arnews[1]="Former resident has Olympic connection
";
arnews[1] += "A woman with St. Cloud ties will cheer on her husband at the Vancouver 2010 Olympics.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:51:53 GMT";
arnews[1] += "
";
arnews[2]="Katie Price - riding advert?
";
arnews[2] += "It was advertising Channel 4 , she and a few other celebs, including Kirsty & Phil, Heston, Amanda Holden and Piers Morgan turn up at some ramdom bloke's house.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:38:24 GMT";
arnews[2] += "
";
arnews[3]="Twirlers living the TV dream
";
arnews[3] += "FIVE Thurrock twirlers are taking part in the Britaina s Got Talent auditions. The girls are part of the Thurrock Belettes and are competing under the name Twirlers Unite for the TV talent competition.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 18:37:04 GMT";
arnews[3] += "
";
arnews[4]="True blue beauty: Amanda Holden looks ravishing
";
arnews[4] += "When she arrived for the Britain's Got Talent auditions at London's Hammersmith Apollo, Amanda Holden proved that she is a true fashionista.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 17:08:20 GMT";
arnews[4] += "
";
arnews[5]="Hotly-tipped 'BGT' star worried over age
";
arnews[5] += "The 81-year-old woman who recently wowed the Britain's Got Talent judges initially feared that she was too old for the show, it has been revealed.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 12:01:06 GMT";
arnews[5] += "
";
arnews[6]="Fans go Gaga for BGT
";
arnews[6] += "AS if the Cheeky Girls turning up wasn't wacky enough . . . another pop tart auditioned for Britain's Got Talent in the shape of a Lady Gaga impersonator.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 08:48:31 GMT";
arnews[6] += "
";
totcount = 7;
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("