var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Travolta plays action hero in 'From Paris with Love' - Southtown Star
"; arnews[0] += "In the space of just a few weeks, we have movies starring Harrison Ford, Mel Gibson and John Travolta. It's like the early 1990s all over again. Nostalgia is on Travolta's mind, too. In \"From Paris with Love,\" he plays a violent but chatty CIA agent ..."; arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 10:00:00 GMT"; arnews[0] += "
"; arnews[1]="For one-time carpenter Harrison Ford, acting is a craft - The Gaea Times
"; arnews[1] += "LONDON - For Hollywood legend Harrison Ford acting is not an art but a craft that he learnt, while he was a carpenter. The screen legend, who has starred in some of the biggest films in the last 50 years, including the original “Star Wars ..."; arnews[1] += "
Publ.Date : Tue, 12 Jan 2010 09:24:00 GMT"; arnews[1] += "
"; arnews[2]="The Fall of Harrison Ford - Daily Beast
"; arnews[2] += "Your email has been sent. What is terrifying about this change is that it happened almost without explanation—like a dust bowl suddenly descending upon a once lush and verdant land. One day there was a giant body of water here, and the next day ..."; arnews[2] += "
Publ.Date : Sun, 24 Jan 2010 00:41:00 GMT"; arnews[2] += "
"; arnews[3]="Harrison Ford a ‘Much Better’ Parent Now - Celebrity Baby Blog
"; arnews[3] += "“My first child was born when I was 25,” the actor notes in a recent interview with PARADE . “Babies raising babies is not a pretty sight. I am much better at it now.” To that end, Harrison, 67, says his weekends are completely dictated by ..."; arnews[3] += "
Publ.Date : Tue, 19 Jan 2010 19:31:00 GMT"; arnews[3] += "
"; arnews[4]="The movie starring Harrison Ford and Brendan Fraser is based on the ... - Baltimore Sun
"; arnews[4] += "The therapy on which he's working includes genetic and molecular techniques that allow the body to use a replacement enzyme so it can process stored sugar, improving muscular function as well as heart, liver and lung function. John starts a ..."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 22:42:00 GMT"; arnews[4] += "
"; arnews[5]="Travolta plays action hero in 'Paris' - Northwest Explorer
"; arnews[5] += "Rated R for bloody violence throughout, drug content, pervasive language and brief sexuality. Running time: 95 minutes. One star out of four. In the space of just a few weeks, we have movies starring Harrison Ford, Mel Gibson and John Travolta. It's ..."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:57:00 GMT"; arnews[5] += "
"; totcount = 6; 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("
");