var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="If life is like a ballgame, I'm just warming up
";
arnews[0] += "\"I've come to realize that almost everything in dating and relationships has a parallel in sports, especially baseball.\" -- P.J. Franklin That, in a nutshell, is the premise of the sitcom My Boys .";
arnews[0] += "
Publ.Date : Sat, 11 Aug 2007 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Ask Stacy: Loved Star Trek, What's Next for the Film, Chris Pine & Zachary Quinto?
";
arnews[1] += "DEAR STACY: I just watched the new version of \"Star Trek,\" with Chris Pine and Zachary Quinto in the lead roles.";
arnews[1] += "
Publ.Date : Sat, 09 Jan 2010 21:22:32 GMT";
arnews[1] += "
";
arnews[2]="Perfect mirror for reality: Can life be summed up by sports terms and cliches?
";
arnews[2] += "\"I've come to realize that almost everything in dating and relationships has a parallel in sports, especially baseball.\" -- P.J. Franklin That, in a nutshell, is the premise of the sitcom My Boys .";
arnews[2] += "
Publ.Date : Tue, 14 Aug 2007 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="The Goods: Live Hard, Sell Hard
";
arnews[3] += "Greed is good in Neal Brennan's raucous debut feature about the exploits of four car salespeople in the California town of Temecula.";
arnews[3] += "
Publ.Date : Sat, 24 Oct 2009 10:17:20 GMT";
arnews[3] += "
";
arnews[4]="A selection of the rest of this week's releases
";
arnews[4] += "The Cove is brilliant. And I never want to see it again, writes Mike Polanyk . This amazing documentary, a huge success at the 2009 Sundance Festival, was made by Ric O'Barry, who's famed for his television work in the Sixties when he captured and trained five dolphins to play the title character in international TV hit Flipper.";
arnews[4] += "
Publ.Date : Sat, 24 Oct 2009 07:30:00 GMT";
arnews[4] += "
";
arnews[5]="The Goods: Live Hard, Sell Hard
";
arnews[5] += "Director: Neal Brennan Screenwriters: Andy Stock, Rick Stempson Starring: Jeremy Piven, Ving Rhames, James Brolin, David Koechner, Kathryn Hahn, Ed Helms, Will Ferrell, Jordana Spiro, Charles Napier Running Time: 89 mins Certificate: 15 The world of sleazy, no-good car salesmen seems like it should be ripe with comic potential for an established ...";
arnews[5] += "
Publ.Date : Wed, 21 Oct 2009 07:00: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("