var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Aaron Shust Releases First Christmas EP
";
arnews[0] += "ATLANTA, Ga. - Brash Music has announced the release of Aaron Shust's Christmas EP .";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 12:10:55 GMT";
arnews[0] += "
";
arnews[1]="Game of the Week Preview: Washington vs. Northeast
";
arnews[1] += "As was the case last year, George Washington coach Ron Cohen said Northeast has an unfair advantage with the Public League Class AAAA championship game being played at Charlie Martin Memorial Stadium.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Aaron Shust Releases First Christmas EP
";
arnews[2] += "ATLANTA, Ga. - Brash Music has announced the release of Aaron Shust's Christmas EP .";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 14:39:02 GMT";
arnews[2] += "
";
arnews[3]="Problems behind, Eagles look ahead
";
arnews[3] += "George Washington quarterback Aaron Wilmer, breaking the tackle of C.B. East's Zac Bitzer, will be at the helm when the Eagles go after their third straight league championship.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 07:41:47 GMT";
arnews[3] += "
";
arnews[4]="The Country Awards No One Cares About Were Last Night
";
arnews[4] += "I was so confused. A I knew there was some sort of country music award ceremony this week and pictures from the 57th Annual BMI Country Awards came across the wire this morning.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 00:14:25 GMT";
arnews[4] += "
";
arnews[5]="Springsteen cancels Kansas City show due to death
";
arnews[5] += "Bruce Springsteen canceled a performance scheduled for Monday night in Kansas City due to what the Sprint Center arena calls a death in his \"immediate\" family.";
arnews[5] += "
Publ.Date : Tue, 27 Oct 2009 01:12: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("