var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="The Rolling Stones - BBC
"; arnews[0] += "The Rolling Stones recorded at Leeds University in 1971. Presented by Chris Hawkins. Recorded at the height of their career in a small venue this is a real treat for Stones fans. Tracks include Love In Vain, Street Fightin' Man and the classics ..."; arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT"; arnews[0] += "
"; arnews[1]="Texas billionaire David Bonderman takes home $1.5bn profit from Myer ... - News.com.au
"; arnews[1] += "David Bonderman pocketed $1.5 billion by buying Myer at a bargain-basement price and flogging it back to the market at a premium / File HE'S the genius behind one of Australia's most extraordinary business coups: a Texas billionaire who lives as ..."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:39:00 GMT"; arnews[1] += "
"; arnews[2]="SIMON COWELL SET FOR DOUBLE CHART TOP SPOT - Daily Express
"; arnews[2] += "SIMON Cowell is poised for a record-breaking double triumph – taking the No 1 spots in the singles and ­albums charts this Christmas. If this year’s X Factor winner does not steal the top spot from The X Factor ­finalists’s charity single ..."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 02:39:00 GMT"; arnews[2] += "
"; arnews[3]="The Rolling Stones (music group) - Chicago Tribune
"; arnews[3] += "In a recent interview, filmmaker Richard Curtis, whose popular British comedies (\"Four Weddings and a Funeral,\" \"Bridget Jones's Diary,\" \"Love Actually\") have done just as well on this side of the pond, painted a modern American equivalent to the ..."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 15:02:00 GMT"; arnews[3] += "
"; arnews[4]="The Rolling Stones Get Lickered Up - Undercover Music News
"; arnews[4] += "The Rolling Stones could have called it Jagger Juice, but no, instead their new wine is simply called `Forty Licks`. The new Stones drop is a 2007 Merlot. It made its debut last week at the Rock and Roll Hall of Fame concert at Madison Square Garden ..."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 04:31:00 GMT"; arnews[4] += "
"; arnews[5]="DRINK THE CHAI, BUT DON’T TRUST - Recorder Community Newspapers
"; arnews[5] += "RANDOLPH TWP. – Smartly outfitted in an Army uniform festooned with campaign ribbons, Randolph High School teacher Dan Austin fought back tears when, during a special Veterans Day assembly, he recalled how a relative also deployed to southern Iraq ..."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 23:33:00 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("
");