var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Susan Collins on Fort Hood
";
arnews[0] += "Tisei, Gay, By The Way - With this, it seems that Tisei is indeed the chosen one for LG.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:57:59 GMT";
arnews[0] += "
";
arnews[1]="Juliana Hatfield announces new album, sings about Evan Dando, appoints a new Phoenix music editor
";
arnews[1] += "We were surprised to learn that JULIANA HATFIELD has completed a new album called Peace and Love , which she produced, performed and recorded entirely on her own on an eight-track in her Cambridge apartment.";
arnews[1] += "
Publ.Date : Thu, 22 Oct 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Playlist , Monkey Edition
";
arnews[2] += "At last, a probram featuring more than two hours of songs about monkeys! From Big Maybelle to the Mothers of Invention with inclusions from Chuck Berry, the Kinks, Beastie Boys and, of course, Gorillaz.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 19:28:20 GMT";
arnews[2] += "
";
arnews[3]="Lilith Fair launches local talent search
";
arnews[3] += "One artist will be chosen for each North American tour stop to perform a set of her music on the Lilith Village Stage, which in previous years has featured artists like Christina Aguilera, Nelly Furtado, and Tegan and Sara.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 20:11:03 GMT";
arnews[3] += "
";
arnews[4]="read story
";
arnews[4] += "A This column is to be read while listening to \"Don't Rush Me\" by Juliana Hatfield .";
arnews[4] += "
Publ.Date : Mon, 09 Nov 2009 08:33:40 GMT";
arnews[4] += "
";
arnews[5]="Tahiti 80, Brookville
";
arnews[5] += "Normandy's Tahiti 80 have recently released their fourth album, Activity Center , but only in France and Japan.";
arnews[5] += "
Publ.Date : Fri, 30 Oct 2009 09:00:55 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("