var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Dear John
"; arnews[0] += "The movie adaptation of Sparks' novel of the same name is exactly as manipulative and overwrought as you might expect, and just as solemn and overly serious as you might fear."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 10:53:34 GMT"; arnews[0] += "
"; arnews[1]="Tatum sees depth in romance story 'Dear John'
"; arnews[1] += "Channing Tatum knows that \"Dear John\" could be slapped with the chick-flick label in some circles."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:25:00 GMT"; arnews[1] += "
"; arnews[2]="'Dear John' falls into Sparks stereotypes
"; arnews[2] += "Dear Reader, Disclaimer: I know this review is bound to make me unpopular with the female population at WSU, but it has to be said."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:44:10 GMT"; arnews[2] += "
"; arnews[3]="Channing Tatum Reveals Stripper Past to Ellen Degeneres
"; arnews[3] += "Dear John, what is Channing Tatum doing? Turns out the hunky star of the nation's top movie wasn't always an actor."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 04:15:00 GMT"; arnews[3] += "
"; arnews[4]="Daily television guide
"; arnews[4] += "Chat 10 a.m. Matthew Gilbert on \"American Idol.'' Chat 11 a.m. Critic Devra First on restaurants."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 08:18:47 GMT"; arnews[4] += "
"; arnews[5]="Movie capsules
"; arnews[5] += "They've taken a hostage who's the lover of Winstone's wife, and in trying to figure out where men stand with women, the movie has only the most banal things to say about both genders."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 08:17:08 GMT"; arnews[5] += "
"; arnews[6]="Also On: Cartoon Characters Robert Verdi, Charlie Brown: Roger Catlin | TV Eye
"; arnews[6] += "Robert Verdi always seemed like a reasonable, though colorful, judge in his seasons on \"project Runway\" or \"She's Got the Look.\" But turning himself into a caricature on the new reality series, \"The Robert Verdi Show\" , he tries too hard to be an unreasonable and extreme."; arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 08:04:49 GMT"; arnews[6] += "
"; arnews[7]="Tom Cruise Signs For Mission: Impossible 4
"; arnews[7] += "But until yesterday, it wasn't a locked deal - while Cruise was producing the next film with JJ Abrams, but though he was expected to return, he hadn't signed on the dotted."; arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 07:44:26 GMT"; arnews[7] += "
"; arnews[8]="No sparks for 'Dear John'
"; arnews[8] += "Channing Tatum plays John Tyree in \"Dear John,\" a soldier on leave who falls in love with college student, Savannah Curtis ."; arnews[8] += "
Publ.Date : Wed, 10 Feb 2010 07:13:07 GMT"; arnews[8] += "
"; totcount = 9; 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("
");