var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Interview: Brandon T Jackson - Magical moments of satyr
";
arnews[0] += "'I'VE never seen a black satyr a ' it's cool.\" a Brandon T Jackson, Alexandra Daddario and Logan Lerman in Percy Jackson and the Lightning Thief.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 14:13:33 GMT";
arnews[0] += "
";
arnews[1]="Area swimmers prepare for District 2 meet
";
arnews[1] += "No Issaquah or Sammamish athletes earned individual titles at Saturday's KingCo swimming championships, but several are moving on to this week's District 2 meet.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 10:31:05 GMT";
arnews[1] += "
";
arnews[2]="Mythic proportions for Columbus film
";
arnews[2] += "When Chris Columbus decided to adapt a popular children's book, Percy Jackson & the Olympians: The Lightning Thief, he went for the gold.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Movie synopsis: "Percy Jackson and the Olympians: The Lightning Thief"
";
arnews[3] += "It's the 21st century, but the gods of Mount Olympus seem to have walked out of the pages of Greek mythology texts and into the the life of trouble-prone teenager Percy Jackson.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 04:17:10 GMT";
arnews[3] += "
";
arnews[4]="New French Trailer for Percy Jackson
";
arnews[4] += "Allocine has posted this new French trailer for Percy Jackson & The Olympians: The Lightning Thief which shows more footage from the big screen adaptation, opening in theaters on February 12th.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 20:03:49 GMT";
arnews[4] += "
";
arnews[5]="New Percy Jackson and the Olympians: Lightning Thief French Trailer
";
arnews[5] += "French film site Allocine has just posted a brand new international trailer for Percy Jackson and the Olympians: Lightning Thief , which will be released in theaters nationwide on February 12.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 18:29:08 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("