var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kingsway's Ley captures first Meet of Champions cross-country title...
";
arnews[0] += "November 21, 2009 10:43 p.m. In order to overcome all of the sour memories of losing in state championship cross-country races the past two years, Chelsea Ley turned to the one girl responsible for those memories.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:30:12 GMT";
arnews[0] += "
";
arnews[1]="Lenders stay tough on loan to value deals
";
arnews[1] += "First-time buyers and homeowners with only a small amount of equity in their property who want to move or remortgage should have greater choice after the launch of new loan deals.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 23:31:59 GMT";
arnews[1] += "
";
arnews[2]="Grades: A flip for Michigan - good on defense, trouble on offense
";
arnews[2] += "Michigan football beat writer Dave Birkett grades the Wolverines after Ohio State's 21-10 victory.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 23:26:46 GMT";
arnews[2] += "
";
arnews[3]="More
";
arnews[3] += "The United States has qualified for the 2011 Rugby World Cup with a 27-6 win over Uruguay 27-6. The Eagles defeated Uruguay 27-22 in Montevideo a week ago, and swept the two-leg Americas playoffs 54-28 in a repeat of four years ago.";
arnews[3] += "
Publ.Date : Sat, 23 May 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Eat well for your heart and reap a brain bonus
";
arnews[4] += "Nutritionist Melanie Rozwadowski says the best brain foods are available at the supermarket in their raw, fibre-filled form.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 17:01:46 GMT";
arnews[4] += "
";
arnews[5]="Notebook: Kingsway's Ley hungry for crown
";
arnews[5] += "D-Day is here for Kingsway's Chelsea Ley, as she will attempt to become the first South Jersey runner since Ocean City's Brittany Sedberry in 2004 to win the New Jersey girls' cross country Meet of Champions title at Holmdel Park.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Notebook: Eastern-Shore meet for championship
";
arnews[6] += "And then there were two. Eastern and Shore Regional are the state's final two field hockey teams standing after more than two months of play.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Friday's college women's hockey roundup
";
arnews[7] += "Blake Bolden scored in the third round of the shootout to give Boston College a women's hockey victory over Vermont on Friday night after teams skated to a 3-3 tie at Gutterson Fieldhouse.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 04:41:00 GMT";
arnews[7] += "
";
arnews[8]="C-N braces for Wingate again
";
arnews[8] += "Carson-Newman College was pushed to a deciding fifth game to win its first NCAA Division II volleyball tournament game.";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 05:57:59 GMT";
arnews[8] += "
";
totcount = 9;
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("