var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Show Me How To Live by Audioslave
";
arnews[0] += "Show Me How To Live music video by Audioslave added on 2008-04-19";
arnews[0] += "
Publ.Date : Sat, 09 May 2009 14:58:09 GMT";
arnews[0] += "
";
arnews[1]="Be Yourself by Audioslave
";
arnews[1] += "Be Yourself music video by Audioslave added on 2008-04-19";
arnews[1] += "
Publ.Date : Sat, 09 May 2009 14:58:09 GMT";
arnews[1] += "
";
arnews[2]="Audioslave - Doesn't Remind Me
";
arnews[2] += "Music video by Audioslave performing Doesn't Remind Me with Chris Milk [Video Director], Samantha Storr [Video Producer] (C) 2005 Interscope Records and Sony BMG Entertainment";
arnews[2] += "
Publ.Date : Wed, 28 Mar 2007 00:03:49 GMT";
arnews[2] += "
";
arnews[3]="Audioslave - Be Yourself: Album Version, Closed Captioned
";
arnews[3] += "Music video by Audioslave performing Be Yourself: Album Version, Closed Captioned with Caleb Dewart [Video Producer], Francis Lawrence [Video Director] (C) 2005 Interscope Records...";
arnews[3] += "
Publ.Date : Tue, 27 Mar 2007 23:50:29 GMT";
arnews[3] += "
";
document.title=document.title+ " ";
arnews[4]="Audioslave - Like A Stone
";
arnews[4] += "Audioslave Like A Stone (C) 2002 SONY BMG MUSIC ENTERTAINMENT and Interscope Records";
arnews[4] += "
Publ.Date : Tue, 20 Mar 2007 03:05:26 GMT";
arnews[4] += "
";
arnews[5]="Audioslave - Show Me How To Live
";
arnews[5] += "Audioslave Show Me How To Live (C) 2002 SONY BMG MUSIC ENTERTAINMENT. and Interscope Records";
arnews[5] += "
Publ.Date : Tue, 20 Mar 2007 03:05:06 GMT";
arnews[5] += "
";
arnews[6]="Seven nation army - Audioslave
";
arnews[6] += "Seven nation army performed by audioslave ... audioslave tom morello chris cornell brad wilk timmy commeford rock soundgarden rage against the machine RATM";
arnews[6] += "
Publ.Date : Tue, 27 Feb 2007 21:40:06 GMT";
arnews[6] += "
";
arnews[7]="Alternative music video Original Fire - Audioslave
";
arnews[7] += "Alternative music video Original Fire - Audioslave";
arnews[7] += "
Publ.Date : Sat, 07 Oct 2006 18:51:46 GMT";
arnews[7] += "
";
arnews[8]="Audioslave - I Am The Highway
";
arnews[8] += "Video of our move from Los Angeles, CA to Yakima, WA in March 2006. We left my whole family behind to start a new one. Thank you brothers and sisters for holding him so tenderly....";
arnews[8] += "
Publ.Date : Wed, 04 Oct 2006 05:59:38 GMT";
arnews[8] += "
";
arnews[9]="Audioslave - Show Me How To Live
";
arnews[9] += "www.illtones.com to get the freshest new and old ringtones sent right to your phone! - Audioslave";
arnews[9] += "
Publ.Date : Thu, 02 Feb 2006 17:01:47 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("