var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The American Reporter Vol. 15, No. 3,816W
";
arnews[0] += "Put down your spatula and pop in a video of \"What's Cooking?\", an ode to Thanksgiving as prepared in the kitchens of Latina Mercedes Ruehl, African-American Alfre Woodard, Vietnamese Joan Chen and Jewish Lai= nie Kazan.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:29:31 GMT";
arnews[0] += "
";
arnews[1]="The American Reporter Vol. 15, No. 3,814
";
arnews[1] += "Put down your spatula and pop in a video of \"What's Cooking?\", an ode to Thanksgiving as prepared in the kitchens of Latina Mercedes Ruehl, African-American Alfre Woodard, Vietnamese Joan Chen and Jewish Lai= nie Kazan.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 14:01:57 GMT";
arnews[1] += "
";
arnews[2]="Michelle Obama talk tests, mentoring in Denver
";
arnews[2] += "First lady Michelle Obama doesn't put much stock in standardized tests. \"Don't let those tests defeat you.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 01:23:00 GMT";
arnews[2] += "
";
arnews[3]="First lady visits Denver school
";
arnews[3] += "First lady Michelle Obama doesn't put much stock in standardized tests. 'Don't let those tests defeat you.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 17:49:13 GMT";
arnews[3] += "
";
arnews[4]="Actress Alfre Woodard, Colorado first lady inspire young women at Regis Jesuit High School
";
arnews[4] += "Actress Alfre Woodard listens to Colorado first lady Jeannie Ritter as they talk with young women at Regis Jesuit High School about the power of spiritual nourishment.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 08:20:22 GMT";
arnews[4] += "
";
arnews[5]="First lady puts mentoring on menu
";
arnews[5] += "DENVER - Michelle Obama encouraged 80 Denver-area high school girls Monday to not only seek mentors, but to fill that role themselves.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
totcount = 6;
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("