var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Another New Avatar International Poster
";
arnews[0] += "Here's another really awesome fan made movie poster for the upcoming film \"Avatar\" aka James Cameron's Avatar by director James Cameron and starring Sam Worthington , Sigourney Weaver , Michelle Rodriguez and Zoe Saldana .";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:29:22 GMT";
arnews[0] += "
";
arnews[1]="Mannheim claims 8th-grade girls volleyball title
";
arnews[1] += "Mannheim Middle School's Reba Hall during the first game of Friday evening's 8th-Grade championship match against Rhodes Elementary School, played at Giles Elementary School in Norridge.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 12:00:00 GMT";
arnews[1] += "
";
arnews[2]="Morning Juice: Old Dolphins Learn New Tricks; Train Barrels Into Car in Fort Lauderdale
";
arnews[2] += "Here's what's churning in Friday's local news cycle: Tags: Morning Juice / Chaz Stevens says: $300M would buy a whole lotta of those \"Anti Gay\" crappers Jimmy-Boy was once peddling.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 14:44:52 GMT";
arnews[2] += "
";
arnews[3]="Avatar Preview
";
arnews[3] += "Banner: 20th Century Fox; Genre: Action Adventure; Fantasy Epic; Release: December 18, 2009 ; Director: James Cameron; Written by: James Cameron; Producers: James Cameron, Jon Landau; Cast: Sam Worthington, ZoA Saldana, Michelle Rodriguez, and Sigourney Weaver; Languages: English, Hindi, Tamil and Telugu.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 13:59:15 GMT";
arnews[3] += "
";
arnews[4]="Brand New Avatar Featurette Unleashed
";
arnews[4] += "IGN UK has just released a brand new featurette from Avatar , which will be released in conventional and 3D theaters on December 18.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:54:00 GMT";
arnews[4] += "
";
arnews[5]="Watch Avatar Human Hardware Featurette
";
arnews[5] += "Rotten Tomatoes got their hands on this awesome new featurette for the upcoming film \"Avatar\" aka James Cameron's Avatar by director James Cameron and starring Sam Worthington , Sigourney Weaver , Michelle Rodriguez and Zoe Saldana .";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 07:15:18 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("