var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="I Really Love My ...
"; arnews[0] += "Always the trendsetter, Kate Bosworth adds a red-hot touch to her acid-washed jeans with a pair of scarlet buckle ChloA booties while hanging out in L.A. and partying in London."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:33:59 GMT"; arnews[0] += "
"; arnews[1]="DIARY: Star Turn
"; arnews[1] += "Left: Outside the MoCA gala. MOVIE STARS MAY GET DAYS OFF but artists are always on the job."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 19:30:00 GMT"; arnews[1] += "
"; arnews[2]="Gatecrasher: Ex-pal raining on Jay-Z's parade
"; arnews[2] += "Beanie Sigel isn't letting former buddy, Jay-Z, enjoy the success of his latest tune."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 06:00:18 GMT"; arnews[2] += "
"; arnews[3]="True Blood Star Camping Out for New Moon Tix?
"; arnews[3] += "Alexander Skarsgrd can't wait to start shooting the next season of True Blood . \"It's been like five or six months since I've seen most of them,\" Skarsgrd, who plays vampire Eric on the hit HBO series, told me at the GQ Men of the Year party."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="'True Blood' star laughs off dating rumors
"; arnews[4] += "Actress Evan Rachel Wood attends a screening of 'Whatever Works' hosted by the Cinema Society and The New Yorker at Regal Cinema Battery Park June 10, 2009 in New York City."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 05:23:04 GMT"; arnews[4] += "
"; arnews[5]="Grapevinea "Ken Ober, Sarah Palin, Ashlee Simpson-Wentz, Adrianna Lima
"; arnews[5] += "Ken Ober Ken Ober Dies Television personality and comedian Ken Ober has died at the age of 52."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 04:34:34 GMT"; arnews[5] += "
"; arnews[6]="Alexander Skarsgard Laughs Off Dating Rumors
"; arnews[6] += "Swedish actor Alexander Skarsgard is baffled by romance reports linking him to his co-stars Evan Rachel Wood and Kate Bosworth - because he's not even dating."; arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 04:32:00 GMT"; arnews[6] += "
"; totcount = 7; 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("
");