var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="David Alan Grier mixes comedy with drama
"; arnews[0] += "A lot of people see comedy as an escape from the drama of everyday life, and David Alan Grier is no exception."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:24:41 GMT"; arnews[0] += "
"; arnews[1]="Toyota recalls: Deeper engineering implications - cars are too complicated?
"; arnews[1] += "We're all aware of the two mega-recalls of Toyota vehicles. The quick and easy explanation is that \"cars are too complicated\" and \"cars have too many processors and too much software.\" Certainly, there is some truth to that , but the sticking-accelerator problem has nothing to do with electronics; it's a mechanical problem with a mechanical ..."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:49:38 GMT"; arnews[1] += "
"; arnews[2]="'Remember the Titans' coach speaks at Thomas Jefferson
"; arnews[2] += "Boone, now 74, coached the 1971 Alexandria Va. high school football team - the T.C. Williams High Titans - that later had a movie based on their experiences as the first racially integrated team in the state."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:05:56 GMT"; arnews[2] += "
"; arnews[3]="Flickgrrl: Cool to Be Uncool
"; arnews[3] += "\"It is much easier to proclaim dislike for a popular movie than to admit liking an uncool movie.\" So confesses The Self-Styled Siren , a most erudite and opinionated blogger, before admitting that she likes, among other certifiably uncool movies, Nicolas Cage in Valley Girl, The Enchanted Cottage , the 1940 Pride & Prejudice and Leslie Howard."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:56:22 GMT"; arnews[3] += "
"; arnews[4]="Louis Gossett Jr. Says He Has Prostate Cancer
"; arnews[4] += "Oscar-winning actor Louis Gossett Jr. says he is being treated for prostate cancer."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:53:30 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("
");