var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lady Gaga, Rihanna and Ashley Simpson
";
arnews[0] += "Lady Gaga is auctioning off one of her costumes to raise money for Haiti and Eva Longoria had a wee copy and paste incident yesterday on Twitter! Bindi Irwin's first movie has gone straight to DVD.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:39:59 GMT";
arnews[0] += "
";
arnews[1]="Melrose Place, Wednesday 7:30pm The remake kicks off as wide-eyed...
";
arnews[1] += "The remake kicks off as wide-eyed Oregon transplant Violet Foster arrives in L.A. to find a dead body floating in the courtyard pool at 4616 Melrose Place.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:07:42 GMT";
arnews[1] += "
";
arnews[2]="Ashlee Simpson Quickly Heads Back To Warmer Temps
";
arnews[2] += "Ashlee Simpson was snapped this afternoon heading out at JFK airport. It seems she couldn't wait another moment before getting back to the warmth of California.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:16:31 GMT";
arnews[2] += "
";
arnews[3]="ASSlee Threatens Promises To Reproduce More
";
arnews[3] += "Ashlee Simpson recently told anyone who would listen that she's ready for more children with husband Pete Wentz .";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 00:34:02 GMT";
arnews[3] += "
";
arnews[4]="Ashlee Simpson 'wants another baby'
";
arnews[4] += "Ashlee Simpson has reportedly revealed her intention to have another baby, reports claim.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 22:59:31 GMT";
arnews[4] += "
";
arnews[5]="Michelle Williams Takes The Reigns From Ashlee Simpson in 'Chicago'
";
arnews[5] += "Former Destiny's Child member, Michelle Williams , took over for Ashlee Simpson in the record-breaking musical 'Chicago' last night.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 21:25:37 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("