var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The White Stripes Take on the Air Force (and win) | The Fearless ...
";
arnews[0] += "The only thing the Air Force Super Bowl ad had going for it was the catchy song. A song which apparently was used without permission by the White Stripes and they're not happy.";
arnews[0] += "
";
arnews[1]="Adrian Champion Presents – Stars&Stripes ( The White Stripes ...
";
arnews[1] += "Hip-Hop / Rap 2010 USA MP3 tracks 320 kbps 0:47:57 01 Bombs Over Orchids (The White Stripes + Outkast) 02 Icky Says (The White Stripes + Pharoahe.";
arnews[1] += "
";
arnews[2]="White Stripes upset over song in Super Bowl ad | VX50.com
";
arnews[2] += "DETROIT (AP) -- The White Stripes say the Air Force Reserve used one of their songs without permission in an American football champio...";
arnews[2] += "
";
arnews[3]="Rich Electric Blue: The White Stripes .
";
arnews[3] += "The White Stripes. Amazing video of the opening tune of a live The White Stripes performance. Brilliant. |. Posted by Joachim at 10:10 AM. 0 comments: Post a Comment. Older Post Home. Subscribe to: Post Comments (Atom) ...";
arnews[3] += "
";
arnews[4]="tour and travel » Blog Archive » The White Stripes – Hotel Yorba
";
arnews[4] += "There are (25) Comments for the The White Stripes – Hotel Yorba. Ipwnuofazeroth says... where has everyone been for the last 10 years!!! NO THEY ARE NOT MARRIED NOR ARE THEY BROTHER AND SISTER, PEAS AND RICE! ...";
arnews[4] += "
";
arnews[5]="Entertainment: Movie, Fashion, Music, Playboy, Hollywood ...
";
arnews[5] += "LONDON (Billboard) - The White Stripes plans \"strong action\" against the Air Force Reserve over its Super Bowl commercial, which the duo claims is an unauthorized re-recording of its song \"Fell in Love With a Girl.\" ...";
arnews[5] += "
";
arnews[6]="White Stripes see red « MUSIC WORLD
";
arnews[6] += "DETROIT – The White Stripes say the Air Force Reserve used one of their songs without permission in a Super Bowl ad, and that they are insulted their song was used to encourage recruitment during a war they don't support. ...";
arnews[6] += "
";
arnews[7]="Ad war furnaces White Stripes'
";
arnews[7] += "The band, originally from Detroit said, they were \"very offensive\" to the announcement and said it meant the White Stripes promote \"to set in a war that we do not support.\" Air Force Reserve, said in a statement that the music was ...";
arnews[7] += "
";
arnews[8]="White Stripes slams Air Force for ad with song close to their own ...
";
arnews[8] += "The White Stripes are fuming over a U.S. Air Force Reserve ad that aired during the Super Bowl, which they say used a re-recorded instrumental version of their breakout single “Fell in Love With a Girl” without permission. ...";
arnews[8] += "
";
arnews[9]="The White Stripes Takin' No Sh!t! « iQuestionAuthority
";
arnews[9] += "“The White Stripes take strong insult and objection to the Air Force Reserves presenting this advertisement with the implication that we licensed one of our songs to encourage recruitment during a war that we do not support,” read the ...";
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("