var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ongoing movies
";
arnews[0] += "Rated: PG for mild rude humor. Length: 1 hr., 29 min. The famous singing pre-teen chipmunk trio returns to contend with the pressures of school, celebrity, and a rival fe-male music group known as The Chipettes.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 13:06:51 GMT";
arnews[0] += "
";
arnews[1]="It will be a historic event a " Wissow
";
arnews[1] += "President and Co-Founder of the Women's International Boxing Association, Ryan Wissow believes that the upcoming Shondel Alfred and Corrine DeGroot bantamweight rematch along with the Gwendolyn O'Neil and Carlette Ewell light heavyweight clash will be a historic event and he is also optimistic about the smooth running of the fights.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 11:23:26 GMT";
arnews[1] += "
";
arnews[2]="Ongoing movies
";
arnews[2] += "Rated: PG for rude humor. Length: 1 hr., 29 min. The famous singing pre-teen chipmunk trio returns to contend with the pressures of school, celebrity and a rival female music group, The Chipettes.";
arnews[2] += "
Publ.Date : Fri, 29 Jan 2010 11:06:10 GMT";
arnews[2] += "
";
arnews[3]="'Legion': Christian-Pop meets steroids
";
arnews[3] += "Blame it on the Mayans. Because their calendar ends on Dec. 21, 2012, the human race will be facing at least two more years of apocalyptic movies.";
arnews[3] += "
Publ.Date : Thu, 28 Jan 2010 21:11:33 GMT";
arnews[3] += "
";
arnews[4]="Even God's gotta laugh at 'Legion'
";
arnews[4] += "It's not difficult to understand why a film such as \"Legion\" wouldn't be screened for critics - even a smaller studio such as Screen Gems can spot a complete mess of a film when they see it.";
arnews[4] += "
Publ.Date : Thu, 28 Jan 2010 19:45:23 GMT";
arnews[4] += "
";
arnews[5]="Im good enough to be Arsenals top striker crows fit again Bendtner
";
arnews[5] += "Nicklas Bendtner is ready to grab the chance to finally establish himself as an Arsenal first team regular - and sustain their title hopes - ahead of a trio of crunch Barclays Premier League games.";
arnews[5] += "
Publ.Date : Thu, 28 Jan 2010 17:52: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("