var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Young Thespians: Addressing the youth question - News-Herald.com
";
arnews[0] += "Much more recently, Keisha Castle-Hughes was nominated for Best Actress for \"Whale Rider\" at age 13 back in 2003. The supporting actor categories have been much kinder to kids over the years. For boys, seven kids have been nominated for Best ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 05:28:00 GMT";
arnews[0] += "
";
arnews[1]="Town Column : Chilmark - Martha's Vineyard Times
";
arnews[1] += "I am sad that I did not know Dan Aronie personally. I knew only of him through the personal accounts shared by family and friends regarding the battle he fought against MS only a few short miles from my home. I sat quietly this evening and watched ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 01:18:00 GMT";
arnews[1] += "
";
arnews[2]="Uproarious hacktacular! Film critic Paul Fischer plays loose with ... - Vancouver Sun
";
arnews[2] += "In a case of the world coming full circle, a film reviewer who has made a name for himself being quoted in movie marketing materials is accused of plagiarizing large chunks of his film reviews - from movie marketing materials. Widely-quoted film ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 00:56:00 GMT";
arnews[2] += "
";
totcount = 3;
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("