var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Amaral rips two records to spark Randolph; Columbia edges Ridge
";
arnews[0] += "February 05, 2010 2:24 a.m. Joelle Amaral lit up the track with two meet-record performances to spark Randolph to its second straight title, while Columbia withstood a late charge from Ridge to capture its third title in a row at last night's NJSIAA sectional championships at the Bennett Center in Toms River.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 05:36:25 GMT";
arnews[0] += "
";
arnews[1]="Prep Basketball Roundup: San Pedro boys hold off Washington
";
arnews[1] += "San Pedro's Tyler Rogosic took a charge with 1.4 seconds left to cap a wild final 40 seconds of a 63-59 Marine League victory Friday over Washington, the league-leading Generals' first league defeat.";
arnews[1] += "
Publ.Date : Sat, 30 Jan 2010 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Central Iowa's Independent Weekly
";
arnews[2] += "As we dawn a new decade, it's important to look back at what happened the past 10 years.";
arnews[2] += "
Publ.Date : Thu, 14 Jan 2010 04:11:49 GMT";
arnews[2] += "
";
arnews[3]="Hollywood taps Elmore Leonard again
";
arnews[3] += "It's just a few blocks from some of Los Angeles' best regional Mexican food, but thanks to the magic of television, we're not in Highland Park but Kentucky coal country.";
arnews[3] += "
Publ.Date : Sun, 10 Jan 2010 03:29:46 GMT";
arnews[3] += "
";
arnews[4]="Hollywood taps Elmore Leonard again
";
arnews[4] += "It's just a few blocks from some of Los Angeles' best regional Mexican food, but thanks to the magic of television, we're not in Highland Park but Kentucky coal country.";
arnews[4] += "
Publ.Date : Fri, 08 Jan 2010 21:21:40 GMT";
arnews[4] += "
";
arnews[5]="CSB basketball: Hylla gives Blazers a lift
";
arnews[5] += "ST. JOSEPH - Hannah Hylla didn't expect to play as many minutes as she did in the first half Monday night.";
arnews[5] += "
Publ.Date : Tue, 05 Jan 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Post a Comment
";
arnews[6] += "Hannah Hylla didn't expect to play as many minutes as she did in the first half Monday night.";
arnews[6] += "
Publ.Date : Tue, 05 Jan 2010 10:49:29 GMT";
arnews[6] += "
";
arnews[7]="CSB basketball: Schmidt starts 2010 off right
";
arnews[7] += "COLLEGEVILLE - Mindy Schmidt had almost a month to dwell on being held scoreless in the St.";
arnews[7] += "
Publ.Date : Sun, 03 Jan 2010 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Global variation in copy number in the human genome
";
arnews[8] += "Abstract Copy number variation of DNA sequences is functionally significant but has yet to be fully ascertained.";
arnews[8] += "
Publ.Date : Thu, 10 Dec 2009 20:46:04 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("