var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Volleyball: Monahans back in familiar setting at state
";
arnews[0] += "MONAHANS Fair or not, the standard of Monahans High School volleyball has been hanging over the 2009 Lady Loboes.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Hot Hollywood party
";
arnews[1] += "Actress Stephanie Pratt poses at the US Weekly Fall Hot Hollywood Issue party in West Hollywood, California November 18, 2009.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 18:13:33 GMT";
arnews[1] += "
";
arnews[2]="Best Bets
";
arnews[2] += "John Steinbeck's characters Lennie and George will take to the stage of the Zeiterion in New Bedford in the Barter Theater Company production \"Of Mice and Men\" Friday.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 17:35:31 GMT";
arnews[2] += "
";
arnews[3]="Greyhounds rally, win
";
arnews[3] += "WOMEN'S BASKETBALL Assumption 64, St. Rose 58: The host Greyhounds shot 57.9 percent from the floor in the second half to start their season with a comeback win.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 11:31:59 GMT";
arnews[3] += "
";
arnews[4]="Fisher smashes record for Avebury success
";
arnews[4] += "ATHLETICS Multi-terrain specialist Tom Fisher smashed the course record to win the Avebury eight-mile event organised by Marlborough Running Club.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 11:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("