var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lady Lions Stampede the Bison, 77-62
";
arnews[0] += "The Penn State Lady Lions shook off the cobwebs of the hour-long bus ride to Lewisburg to turn in a dominating performance in a 77-62 win over Bucknell Thursday night at Sojka Pavilion.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 06:29:27 GMT";
arnews[0] += "
";
arnews[1]="were married
";
arnews[1] += "One of Hollywood's favorite pin-up boys is officially off the singles list. \"Dawson's Creek\" heartthrob James Van Der Beek, 26, married actress Heather McComb, also 26, over the long holiday weekend in an outdoor ceremony in Malibu, reports the Associated Press.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 04:09:09 GMT";
arnews[1] += "
";
arnews[2]="Lady Red Devils open Saturday in Parkview
";
arnews[2] += "Expectations are high for the Loganville girls varsity basketball team as the Lady Red Devils begin the 2009-10 campaign with a 6 p.m. Saturday matchup against Northwest Whitfield in the Parkview Tip Off Holiday Classic.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 18:00:49 GMT";
arnews[2] += "
";
arnews[3]="Vance County Sheriff's Office Log
";
arnews[3] += "Arrests a Charles Grissom of 179 Willow Oak Drive was served with an order for arrest on Nov.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 11:45:54 GMT";
arnews[3] += "
";
arnews[4]="City rejects settlement offer after losing public records suit
";
arnews[4] += "Snohomish and Monroe schools showed their appreciation for veterans and their service at various events last week.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 04:37:28 GMT";
arnews[4] += "
";
arnews[5]="Lady Lions emphasize up-tempo play
";
arnews[5] += "It was only four seconds into the game, and the Lady Lions already had their first layup attempt.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 12:00:00 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("