var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'VH1 Storytellers' Marks First Global Premiere With Foo Fighters
";
arnews[0] += "VH1 Storytellers is going global. Featuring Foo Fighters, the music-performance series in which artists field audience questions, will bow on Nov.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:19:09 GMT";
arnews[0] += "
";
arnews[1]="Them Crooked Vultures
";
arnews[1] += "Any effort to divert Dave Grohl from writing more Foo Fighters trifles like \"Wheels\" and return him to his rightful place behind the drum kit should be applauded.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Skulking and super, Them Crooked Vultures have landed
";
arnews[2] += "When rock bands swarmed Earth 40 years ago, they seemed otherworldly - hirsute tribes clad in kaleidoscopic garb, brandishing their guitars like medieval weapons.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 11:41:36 GMT";
arnews[2] += "
";
arnews[3]="Watch out for Them Crooked Vultures
";
arnews[3] += "Your account has been frozen . For your available options click the below button.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 10:43:06 GMT";
arnews[3] += "
";
arnews[4]="Foo Zeppelin Of The Nirvana Age Is Hard To Say :: Them Crooked...
";
arnews[4] += "The 'supergroup' Them Crooked Vultures perform at The Wiltern Newly minted rock supergroup, Them Crooked Vultures , annihilated the Wiltern Theatre on Tuesday night in Los Angeles .";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Concert review: Supergroup Crooked Vultures more than lives up to its hype
";
arnews[5] += "The supergroup wasn't so super ... for about seven seconds. Them Crooked Vultures walked on stage Thursday at Oakland's Fox Theater, smiling to a warm reception.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Tum Mile
";
arnews[6] += "Starring: Emraan Hashmi, Soha Ali Khan Directed by Kunal Deshmukh Rating: * The posters and trailers have helped construct a careful lie.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 09:08:27 GMT";
arnews[6] += "
";
arnews[7]="Enter to win
";
arnews[7] += "Tito Ortiz makes his return to the Octagon in the long awaited rematch against UFC superstar Forrest Griffin...UFC 106: Ortiz vs.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 05:38:16 GMT";
arnews[7] += "
";
totcount = 8;
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("