var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Children’s tale is well worth a look - Global Nation
";
arnews[0] += "These creatures have names, personalities, insecurities and neuroses, just like real people: There’s Carol (voiced by James Gandolfini), Judith (Catherine O’Hara), KW (Lauren Ambrose), Ira (Forest Whitaker), Douglas (Chris Cooper), and Alexander ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 16:12:00 GMT";
arnews[0] += "
";
arnews[1]="Oscar Snubs: Why the Wild Things Aren’t Nominated - VANITYFAIR
";
arnews[1] += "In the hierarchy of hopes dashed by 2009’s Sherman-style march across the collective face of Generations X, Y, and Z, the ones for Where the Wild Things Are scarcely rank when compared to those for change, Yes We Can, yada yada yada. Still, it's ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 05:16:00 GMT";
arnews[1] += "
";
arnews[2]="Short takes - Maryland Community Newspapers Online
";
arnews[2] += "2012 (PG-13) (158 min.; dir. Roland Emmerich; John Cusack, Amanda Peet, Danny Glover, Thandie Newton, Oliver Platt, Woody Harrelson, Chiwetel Ejiofor, Liam James, Morgan Lily, George Segal, Beatrice Rosen, Zlatko Buric, Tom McCarthy) action/drama ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 09:41:00 GMT";
arnews[2] += "
";
arnews[3]="To be alone, wild & free - Philippine Star Online
";
arnews[3] += "Aside from Max and Catherine, the movie also features the stellar voices of Catherine O’Hara, Lauren Ambrose, James Gandolfini, Paul Dano, and Oscar-winning actors Forest Whitaker and Chris Cooper. Where the Wild Things Are is released by Warner ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 15:53:00 GMT";
arnews[3] += "
";
totcount = 4;
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("