var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Obituaries: Friday, November 20, 2009
";
arnews[0] += "Annie P. Alston WARRENTON - Annie P. Alston, 91, of 118 Marshall St., Warrenton, died Friday, Nov.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:22:07 GMT";
arnews[0] += "
";
arnews[1]="Good Cause, Good Music
";
arnews[1] += "Good Cause, Good Music It would be a good concert on its own; but the Pablove Foundation's Saturday night benefit concert also comes with an important mission: Raising funds for pediatric cancer research and treatment.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:15:34 GMT";
arnews[1] += "
";
arnews[2]="Lady Gaga Is 'Fantastic Creature,' Say Fellow Celebs
";
arnews[2] += "Singing her new single, \"Speechless,\" she displayed just the kind of avant-garde artistry that had all the celebrities in attendance praising Gaga's gutsy persona.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 22:26:00 GMT";
arnews[2] += "
";
arnews[3]="Angelina and Brad's arty visit
";
arnews[3] += "Angelina Jolie and Brad Pitt enjoyed a break from looking after their brood when they visited an art exhibition in Los Angeles.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 11:47:01 GMT";
arnews[3] += "
";
arnews[4]="Fifth - Guitar' installment rocks
";
arnews[4] += "It's difficult to believe the Guitar Hero franchise dates back only to 2005. What began as a seemingly risky digital endeavor , has blossomed into full-on music-game proliferation.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 20:48:04 GMT";
arnews[4] += "
";
arnews[5]="Band of Horses, Tom Morello, BRMC, More Fight Cancer
";
arnews[5] += "Nobody likes cancer. Especially when it affects kids. That's why acts as diverse as Band of Horses, Shirley Manson and Sea Wolf have banded together with the Pablove Foundation for a benefit concert to raise money for youth cancer.";
arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 17:47:10 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("