var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stars Wish Oprah Well
";
arnews[0] += "News that The Oprah Winfrey Show will end in less than two years has prompted many stars to express their support and praise for the daytime talk show host, reports E! News.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:38:46 GMT";
arnews[0] += "
";
arnews[1]="Runway to Red Carpet: Is Fergie Spot On?
";
arnews[1] += "Who would have thought Fergie of all people could make a multi-color animal print dress look fierce? No offense to the singer, but she doesn't always set the fashion bar very high .";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 20:49:28 GMT";
arnews[1] += "
";
arnews[2]="Going gaga for Lady Gaga
";
arnews[2] += "Singer Lady Gaga performs during the MOCA NEW 30th anniversary gala held Nov. 14, 2009 in Los Angeles.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 03:01:43 GMT";
arnews[2] += "
";
arnews[3]="Dr. Phil, Rachael Ray & More Continue Singing Oprah's Praises
";
arnews[3] += "Before everyone and his mother had a daytime talk show, there was Oprah Winfrey .";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:31:00 GMT";
arnews[3] += "
";
arnews[4]="Brad Pitt, Angelina Jolie, Lindsay Lohan, Kim Kardashian dabble in design
";
arnews[4] += "On of the more disturbing things to come about this decade has got to be how anyone - and I mean anyone - can call themselves a \"designer\" without even knowing how to sew on a button on or sketch a stick man.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:10:01 GMT";
arnews[4] += "
";
arnews[5]="Kathy Hilton: Michael Jackson's Kids Doing Well With Katherine
";
arnews[5] += "Michael Jackson's three children are doing well in the permanent care of their grandmother, Katherine, says family friend Kathy Hilton.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 19:24:40 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("