var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="What if senators represented people by income or race, not by state?
";
arnews[0] += "By Annie Lowrey WASHINGTON -- Last week, President Obama joined Senate Democrats at their retreat, urging them to \"finish the job\" on health-care reform \"even though it's hard.\" That crowd knows how hard it can be.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:39:57 GMT";
arnews[0] += "
";
arnews[1]="Recession puts another barrier between college, minority students
";
arnews[1] += "CLEMSON - A growing number of minority students who need jobs to stay in college demonstrates to Clemson University history professor Abel Bartley the toll the recession is taking on families as tuition bills and unemployment rise and paychecks of those still working fall.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Need help paying for college? Start aid hunt early, experts say
";
arnews[2] += "Financial aid experts offer this advice: Apply now: The Free Application for Federal Student Aid should be submitted as soon as your, or your parents', income tax forms are complete.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 06:30:00 GMT";
arnews[2] += "
";
arnews[3]="Study abroad sees aid applications rise
";
arnews[3] += "Last year, the University saw an overall decrease in study abroad participation - the first decrease in years - by 5 percent, but study abroad directors say they are excited about this year's spring semester and remain optimistic about the upcoming application deadlines for Maymester programs.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 02:25:24 GMT";
arnews[3] += "
";
arnews[4]="Walworth county candidates seek branch 4 circuit court seat
";
arnews[4] += "Four candidates bring different but relatively important law practice experiences in competition for the Walworth County circuit court branch 4 bench currently occupied by Michael S. Gibbs: Mark Bromley specializes in business bankruptcy serving fifteen years on the investigative committee for the Office of Lawyer Regulation.";
arnews[4] += "
Publ.Date : Fri, 08 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Food for thought
";
arnews[5] += "Students are experiencing a taste of the rigors of preparing food for a living under a new culinary program now offered at Danville Area Community College.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 13:00:00 GMT";
arnews[5] += "
";
arnews[6]="Locals Named to Ua Dean's List
";
arnews[6] += "AKRON -- Several local students have been named to the dean's list for the 2009 fall semester at the University of Akron.";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("