var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="POINT-TO-POINT: Teenager's first career win
"; arnews[0] += "SIXTEEN year old Bridget Andrews opened her account as a Point-to-Point rider, achieving the first win of her career at the Cambridge with Enfield Chace meeting at Horseheath."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 14:13:41 GMT"; arnews[0] += "
"; arnews[1]="Beaufort girls fall short of first region win
"; arnews[1] += "Down two points with just five seconds left in Tuesday's home contest against Fort Dorchester, Deja Jackson's full-court pass to spark a game-tying fastbreak appeared headed in the right direction, a direction that Beaufort High's girls basketball team also seemed on pace with after starting the season at 6-1. Yet just as things have unraveled ..."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:04:08 GMT"; arnews[1] += "
"; arnews[2]="Exhibitions: Best art exhibitions to see in February
"; arnews[2] += "The Ministry of Food. New exhibition on wartime food rationing at the Imperial War Museum."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:08:46 GMT"; arnews[2] += "
"; arnews[3]="'Albert Herring' Nails Humor
"; arnews[3] += "Benjamin Britten's 1947 comic opera \"Albert Herring\" revels in the notion of being bad on purpose."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 10:01:49 GMT"; arnews[3] += "
"; arnews[4]="Hersey runs away with Season's End title
"; arnews[4] += "Oak Park wanted to run - so Hersey's girls basketball team did the same and ran away with the championship of the Season's End tournament Monday night in Bensenville."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 07:09:24 GMT"; arnews[4] += "
"; arnews[5]="Thomas More Hall Of Fame Grows By 10
"; arnews[5] += "Thomas More College will have an induction ceremony on Saturday, Feb. 20 at the main campus, adding 10 men and women from various sports into the school's Athletic Hall of Fame."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 05:27:20 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("
");