var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Actor Jeff Daniels and friends will be in concert at the Michigan Theater in Ann Arbor on Saturday.
"; arnews[0] += "It helps to be Jeff Daniels the actor when you're trying to be Jeff Daniels the singer, but not for long."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:25:36 GMT"; arnews[0] += "
"; arnews[1]="Where the Wild Things Are comes to the cinema
"; arnews[1] += "Director Spike Jonze tells how he turned his favourite childhood book by Maurice Sendak into a film with James Gandolfini Just before interviewing Spike Jonze in Soho, I dart into a bookshop and reread Maurice Sendak's Where the Wild Things Are."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:56:08 GMT"; arnews[1] += "
"; arnews[2]="Celebrate 'The Twilight Saga: New Moon' with quotes about vampires
"; arnews[2] += "The highly-anticipated movie, \"The Twilight Saga: New Moon\" , opened this weekend and broke the box office."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Movie review: Where the Wild Things Are -- 2 out of 5 stars
"; arnews[3] += "The author of Where the Wild Things Are picked Spike Jonze to direct the long-planned film of the much-loved children's book."; arnews[3] += "
Publ.Date : Fri, 16 Oct 2009 07:00:00 GMT"; arnews[3] += "
"; arnews[4]="Biggest US celebrity lookalike convention
"; arnews[4] += "Professional Sarah Palin and Arnold Schwarzenegger impersonators look for a gun prop for Sarah Palin's address during the Sunburst Convention of Professional Tribute Artists Holy mackerel! Look over there! Isn't that Richard Gere, with his dreamy silver hair and professorial wire spectacles, taking a leak in the Gents? And OhMiGaaaad, am I seeing ..."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:19:56 GMT"; arnews[4] += "
"; arnews[5]="'Wild things' great on many levels
"; arnews[5] += "How does an Oscar-nominated director manage to simultaneously anger and please fans? Make the book, Where the Wild Things Are by Maurice Sendak into a movie, of course."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 06:58:12 GMT"; arnews[5] += "
"; arnews[6]="University of California undergraduate tuition increased: Will more increases follow?
"; arnews[6] += "After the many significant cuts and ongoing issues with the California state budget, it's shouldn't come as a surprise that the University of California undergraduate tuition fees have been increased by 32 percent."; arnews[6] += "
Publ.Date : Tue, 10 Nov 2009 08:00:00 GMT"; arnews[6] += "
"; arnews[7]="Top TV Shows Of The Decade
"; arnews[7] += "From the sixth grade dance to the senior prom, we watched Rory and Lorelai work through countless boyfriends, colleges, fights, and awkward dinners with Emily and Richard."; arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 11:27:42 GMT"; arnews[7] += "
"; totcount = 8; 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("
");