var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Beverly Hills 90210
"; arnews[0] += "Appropriate title? We think so! It's easy to lose yourself when you're so wrapped up in the drama."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="John Stamos Gets Star On Hollywood Walk Of Fame
"; arnews[1] += "Share + Nov 17, 2009 11:41 am US/Central LOS ANGELES Whether people know him as Blackie, Uncle Jesse, Dr."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 21:38:49 GMT"; arnews[1] += "
"; arnews[2]="Tuesday's Highlights
"; arnews[2] += "SERIES NCIS: The team's investigation into a lieutenant's death is connected to a citywide blackout in this new episode ."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Tuesday's Highlights: Animals to the rescue in 'Merry Madagascar'
"; arnews[3] += "SANTA'S ANIMAL HELPERS: Santa gets amnesia following an accident on his sleigh in the animated holiday special \"Merry Madagascar\" at 8 p.m. on NBC."; arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="'90210': No more happy half-birthdays for Silver
"; arnews[4] += "Ia m having a bit of a problem processing all that went down on this weeka s a oe90210.a I guess I should begin where the episode ended: on Silvera s couch."; arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 20:55:48 GMT"; arnews[4] += "
"; totcount = 5; 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("
");document.write("
");