var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Twilight could be better
";
arnews[0] += "Talking pictures Joss Whedon, your help is needed - as in immediately. The versatile, talented writer/producer/director needs to be involved with the Twilight movie franchise.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:00:50 GMT";
arnews[0] += "
";
arnews[1]="Paradise recalled
";
arnews[1] += "Once, rock inhabited Eden. Man, Can and Beefheart were its fruit. Then the snakes in suits took over and music biz creatives like Andrew Lauder took to the hills.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:55:59 GMT";
arnews[1] += "
";
arnews[2]="Ringo Starr Gives Brother-In-Law Work On His Next Album
";
arnews[2] += "Ringo Starr has given his brother-in-law some work, allowing him to play guitar on his next album.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 04:56:08 GMT";
arnews[2] += "
";
arnews[3]="Ringo Starr Declares 'Y Not'
";
arnews[3] += "Throughout recorded history, great artists across the universe have dared to ask \"Why?\" On January 12, 2010, one brave man named Ringo finally boldly declares the ultimate answer -- Y Not .";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:59:43 GMT";
arnews[3] += "
";
arnews[4]="Quick Hits: Green Day, Foo Fighters, Miley Cyrus, Nickelback,...
";
arnews[4] += "November 20, 2009 Green Day Green Day are recording a new version of their single \"21 Guns,\" alongside the cast of the American Idiot musical.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:37:03 GMT";
arnews[4] += "
";
arnews[5]="Ringo Starr enlists Paul McCartney for upcoming solo record
";
arnews[5] += "'s upcoming self-produced album, \"Y Not,\" features several guest performers including former Beatles' bandmate Paul McCartney [ tickets ] , who sings with Starr on the album's first single, \"Walk With You,\" according to a press release.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 00:11:30 GMT";
arnews[5] += "
";
arnews[6]="Starr, McCartney duet
";
arnews[6] += "Ringo Starr is joined by his former Beatles bandmate Paul McCartney for a duet on \"Y Not,\" the drummer's forthcoming solo album due out Jan.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 22:20:13 GMT";
arnews[6] += "
";
totcount = 7;
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("