var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Natalie Imbruglia to say G'Day to Manchester
";
arnews[0] += "THE goregous Natalie Imbruglia will say a oeGa daya to Manchester next month as part of her UK tour.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 17:09:40 GMT";
arnews[0] += "
";
arnews[1]="Beauty ranges in supermarkets to compete with...
";
arnews[1] += "BEAUTY brands are getting a run for their money as supermarkets expand their own beauty ranges.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 19:23:33 GMT";
arnews[1] += "
";
arnews[2]="BEAUTY poses naked holding a toy cheetah as she highlights an anti-fur campaign
";
arnews[2] += "PAGE 3 beauty Keeley looks like she's feline frisky - as she poses naked holding a toy cheetah to highlight an anti-fur campaign.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:17:35 GMT";
arnews[2] += "
";
arnews[3]="Safety inquiry over JLS gig crush
";
arnews[3] += "A safety expert is to be brought in to examine how about 60 people got injured in a crowd surge at a free concert during a Christmas event in Birmingham.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 14:33:14 GMT";
arnews[3] += "
";
arnews[4]="Little Boots, Calvin Harris, JLS gig pulled after crowd crush
";
arnews[4] += "Calvin Harris , Little Boots and Tinchy Stryder were forced to abandon a free concert in Birmingham at the weekend after 60 people were injured.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 17:10:21 GMT";
arnews[4] += "
";
arnews[5]="Concert stampede 'could have been a new Hillsborough' as scores are injured in Birmingham
";
arnews[5] += "Council chiefs were accused of risking another Hillsborough disaster after a free concert they organised descended into chaos.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 21:49:01 GMT";
arnews[5] += "
";
arnews[6]="JLS 'devastated' over crowd surge
";
arnews[6] += "Boy band JLS said they were \"so, so sad\" about a crowd surge at a Christmas lights switch-on event in Birmingham in which about 60 people were injured.";
arnews[6] += "
Publ.Date : Sun, 15 Nov 2009 18:31:51 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("