var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Sunny Side Up: We are all famous in our own way
"; arnews[0] += "Almost everyone has some sort of collection of odd things to share with people as \"claims to fame.\" These may be connections to celebrities; they may be stupid human tricks; and they can even be as simple as an extra bone in the right foot or a missing internal organ."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Bruce Springsteen's "Ohio" goof not the worst; other rock stars have REALLY messed up on stage
"; arnews[1] += "Bruce Springsteen and The E Street Band perform at the Palace of Auburn Hills on Friday."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 20:51:15 GMT"; arnews[1] += "
"; arnews[2]="It happened this week-ish: New Moon madness, Madonna and Jesus' mom,...
"; arnews[2] += "The Taylors *It's Twilight Series: New Moon week kiddies and we know you are all just as excited as we are, we being me and Franki and that is all, no one else at CL cares even a little.but that isn't stopping me from telling YOU about the latest and greatest from the makers of Barbie, Ken and Skipper."; arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 17:16:50 GMT"; arnews[2] += "
"; arnews[3]="Emmy Rossum: 'I met Duritz via Twitter'
"; arnews[3] += "Emmy Rossum has revealed that her relationship with Counting Crows frontman Adam Duritz began through meeting on Twitter."; arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 01:52:28 GMT"; arnews[3] += "
"; arnews[4]="Rossum upset by...
"; arnews[4] += "Soul diva ARETHA FRANKLIN threatened to pull out of her planned performance at the recent Rock & Roll Hall of Fame 25th anniversary tribute - if organisers couldn't promise to shut off all ventilation at Madison Square Garden in New York while she was in the building."; arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 01:03:08 GMT"; arnews[4] += "
"; arnews[5]="Lively wants to become...
"; arnews[5] += "Actress EMMY ROSSUM turned frosty during a radio interview in Los Angeles on Thursday when the host suggested her romance with rocker ADAM DURITZ was like MARILYN MANSON dating ROSE MCGOWAN}. OPRAH WINFREY has publicly apologised to actress ROBIN GIVENS for not attacking her ex-husband MIKE TYSON's domestic violence boasts when he was a guest on ..."; arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 01:02: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("
");document.write("
");