var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Scott Porter - Newport News-Times
"; arnews[0] += "He was born Sept. 23, 1923 in Council Bluffs, Iowa. He moved to California with his family in the 1930s. He was an Army veteran of World War II, serving in Manila under General MacArthur. He returned to California and completed his college education ..."; arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 16:19:00 GMT"; arnews[0] += "
"; arnews[1]="New movies - Post-Tribune
"; arnews[1] += "Critic's rating: Not reviewed. Rated: R for disturbing images, nudity and sexuality. Length: 1 hr., 41 min. Stars: Colin Firth, Julianne Moore, Nicholas Hoult, Matthew Goode, Jon Kortajarena and Paulette Lamori. An English professor struggles to go ..."; arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 10:00:00 GMT"; arnews[1] += "
"; arnews[2]="Alcoa High School set to implement trimester schedule - Daily Times
"; arnews[2] += "Alcoa High School next year will introduce a new schedule to meet the needs of students and staff. School officials plan to implement a trimester schedule. Students will take three 12-week grading periods extending over 180 days. They will take five ..."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 07:33:00 GMT"; arnews[2] += "
"; arnews[3]="School Board reviews superintendent applications - Elizabethton Star
"; arnews[3] += "The Carter County School Board reviewed applications for the position of director of schools during a brief workshop Thursday. Among the nine applicants were three local candidates, all of them women: Head Start Director Peggy Campbell, Special ..."; arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 22:38:00 GMT"; arnews[3] += "
"; arnews[4]="'Dear John' follows weepie formula to the letter - Chicago Tribune
"; arnews[4] += "It's too bad the script didn't tone down some of the more obvious broad strokes, such as Savannah's pining, pathetic suitor (Scott Porter), painted as a horrible, insulting, presumably more-liberal-than-John weasel. Undeniably Hollywood spends far ..."; arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 20:44: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("
");document.write("
");