var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dream comes true as legions of 'Twihards' donate blood - Riverside Press Enterprise
";
arnews[0] += "Story continues below William Wilson Lewis III / The Press-Enterprise Doris Acosta, left, and Elizabeth Rodriguez, right, chat while Veatress Affolter has her blood drawn as part of a blood drive held in conjunction with opening day of the movie \"New ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:53:00 GMT";
arnews[0] += "
";
arnews[1]="Camden takes on truancy one student at a time - Courier-Post
";
arnews[1] += "But the conversation was intended to teach a message about the present -- by helping the youngsters understand that their decisions today could affect those long-term goals. \"It all catches up to you,\" observed Elizabeth Rodriguez, a volunteer with ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 10:35:00 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("