var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Susan Boyle sings ‘Wild Horses’
";
arnews[0] += "Nov. 23: International superstar Susan Boyle sings her version of the classic Rolling Stones song “Wild Horses.” (Today Show) Susan Boyle - Rolling Stones - Wild Horses -...";
arnews[0] += "
Publ.Date : Mon, 23 Nov 2009 14:02:31 GMT";
arnews[0] += "
";
arnews[1]="Rolling Stone's Jackson issue
";
arnews[1] += "Showbiz Tonight's A.J. Hammer has a look at the new issue of Rolling Stone that celebrates Michael Jackson.";
arnews[1] += "
Publ.Date : Wed, 22 Jul 2009 18:03:03 GMT";
arnews[1] += "
";
arnews[2]="Like a Rolling Stone
";
arnews[2] += "Environmentalist and Rolling Stones keyboardist Chuck Leavell juggles two careers while spending much of his life on the road.";
arnews[2] += "
Publ.Date : Thu, 16 Apr 2009 14:56:52 GMT";
arnews[2] += "
";
arnews[3]="Rolling Stones - Satisfaction
";
arnews[3] += "I can't get no satisfaction: Rolling stones";
arnews[3] += "
Publ.Date : Thu, 28 Aug 2008 13:59:21 GMT";
arnews[3] += "
";
arnews[4]="Kanye West at Rolling Stones' Party
";
arnews[4] += "Join Kanye West, Eve, Kat Von D, The Plain White Ts and Ryan Sheckler at the 40th anniversary of Rolling Stone Magazine at the Hard Rock. Get the low down from Kanye himself on...";
arnews[4] += "
Publ.Date : Mon, 21 Jul 2008 09:27:56 GMT";
arnews[4] += "
";
arnews[5]="ROLLING STONES DRUMMER WATTS SURPRISED MOVIE NOT B
";
arnews[5] += "Charlie Watts was pleasantly surprised that the Rolling Stones movie, Shine A Light, was not a bore. Keywords:Shine A Light, Martin Scorsese, Beacon Theater, Rolling Stones, Mick...";
arnews[5] += "
Publ.Date : Thu, 03 Apr 2008 00:00:00 GMT";
arnews[5] += "
";
arnews[6]="Gimme Shelter - The Rolling Stones
";
arnews[6] += "Gimme Shelter performed by The Rolling Stones ... music gimme shelter the rolling stones awesome amazing rock band";
arnews[6] += "
Publ.Date : Sun, 03 Feb 2008 16:14:56 GMT";
arnews[6] += "
";
document.title=document.title+ " ";
arnews[7]="The Rolling Stones - Satisfaction
";
arnews[7] += "the rolling stones playing satisfaction";
arnews[7] += "
Publ.Date : Sun, 25 Nov 2007 00:47:56 GMT";
arnews[7] += "
";
arnews[8]="USA: MTV and Rolling Stone launch new reaity series
";
arnews[8] += "If you've seen the Hollywood blockbuster \"Almost Famous,\" then the premise may seem familiar. But this time, Rolling Stone - one of the music industry's best known publications -...";
arnews[8] += "
Publ.Date : Thu, 11 Jan 2007 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="UK: 200 pop culture artefacts to go under the hammer, including Princess Di's spare wedding dress and The Rolling Stones' original logo art
";
arnews[9] += "It may not be the dress Princess Diana wore on the day of her royal wedding, but the duplicate gown waiting in the wings as a back-up is close to enough to history to be valued at...";
arnews[9] += "
Publ.Date : Fri, 02 Dec 2005 00:00:00 GMT";
arnews[9] += "
";
totcount = 10;
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("