var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Hot-shooting Bobcats hammer Lynx in 71-51 loss
"; arnews[0] += "On Jan. 18, just eight days prior to their Jan. 26 meeting, the Brandon Valley Lynx escaped the Brookings gym with a 44-43 victory."; arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Sidelines
"; arnews[1] += "Junior varsity boys lose to Brookings Brandon Valley's junior varsity boys dropped a 54-41 loss to Brookings on Jan."; arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Marriage License Applications, Annulments Granted, Divorces Granted
"; arnews[2] += "Allar, Derek A. and Allar, Jennifer K., both of Wichita. Alvarez, Herminio Jr. and Davalos, Claudia, both of Wichita."; arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 23:16:08 GMT"; arnews[2] += "
"; arnews[3]="Milford artist exhibits work at Lambertville Gallery
"; arnews[3] += "The des Champs Gallery begins the New Year with solo exhibition of the latest works by award-winning Milford artist Susan Blubaugh."; arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 19:06:14 GMT"; arnews[3] += "
"; arnews[4]="Boys basketball notes: Great races abound
"; arnews[4] += "Great races are under way in all three divisions of the Rhode Island Interscholastic League with a month remaining in the regular season."; arnews[4] += "
Publ.Date : Sun, 31 Jan 2010 01:39:59 GMT"; arnews[4] += "
"; arnews[5]="Sidelines
"; arnews[5] += "BV girls win defensive battle Brandon Valley was victorious in a tight defensive battle against Brookings on Jan."; arnews[5] += "
Publ.Date : Tue, 26 Jan 2010 08: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("
");document.write("
");