var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Enjoy Poetry, Plays and Even Santa's Elves
";
arnews[0] += "Published: Friday, November 20, 2009 at 12:01 a.m. Last Modified: Saturday, November 21, 2009 at 12:26 a.m. This weekend brings plenty of entertainment events, including plays, holiday events, festivals and more.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:54:14 GMT";
arnews[0] += "
";
arnews[1]="Domestic Percy Jackson Trailer Unveiled
";
arnews[1] += "Did you dig the international trailer for Percy Jackson & The Olympians: The Lightning Thief ? Well, brace yourself, because the domestic trailer is out, and it's far better! The new trailer gives us the best look yet at some impressive special effects and the stellar cast, which includes Logan Lerman, Pierce Brosnan, Uma Thurman, Rosario Dawson, ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 23:29:29 GMT";
arnews[1] += "
";
arnews[2]="Domestic Trailer for Percy Jackson & The Olympians
";
arnews[2] += "We got the international trailer earlier this week, and now the domestic trailer for 20th Century Fox's Percy Jackson & The Olympians: The Lightning Thief is online as well.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:45:11 GMT";
arnews[2] += "
";
arnews[3]="Trailer Debut For 'Percy Jackson And The Lighting Thief'
";
arnews[3] += "Loading ... The international trailer for fantasy adventure \"Percy Jackson & The Lightning Thief\" has hit the web, and it looks more action packed than some of the previous trailer that we've seen for the film.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 23:21:53 GMT";
arnews[3] += "
";
arnews[4]="Print This Story
";
arnews[4] += "Tim and Julie Lenon make an appearance at the New York City premiere of \"My One and Only.\" Photo courtesy of TIM LENON It is most common to think of movie stars, as people - individuals such as Julia Roberts, Tom Hanks or Will Smith.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 22:14:39 GMT";
arnews[4] += "
";
arnews[5]="a Percy Jacksona found himself a new trailer
";
arnews[5] += "The international trailer for Percy Jackson & the Olympians: The Lightning Thief hit the Web today.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08: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("