var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Oprah Winfrey: Let's hope door hits her on the way out
";
arnews[0] += "Oprah Winfrey's announcement about leaving her show should bring joy not only to all African Americans, but normal thinking people of any race.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="The Bonnie Hunt Show
";
arnews[1] += "ABOUT THE BONNIE HUNT SHOW Winner of the Gracie Award for \"Outstanding Talk Show\" by the Foundation of Women in Radio and Television, \"The Bonnie Hunt Show,\" kicks off its highly anticipated second season this September! Bonnie Hunt is one of the most relatable and likeable talk show hosts in daytime today.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:10:34 GMT";
arnews[1] += "
";
arnews[2]="10 things you need to know about Taylor Lautner
";
arnews[2] += "Vampire Edward Cullen has a love rival in the shape of werewolf Jacob Black, but off-screen, R-Pattz better watch his back too.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 00:01:00 GMT";
arnews[2] += "
";
arnews[3]="Levi Johnston relaxes in his Playgirl photo shoot
";
arnews[3] += "Levi Johnston attends the GQ 'Men Of The Year' party held at Chateau Marmont on November 18, 2009 in Hollywood, California Levi Johnston arrives at the Us Weekly Hot Hollywood Event at Voyeur on November 18, 2009 in Los Angeles, California November 21, 2009 1:08 PM EST November 21, 2009 1:38 PM EST LOS ANGELES, Calif.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 20:39:09 GMT";
arnews[3] += "
";
arnews[4]="Robert,Kristin & Taylor Talk New Moon & Laugh It Up On Jimmy Kimmel
";
arnews[4] += "Robert,Kristin & Taylor talk New Moon & laugh it up on Jimmy Kimmel. The three main \"Twilight Saga: New Moon\" stars, Robert Pattinson,Kristen Stewart,and Taylor Lautner made an appearance on the Jimmy Kimmel set last night.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 20:03:26 GMT";
arnews[4] += "
";
arnews[5]="Tyra Banks putting Walt Disney World in spotlight Wednesday
";
arnews[5] += "Tyra Banks sent three girls and their moms to Walt Disney World this week. It was the first visit to the Orlando theme park for the children.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 18:50:39 GMT";
arnews[5] += "
";
arnews[6]="What will next chapter bring for Oprah?
";
arnews[6] += "Oprah Winfrey yesterday announced that she is ending her daytime talk show because \"it's time to leave.\" The earth continues to shudder.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 13:29:07 GMT";
arnews[6] += "
";
arnews[7]="Bling fling
";
arnews[7] += "Mountains of glitter, stands packed with celebrities and a $3 million bra: There definitely was no sign of the recession during the 14th annual Victoria's Secret fashion show.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 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("