var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="At the Ferguson
";
arnews[0] += "At the Ferguson AARP tax-aide Trained tax counselors from AARP Tax-Aide will provide free tax counseling Mondays, Wednesdays and Fridays thorugh April 14 from 11 a.m.-2 p.m. at the Ferguson Library's Harry Bennett Branch, and Mondays, 4-7 p.m. and Saturdays, 10 a.m.-1 p.m. Feb.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 15:17:55 GMT";
arnews[0] += "
";
arnews[1]="Hindu nationalists target movie starring Bollywood superstar Shahrukh Khan
";
arnews[1] += "Police in Mumbai detained more than 1,100 Hindu nationalists after mobs tore up movie posters, stoned a theater and threatened to disrupt the opening of Bollywood superstar Shahrukh Khan's new movie because of comments he made about Pakistan cricketers, officials said Wednesday.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:39:03 GMT";
arnews[1] += "
";
arnews[2]="Best Actress, Oscars Ballot and My Own
";
arnews[2] += "I love actresses too much. It makes life complicated for me emotionally. I fuss and fuss and fuss and refuse to fill out my Best Actress ballot each year because I don't want to leave any of my favorite ladies out.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 04:11:51 GMT";
arnews[2] += "
";
arnews[3]="Movies to put you in the mood for love
";
arnews[3] += "It's that time of year: Scores of love stories, both classic and modern, are making their way onto DVD.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 00:54:31 GMT";
arnews[3] += "
";
arnews[4]="Tom Cruise, J.J. Abrams return to action for `Mission: Impossible IV'
";
arnews[4] += "Tom Cruise is starring in another impossible mission. Paramount Pictures announced Tuesday that Cruise will be back in front of the camera for \"Mission: Impossible IV,\" due in theaters over Memorial Day weekend in 2011.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:46:08 GMT";
arnews[4] += "
";
arnews[5]="Oscar preview: Five'll get ya ten
";
arnews[5] += "It's been over 65 years since the Academy of Motion Picture Arts and Sciences allowed more than five films to be nominated in the category of Best Picture.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 20:22:54 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("