var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Genre Dictionary, 2000-09: From Crabcore To S---gaze
";
arnews[0] += "As soon as a musical movement gets a name, someone is already declaring it dead.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 22:46:22 GMT";
arnews[0] += "
";
arnews[1]="Knighting Investiture by the Imperial Orders of Constantine the Great and of Saint Helen
";
arnews[1] += "Knighthood is not something that belongs only to old times as portrayed in the legendary movie, the First Knight in which Richard Gere plays Lancelot and is costarred by Sean Connery and Julia Ormond.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 21:07:10 GMT";
arnews[1] += "
";
arnews[2]="Kids, adults share which Sesame Street character they would be
";
arnews[2] += "For 40 years, they've provided daily childhood companionship. They taught us the alphabet, how to share and how to treat one another.";
arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 03:48:00 GMT";
arnews[2] += "
";
arnews[3]="Horse Racing
";
arnews[3] += "Ran very well in Pro Ride debut in last; big rider switch to Rafael Bejarano for the money shot.";
arnews[3] += "
Publ.Date : Sun, 08 Nov 2009 11:36:52 GMT";
arnews[3] += "
";
arnews[4]="Lady Sovereign 'joins ladies football team'
";
arnews[4] += "Lady Sovereign has signed for a London football team. The rapper, who was once offered a trial to play with Arsenal Ladies, has joined Leyton Ladies.";
arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 08:50:33 GMT";
arnews[4] += "
";
arnews[5]="Bloc Party's Kele Okereke to release solo album?
";
arnews[5] += "With his band about to go on hiatus, the Bloc Party frontman is reportedly working on a new project with producer Hudson Mohawke Kele's heroes ... the Bloc Party frontman may be teaming up with Spank Rock.";
arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 12:09:30 GMT";
arnews[5] += "
";
totcount = 6;
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("