var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Film Review: Love at the greeting card company: best wishes on your breakup
"; arnews[0] += "The amorous co-workers played by Zooey Deschanel and Joseph Gordon-Levitt get it on and off in Days of Summer, a refreshing antidote to the facile humor and cliches usually found in romcom movies By A. O. Scott NY TIMES NEWS SERVICE , NEW YORK Friday, Nov 20, 2009, Page 16 FILM NOTES DAYS OF SUMMER DIRECTED BY: MARC WEBB STARRING: JOSEPH ..."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 17:10:10 GMT"; arnews[0] += "
"; arnews[1]="This week at the movies
"; arnews[1] += "LA INVENCIN DE LA CARNE. Santiago Loza explores the feminine world, with a woman who offers her body for medical experiments and a young man obsessed with her who will take her on an unexpected journey."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 13:09:08 GMT"; arnews[1] += "
"; arnews[2]="Editors' Ten
"; arnews[2] += "Because convention is absolutely atrocious. Case in point: \"TEN-or\" vs. \"TAY-nor.\" Who has the right to say that the latter is \"wrong,\" when it's so damn beautiful? I'm going to start a revolution by deliberately \"mispronouncing\" words now! -Yin Yin Lu, books editor 2. Gublerland: Matthew Gray Gubler, one of the stars of the hit TV show \"Criminal ..."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 10:59:50 GMT"; arnews[2] += "
"; arnews[3]="African Well Fund Hosting Fifth Annual Got Water? Online Auction
"; arnews[3] += "The auction, which features over 50 lots including signed items from the members of U2, Weezer, Anti-Flag, The Swell Season and director Kevin Smith, as well as handmade arts and crafts from Africa, concludes on Nov."; arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Homeowner not charged for shooting, killing home invader
"; arnews[4] += "The homeowner who shot and killed an intruder at his home Thursday evening has not been charged and Las Vegas police continue to investigate possible accomplices involved in the home invasion."; arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 05:17:31 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("
");