var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="RIAA: Reality Is An Accident
"; arnews[0] += "RIAA's new album of mashups and cut-ups is some of the weirdest, wackiest stuff that they've recorded in the last year or two."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:08:45 GMT"; arnews[0] += "
"; arnews[1]="SOPHIA Loren, 75, was oozing [...]
"; arnews[1] += "Sophia Loren, 75, was oozing glamour at the Pirelli Calendar launch in London on Thursday."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:00:00 GMT"; arnews[1] += "
"; arnews[2]="BeeGees reunited
"; arnews[2] += "WHERE Pirelli models flock, men are sure to follow. So it was no great surprise to see crooner James Blunt, who has dated a string of gorgeous women, at the launch of the 2010 Pirelli Calendar in London's Old Billingsgate market."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:28:22 GMT"; arnews[2] += "
"; arnews[3]="Lamborghini Super Sportscars at 2010 Pirelli Calendar Worldwide Premi re
"; arnews[3] += "SANT'AGATA BOLOGNESE - November 20, 2009: Automobili Lamborghini and Pirelli, once again in partnership: the House of the Raging Bull's super sportscars were among the luxury vehicles chosen by the tyre manufacturer for the new 2010 Pirelli calendar presentation, which took place last night in London."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 22:18:31 GMT"; arnews[3] += "
"; arnews[4]="Gerard Butler voted Best British Actor in Hollywood
"; arnews[4] += "Gerard Butler has topped a new list of the 'Best British Actors in Hollywood'. The 40-year-old Scottish actor beat Christian Bale and Daniel Day-Lewis to the title in a poll of more than 1,000 British films fans by online DVD and games rental service Lovefilm."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 20:56:52 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("
");