var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Apaches' supporting cast stepping up
";
arnews[0] += "Vallejo High School has been shedding its reputation as a one-star offense behind senior swingman Joseph Slocum.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:45:59 GMT";
arnews[0] += "
";
arnews[1]="Swim Shop Re-Opens for Business with FIFTEEN New Products, Including DVDs Featuring Michael Phelps
";
arnews[1] += "PHOENIX, Arizona, February 9. FIFTEEN new products are now available for sale in the Swim Shop, including a new documentary and three instructional videos featuring 14-time Olympic gold medalist Michael Phelps.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 15:46:37 GMT";
arnews[1] += "
";
arnews[2]="Coyote women rout Cougars at DakotaDome
";
arnews[2] += "VERMILLION - With a return to conference play coming later this week, the University of South Dakota women were looking for a step in the right direction on Monday night against the University of Sioux Falls.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Careers: Movers, shapers
";
arnews[3] += "Vermont Lake Monsters General Manager Nate Cloutier has completed the reorganizing of the team's front office staff, which now consists completely of \"home grown\" talent from Vermont.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 15:39:36 GMT";
arnews[3] += "
";
arnews[4]="Vermont careers: Movers and shapers
";
arnews[4] += "Joining the Lake Monsters front office are Kate Echo as merchandise and accounting manager and Shelby Sorrentino as director of marketing and promotions Echo, of Shelburne, has a bachelor's degree from the University of Vermont.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Honorable Mention ...
";
arnews[5] += "Sunday, February 7, 2010 Send listings to communityweekly @ fosters.com. SARATOGA SPRINGS, N.Y. - Molly Gile, Class of 2013 at Skidmore College, earned honors for the fall semester.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 09:59:05 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("