var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Berry's thief biopic still...
";
arnews[0] += "ROBERT PATTINSON is dreading his sex scenes with UMA THURMAN in upcoming movie BEL AMI - insisting the shoot will be \"kind of disturbing.\" Moviemaker CHRIS COLUMBUS has given teenager LOGAN LERMAN a huge boost in his battle to become the next SPIDER-MAN, insisting the newcomer would be the perfect replacement for TOBEY MAGUIRE.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 13:57:50 GMT";
arnews[0] += "
";
arnews[1]="Berry's Thief Biopic Still on Despite Arrest
";
arnews[1] += "Payne was arrested as she tried to leave a Saks Fifth Avenue store in C= osta Mesa, California last month without paying for a $1,300 Burberry trenchcoat.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 22:17:20 GMT";
arnews[1] += "
";
arnews[2]="Victoria-born author's sleuth is heading to small screen
";
arnews[2] += "Makedde Vanderwall will never be confused with Angela Lansbury's sleuthing mystery writer in Murder, She Wrote.";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 17:30:44 GMT";
arnews[2] += "
";
arnews[3]="Halle Berry's Jewel Thief Arrested
";
arnews[3] += "HALLE BERRY'S JEWEL THIEF ARRESTED The aged jewel thief HALLE BERRY will play in young producer JUSTIN BERFIELD's new movie has been arrested for stealing a coat from a department store in Costa Mesa, California.";
arnews[3] += "
Publ.Date : Sat, 30 Jan 2010 00:25:48 GMT";
arnews[3] += "
";
arnews[4]="Zoe: 'Eating disorder...
";
arnews[4] += "AVRIL LAVIGNE has dismissed rumours her upcoming album has been hindered by her fractured working relationship with ex-husband DERYCK WHIBLEY, insisting they are still the best of friends.";
arnews[4] += "
Publ.Date : Thu, 28 Jan 2010 09:36:48 GMT";
arnews[4] += "
";
arnews[5]="Sarandon spanks pig man at...
";
arnews[5] += "Singer KE$HA is convinced she's \"haunted\" - because she is visited by a scary ghost in her dreams every night.";
arnews[5] += "
Publ.Date : Thu, 28 Jan 2010 09:36:24 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("