var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Amy Winehouse's puffing after the gym
";
arnews[0] += "After a session in a gym here, troubled singer Amy Winehouse was spotted sparking up a fag as she danced out of the door.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:59:33 GMT";
arnews[0] += "
";
arnews[1]="Amy Winehouse's puffing after the gym
";
arnews[1] += "London, Nov 22 After a session in a gym here, troubled singer Amy Winehouse was spotted sparking up a fag as she danced out of the door.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:25:54 GMT";
arnews[1] += "
";
arnews[2]="Adam Kispert | List of the Month: It's Easy to Get Hooked on Some of the Decade's Best Songs
";
arnews[2] += "The last in a series looking at the best albums in rock 'n' roll history. The only rule is one album per artist in the top 10 and a little more leeway in the honorable mentions.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 05:51:50 GMT";
arnews[2] += "
";
arnews[3]="Angela Griffin takes on ITV's Loose Women
";
arnews[3] += "AMY Winehouse has set up house - in the hospital where docs fixed her boobs. A HERO policeman was swept to his death yesterday when a bridge gave way as he battled to save a town from 'biblical'' floods.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:26:18 GMT";
arnews[3] += "
";
arnews[4]="Amy Winehouse to have nose job
";
arnews[4] += "Once an addict, always an addict. And now it seems Amy Winehouse is battling a new addiction - plastic surgery.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 00:00:00 GMT";
arnews[4] += "
";
arnews[5]="Singer Winehouse and ex Blake Fielder-Civil will wed again in three months.
";
arnews[5] += "AMY WINEHOUSE and BLAKE FIELDER-CIVIL are planning to MARRY again - in just three months' time.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 22:56:14 GMT";
arnews[5] += "
";
arnews[6]="George Michael: Why I had to keep my homosexuality secret
";
arnews[6] += "The pop singer George Michael reveals today how years of hiding his homosexuality from the public took a deep psychological toll but he did it so his mother wouldn't have to worry about Aids.";
arnews[6] += "
Publ.Date : Tue, 17 Feb 2009 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Blogs
";
arnews[7] += "Making the decision to lose weight, when you have never cared how heavy you were before, is a big change to make.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 13:59:41 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("