var arnews = new Array(9); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Dear John vs. Dear John : How to Tell the Channing Tatum Romance From ... - Nymag.com
"; arnews[0] += "Plot Beautiful young couple meet, fall in love, and sustain their affair through syrupy, romantic letters while John is serving in the army overseas. John Lacey gets a “Dear John” letter from his wife. Depressed and alone, John joins the aptly ..."; arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 14:32:00 GMT"; arnews[0] += "
"; arnews[1]="Audition Technique Class available NOW!(BroadwayWorld.com) - Broadway World
"; arnews[1] += "Through this four-week workshop, Jamie will be working with students in the class on not just selection of the proper material, but on everything that is presented in the audition from start to finish. As many of us know, we are being judged from the ..."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 17:40:00 GMT"; arnews[1] += "
"; arnews[2]="Television Exclusive Interview: DAVID KRUMHOLTZ GIVES THE 'NUMB3RS' ON ... - IF Magazine
"; arnews[2] += "NUMB3RS is in its sixth season on CBS. The quirky procedural stars David Krumholtz as mathematic genius Charlie Eppes, who uses his calculations to help his FBI agent brother Don, played by Rob Morrow, to solve crimes. Judd Hirsch plays their erudite ..."; arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 19:18:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");