var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Listening in on Valentine's Day' co-stars Shirley MacLaine and Hector Elizondo
";
arnews[0] += "Shirley MacLaine and Hector Elizondo are discussing ways of coping with the loss of a loved one-the four-legged kind.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 14:41:42 GMT";
arnews[0] += "
";
arnews[1]="Brandon T. Jackson is enjoying his key role in the Percy Jackson' movie
";
arnews[1] += "When a movie based on a popular book series like \"Harry Potter\" or \"Twilight\" opens, it can change the lives of the young actors who star in it.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 14:41:28 GMT";
arnews[1] += "
";
arnews[2]="Baez Added to White House Civil Rights Night
";
arnews[2] += "Joan Baez has been added to the roster of the PBS special, \"In Performance at the White House: A Celebration of Music from the Civil Rights Movement,\" which will air on Thursday, February 11th.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 14:06:23 GMT";
arnews[2] += "
";
arnews[3]="Local barber has Super Bowl adventure
";
arnews[3] += "Goshen barber and longtime Indianapolis Colts fan Doug Shaffer is walking on clouds this week after being able to attend his second Super Bowl in four years last weekend.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 13:58:35 GMT";
arnews[3] += "
";
arnews[4]="Obama says music fueled civil rights movement
";
arnews[4] += "AP Yolanda Adams performs at a Black History Month event celebrating the music of the Civil Rights Movement 2 hrs 11 mins ago WASHINGTON Crediting civil rights -era protest songs and their spiritual predecessors for his election, President Barack Obama on Tuesday sat in the East Room of his and listened to an all-star lineup of performers pay ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 13:53:59 GMT";
arnews[4] += "
";
arnews[5]="preview / related links
";
arnews[5] += "\"Valentine's Day\" is yet another date movie that's less than the sum of its parts.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 13:27:42 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("