var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Icky Thump by The White Stripes
";
arnews[0] += "Icky Thump by The White Stripes";
arnews[0] += "
Publ.Date : Tue, 31 Mar 2009 08:00:39 GMT";
arnews[0] += "
";
arnews[1]="'Conquest' by The White Stripes
";
arnews[1] += "Artist: The White Stripes | Album: Icky Thump | Label: Warner Bros.";
arnews[1] += "
Publ.Date : Tue, 27 Nov 2007 16:00:01 GMT";
arnews[1] += "
";
arnews[2]="The White Stripes Tell All
";
arnews[2] += "Meg and Jack White talk about their inspirations and motivations for music.";
arnews[2] += "
Publ.Date : Tue, 16 Oct 2007 23:15:17 GMT";
arnews[2] += "
";
arnews[3]="''The White Stripes' Tell All
";
arnews[3] += "Meg and Jack White discuss their influences, passions and future direction in th";
arnews[3] += "
Publ.Date : Tue, 09 Oct 2007 00:04:10 GMT";
arnews[3] += "
";
arnews[4]="SHOWBIZ: Music: The White Stripes perform for Chelsea pensioners
";
arnews[4] += "The White Stripes play a special set for the Chelsea Pensioners at the Royal Chelsea Hospital in London.";
arnews[4] += "
Publ.Date : Tue, 12 Jun 2007 00:00:00 GMT";
arnews[4] += "
";
arnews[5]="The White Stripes - Icky Thump
";
arnews[5] += "Directed by The Malloys Get the album Icky Thump at iTunes. Includes the exclusive bonus track Baby Brother. Click the link below to go to iTunes now www.warnerbrosrecords.com The...";
arnews[5] += "
Publ.Date : Fri, 25 May 2007 16:00:59 GMT";
arnews[5] += "
";
arnews[6]="The White Stripes - 7 Nation Army
";
arnews[6] += "The White Stripes - 7 Nation Army Music Video";
arnews[6] += "
Publ.Date : Fri, 13 Apr 2007 13:03:04 GMT";
arnews[6] += "
";
document.title=document.title+ " ";
arnews[7]="The White Stripes
";
arnews[7] += "Seven Nation Army website: www.whitestripes.com";
arnews[7] += "
Publ.Date : Sat, 16 Dec 2006 18:53:09 GMT";
arnews[7] += "
";
arnews[8]="White Stripes - Blue Orchid
";
arnews[8] += "Videoclip de los White Stripes - Blue Orchid";
arnews[8] += "
Publ.Date : Sat, 25 Mar 2006 16:01:26 GMT";
arnews[8] += "
";
arnews[9]="The White Stripes - Fell In Love With A Girl
";
arnews[9] += "The White Stripes - Music Video - Fell In Love With A Girl Director: Michel Gondrys Production company: Partizan";
arnews[9] += "
Publ.Date : Wed, 25 Jan 2006 03:02:35 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("