var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="How International Banking Works
"; arnews[0] += "Please copy/paste the following text to properly cite this HowStuffWorks article: Barrymore, John."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:39:15 GMT"; arnews[0] += "
"; arnews[1]="Film clips
"; arnews[1] += "77 ASTRO BOY, PG A young robot with incredible powers, created by a brilliant scientist, learns the joys and emotions of being human and gains the strength to embrace his destiny."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:53:01 GMT"; arnews[1] += "
"; arnews[2]="DVD Releases: My Sister's Keeper
"; arnews[2] += "BRIAN FITZGERALD and his wife Sara are blissfully happy with their son Jesse and two-year-old daughter, Kate."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 00:00:00 GMT"; arnews[2] += "
"; arnews[3]="New indie cinema opens in Theatre District
"; arnews[3] += "Stuart Street Playhouse, a former live theatre, reopened as a one-screen art film theatre Oct."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Movie openings and capsule reviews
"; arnews[4] += "\"2012\": The apocalypse hits and it's a great ride - and funny. Naturally, great special effects from the folks who brought us \"Independence Day\" and \"The Day After Tomorrow.\" With John Cusack, Chiwetel Ejiofor and Amanda Peet."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 00:37:12 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("
");