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]="Evan Dando Plans Solo Tour
";
arnews[1] += "The Lemonheads' frontman Evan Dando is embarking on a solo tour of both Europe and the US.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 01:31:38 GMT";
arnews[1] += "
";
arnews[2]="Evan Dando at the Old Rock House in February?
";
arnews[2] += "So says a press release received from his publicist, with a list of 2010 solo tour dates.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 15:44:15 GMT";
arnews[2] += "
";
arnews[3]="Juliana Hatfield announces new album, sings about Evan Dando, appoints a new Phoenix music editor
";
arnews[3] += "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[3] += "
Publ.Date : Thu, 22 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Love Hope Strength Music Lounge night 2
";
arnews[4] += "The Love Hope Strength Music Lounge, part of the annual Starz Denver Film Festival, will be held over four nights at the Walnut Room and the Meadowlark Bar.";
arnews[4] += "
Publ.Date : Wed, 04 Nov 2009 22:53:00 GMT";
arnews[4] += "
";
arnews[5]="The Rock Home of Stockholm
";
arnews[5] += "Rocket is the official radio station, and we have a bunch of tickets to pass out to your listeners - stay tuned over the next few weeks to have a shot of winning! Friday November 2009 As the decade comes to a close, which of the following Swedish bands has made the most good music over the past 10 years? The Hives Soundtrack of our Lives The ...";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 17:16:39 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("