var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hungrytown folk duo to perform at library - Ada Evening News
";
arnews[0] += "ADA — Hungrytown folk duo Rebecca Hall and Ken Anderson will perform upstairs at Ada Public Library Tuesday, March 9, at 6 p.m. Ada Library Friends is sponsoring the program which is free and open to the public. Hungrytown is the Vermont-based home ...";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 02:41:00 GMT";
arnews[0] += "
";
arnews[1]="Hollywood's It Girls: Nine Rising Stars - ABC News
";
arnews[1] += "For it's 16th annual Hollywood issue, Vanity Fair spotlights the young female ingénue. For it's 16th annual Hollywood issue, Vanity Fair highlights the young female ingénue. On the cover: Abbie Cornish, Rebecca Hall, Anna Kendrick, Carey Mulligan ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 11:49:00 GMT";
arnews[1] += "
";
arnews[2]="Film fans should prepare for plenty of movies in 2010 - Burlington County Times
";
arnews[2] += "Images that pop off the screen (“Alice in Wonderland 3-D,” “Toy Story 3-D,” “Shrek Forever After 3-D,” “Jackass 3-D,” “Step Up 3-D,” “Despicable Me 3-D,” “Piranha 3-D”). Superheroes fighting for truth, justice and the ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:55:00 GMT";
arnews[2] += "
";
arnews[3]="Deep secrets buried amid shallow graves - New York Post
";
arnews[3] += "Rebecca Hall plays a secretive mother in \"Red Riding.\" In James Marsh's \"Red Riding: 1980,\" a cop (Paddy Considine) is brought in from the outside to help the local force, which can't seem to find the nut job who offed 13 adult women over half a ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 09:45:00 GMT";
arnews[3] += "
";
arnews[4]="Folk-music duo to perform free concert Feb. 6 - Houma Courier
";
arnews[4] += "You can spend a couple of hours learning about folk music and a wide assortment of musical instruments at a folk-music performance set for this month. Click to enlarge The folk-music duo, Hungrytown — Ken Anderson and Rebecca Hall — is scheduled ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 21:05:00 GMT";
arnews[4] += "
";
totcount = 5;
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("