var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The American Reporter Vol. 16, No. 3,873
";
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 : Wed, 10 Feb 2010 15:04:07 GMT";
arnews[0] += "
";
arnews[1]="Virginia Symphony Concert to perform Valentine song
";
arnews[1] += "The Virginia Symphony Orchestra will perform \"My Classic Valentine\" on Saturday, Feb.20 at 8 p.m. at Nandua High School on Onley.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:09:57 GMT";
arnews[1] += "
";
arnews[2]="The American Reporter Vol. 16, No. 3,871
";
arnews[2] += "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[2] += "
Publ.Date : Mon, 08 Feb 2010 12:33:35 GMT";
arnews[2] += "
";
arnews[3]="The American Reporter Vol. 16, No. 3,871W
";
arnews[3] += "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[3] += "
Publ.Date : Sat, 06 Feb 2010 11:25:12 GMT";
arnews[3] += "
";
arnews[4]="Is This Pipsqueak Logan Lerman The Next Spider-Man? [Trade Roundup]
";
arnews[4] += "Logan Lerman rumormongers about his own role. There is a glut of 3D movies. Nelly Furtado 's in a hockey musical.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 05:40:33 GMT";
arnews[4] += "
";
arnews[5]="Eileen Chang's novel to be a TV drama
";
arnews[5] += "Stanley Kwan' film version of \"Red Rose, White Rose\" starring Joan Chan, Winston Chao and Veronica Yip.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 04:58:32 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("