var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Basketball roundup
";
arnews[0] += "Food store worker accused of stealing $681,000. Lady Stars win playoff opener with ease The Wichita Christian Lady Stars limited their first-round playoff opponents to just five first-half points as they crushed Houston Texas Christian 60-20 Tuesday night in TAPPS Class A bi-district action.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:42:52 GMT";
arnews[0] += "
";
arnews[1]="Bearcats sweep SBU in final dual meet
";
arnews[1] += "The Binghamton University men's and women's swimming and diving teams closed out the regular season on a strong note Saturday afternoon, sweeping the visiting Stony Brook University Seawolves.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:11:19 GMT";
arnews[1] += "
";
arnews[2]="St. Clair Winery and Bistro offers food, ambiance and New...
";
arnews[2] += "FARMINGTON More than 25 years ago, a French couple came to New Mexico with a dream.";
arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Basketball roundup
";
arnews[3] += "Olney survived a scare from City View Friday night, holding on for a 37-35 victory over the Lady Mustangs.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 07:58:48 GMT";
arnews[3] += "
";
arnews[4]="Courthouse records
";
arnews[4] += "Judge Peter W. Agnes Jr. Peter M. Medina, 28, of 64 Gage St., Worcester, sentenced to 9 to 10 years in Walpole state prison after pleading guilty to trafficking in cocaine.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 11:00:00 GMT";
arnews[4] += "
";
arnews[5]="Courthouse records
";
arnews[5] += "Judge Peter W. Agnes Jr. Peter M. Medina, 28, of 64 Gage St., Worcester, sentenced to 9 to 10 years in Walpole state prison after pleading guilty to trafficking in cocaine.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 11: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("