var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fenton, Leonardo head 'Dogs all-decade volleyball team
";
arnews[0] += "A first-team CMAC pick and team MVP who set a school record for most assists in a season with 1,095. He will play at UC-Santa Cruz.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:44:03 GMT";
arnews[0] += "
";
arnews[1]="Public relations, press release distribution, investor relations, SEC filing
";
arnews[1] += "Janice Guzon, 16, of Hoffman Estates and Emily Koulis, 14, of Channahon today were named Illinois' top two youth volunteers for 2010 by The Prudential Spirit of Com... LANSING, Mich.-- --Armani Hawes, 17, of Bloomfield Hills and Michael Lipinski, 11, of Roseville today were named Michigan's top two youth volunteers for 2010 by The Prudential Spirit ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 13:25:57 GMT";
arnews[1] += "
";
arnews[2]="Sports: Local briefs
";
arnews[2] += "A first-team CMAC pick and team MVP who set a school record for most assists in a season with 1,095. He will play at UC-Santa Cruz.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 06:57:00 GMT";
arnews[2] += "
";
arnews[3]="Development Wrap: Tamayo 6th in Qatar; U.S. podiums in Copenhagen
";
arnews[3] += "It was quite a weekend for USA Cycling Development Program athletes with several strong performances on both the road and track.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 18:24:52 GMT";
arnews[3] += "
";
arnews[4]="Weekend Camogie round-up
";
arnews[4] += "UCD advanced to the semi-finals of the Ashbourne Cup with a convincing 5-12 to 1-8 win over NUI, Galway at Belfield.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 20:53:54 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] += "
";
arnews[6]="Around and About
";
arnews[6] += "A record-breaking 550 people attended Conge, Omaha Duchesne's annual auction and dinner, Jan.";
arnews[6] += "
Publ.Date : Sat, 06 Feb 2010 14:13:59 GMT";
arnews[6] += "
";
arnews[7]="Montgomery Gentry, Munley to appear at Azalea Festival
";
arnews[7] += "Organizers of the 63 Annual Azalea Festival announced Friday, Sgt. Kimberly Munley will act as this year's Parade Marshall.";
arnews[7] += "
Publ.Date : Fri, 05 Feb 2010 20:48:14 GMT";
arnews[7] += "
";
arnews[8]="Great Musicians Outside the Spotlight
";
arnews[8] += "Close MUSIC By JIM FUSILLI As we prepare for the 52nd annual exercise in glitzy self-congratulation known as the Grammy Awards, broadcast Jan.";
arnews[8] += "
Publ.Date : Sat, 30 Jan 2010 04:26:02 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("