var arnews = new Array(5);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Your Opinions: Many helped make museum trip reality
";
arnews[0] += "Amazing things can happen when people work together and reach out to help one another! We applaud those organizations who partnered with us to make Bridges to Cultural Understanding's plan for an intergenerational and multicultural trip to the Charles H. Wright Museum of African American History in Detroit a reality: Boys and Girls Club of Battle ...";
arnews[0] += "
Publ.Date : Sat, 15 Aug 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Obama moves to simplify FAFSA
";
arnews[1] += "Students and parents filling out the FAFSA form for financial aid will face a shorter, easier application, as President Barack Obama's plan to streamline the process has already been put into motion.";
arnews[1] += "
Publ.Date : Thu, 02 Jul 2009 13:35:46 GMT";
arnews[1] += "
";
totcount = 2;
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("