var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Keith Richards, Ronnie Wood together cope with life without the bottle - Newstrack India
"; arnews[0] += "London, Feb 9 (ANI): Rolling Stones rockers Keith Richards and Ronnie Wood are giving each other \"plenty of moral support\" after they recently gave up booze. The two bandmates were reported to have fallen apart of late, with Keith believed to have ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:29:00 GMT"; arnews[0] += "
"; arnews[1]="Johnny Depp to make documentary about Rolling Stones' Keith Richards? - NME
"; arnews[1] += "The actor, who has been friends with Richards for a number of years, apparently revealed the plans to a Serbian website, reports ScreenCave.com . The documentary won't be the first time the pair have worked together after the two starred together ..."; arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 17:12:00 GMT"; arnews[1] += "
"; arnews[2]="The NFL needs to stop turning its Super Bowl halftime into a showcase ... - Cleveland Plain Dealer
"; arnews[2] += "Nothing against The Who, mind you. Or its surviving original members -- 65-year-old singer Roger Daltrey and 64-year-old guitarist Pete Townshend. Pretty much everyone on The Plain Dealer's editorial board loved The Who -- back in the day. But the ..."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 GMT"; arnews[2] += "
"; arnews[3]="CBS Audience Network - KCBS
"; arnews[3] += "Miami Medical - The Rock Stars of Medicine Trauma doctors are the rock stars of medicine, but the doctors at Miami Medical are the Rolling Stones! Catch the premiere of 'Miami Medical' Friday April 2nd on CBS! The New Adventures of Old Christine - A ..."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 03:20:00 GMT"; arnews[3] += "
"; arnews[4]="Oasis' Noel Gallagher to appear at Toronto trial - CRAVE ONLINE
"; arnews[4] += "You don't get a pass because you're an icon. You don't go from awful to awesome simply because you're supposed to, because the fans want you to. Between the lip synching, the missed guitar cues and the general sense of geriatrics overall, The Who's ..."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 GMT"; arnews[4] += "
"; arnews[5]="'Shave and a haircut`? Not at this barbershop - Estes Park Trail Gazette
"; arnews[5] += "If music soothes the savage beast, a lot of beasts -- savage and not-so -- came away soothed and smiling Saturday night, after the annual barbershop performance at the Rocky Mountain District`s Harmony College weekend at the YMCA of the Rockies. A ..."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 02:08: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("
");