var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Steven Tyler back on drugs?
";
arnews[0] += "Steven Tyler's bandmates fear he is taking drugs again. The future of Aerosmith has been thrown into doubt after the singer said he wanted to take a year off to pursue a solo career, but the frontman's bandmates are \"suspicious\" of his current behavior.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Fashion Star Of The Week: Kate Beckinsale
";
arnews[1] += "Kate Beckinsale looked very much a fair lady at the MOCA 30th Anniversary Gala which took place in Los Angeles on November 14.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:17:02 GMT";
arnews[1] += "
";
arnews[2]="Who's Flipping The Bird?
";
arnews[2] += "Click the photo above and check out the gallery to find out who it is. Liv Tyler uses her hand gestures to let the photographers know how she is feeling when her son Milo William Langdon is around.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 09:36:03 GMT";
arnews[2] += "
";
arnews[3]="Steve Tyler's bandmates fear he is taking drugs again
";
arnews[3] += "The future of Aerosmith has been thrown into doubt after the singer said he wanted to take a year off to pursue a solo career, but the frontman's bandmates are 'suspicious' of his current behaviour.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 21:11:01 GMT";
arnews[3] += "
";
arnews[4]="AEROSMITH To Rock On Colorado's $5 Scratch Ticket
";
arnews[4] += "Pablo Carlos Mora of The Pueblo Chieftain reports that the rock band AEROSMITH will be featured on a new $5 scratch ticket the Colorado Lottery will offer come March.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:48:37 GMT";
arnews[4] += "
";
arnews[5]="Michael Bennett: Rachel Zoe
";
arnews[5] += "She's somewhat reminiscent of an over-tanned chihuahua and if you believe the gossip websites, it is claimed she doubles as a waif-like drug mule with connections in the darkest corners of South America.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 05:17:23 GMT";
arnews[5] += "
";
totcount = 6;
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("