var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Immigration and the 2nd Generation
";
arnews[0] += "Back in December 2009, Christopher Jenks ran an interesting roundup on immigration-related titles in the New York Revew of Books.";
arnews[0] += "
Publ.Date : Fri, 29 Jan 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Bank of America says it wona t oppose Obamaa s regulatory plan
";
arnews[1] += "Bank of America Corp. , the nation's largest bank, vowed yesterday that it won't oppose President Obama's plan to create a Consumer Financial Protection Agency.";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 06:11:01 GMT";
arnews[1] += "
";
arnews[2]="Bank of America Won't Oppose Obama Plan for New Consumer Protection Agency
";
arnews[2] += "Bank of America Corp. , the nationa s largest bank, vowed that it wona t oppose President Barack Obama a s plan to create the Consumer Financial Protection Agency.";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 22:21:17 GMT";
arnews[2] += "
";
arnews[3]="Baker High presents 'Curtains' this weekend
";
arnews[3] += "After several months of rehearsals, Baker students are ready to bring 'Curtains' to Baldwinsville this weekend.";
arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 22:15:53 GMT";
arnews[3] += "
";
arnews[4]="District Court
";
arnews[4] += "NEWBURYPORT: The following cases were recorded in Newburyport District Court on Friday, Jan.";
arnews[4] += "
Publ.Date : Sat, 30 Jan 2010 12:36:41 GMT";
arnews[4] += "
";
arnews[5]="Immigration and the 2nd Generation
";
arnews[5] += "Back in December 2009, Christopher Jenks ran an interesting roundup on immigration-related titles in the New York Revew of Books.";
arnews[5] += "
Publ.Date : Fri, 29 Jan 2010 04:14:09 GMT";
arnews[5] += "
";
arnews[6]="iPad will change how iPhone developers think
";
arnews[6] += "Developers are gearing up for the new possibilities in the iPad, but they may have to move beyond their iPhone roots to keep up.";
arnews[6] += "
Publ.Date : Thu, 28 Jan 2010 21:16:19 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("