var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Fine living: Have yourself a playful holiday
"; arnews[0] += "Designer Erinn Valencich says color is a vital unifying element to holiday decor."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Fashion Star Of The Week: Kate Beckinsale
"; arnews[1] += "Kate Beckinsale looked very much a fair lady at the MOCA 30th Anniversary Gala which took place in Los Angeles on November 14."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:17:02 GMT"; arnews[1] += "
"; arnews[2]="Morning Links
"; arnews[2] += "Renee Zellweger was hanging out in Starbucks for a bit before facing a gray, rainy day in Vancouver."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 17:00:53 GMT"; arnews[2] += "
"; arnews[3]="Bikini Girl Still Fighting With DioGuardi
"; arnews[3] += "Bikini Girl says 'Idol's' DioGuardi harbors animosity toward her, but she thinks the judge is 'pretty' Katrina \"Bikini Girl\" Darrell and judge Kara DioGuardi clearly didn't start their relationship off on the right foot as the 21-year-old sex symbol told DioGuardi off during her audition in Phoenix, Arizona."; arnews[3] += "
Publ.Date : Thu, 21 May 2009 07:00:00 GMT"; arnews[3] += "
"; arnews[4]="Michael Jai White
"; arnews[4] += "Brooklyn-born Michael Jai White survived his rough urban upbringing and entered the entertainment industry on the strength of his martial arts credentials, backing fellow black belt Steven Seagal in a soup commercial.... Brooklyn-born Michael Jai White survived his rough urban upbringing and entered the entertainment industry on the strength of his ..."; arnews[4] += "
Publ.Date : Mon, 09 Nov 2009 08:00:00 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("
");