var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="
";
arnews[0] += "
The gorgeous, talented, ethereal actress put most of those \"America's Next Top Model\" girls to shame during a photoshoot yesterday in California!
Photo ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 23:57:00 GMT";
arnews[0] += "
";
arnews[1]="
";
arnews[1] += "ETProdSharlette: Watch ET for the Twilight saga : New Moon stars fashion, hair, smiles and fun on the Red Carpet tonight. ETProdSharlette: Late night with Twilight:New Moon cast. Rob, Taylor, Kristen, Nikki and Dakota all looked so beautiful. Fans ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 17:40:00 GMT";
arnews[1] += "
";
arnews[2]="
";
arnews[2] += "DC should make films out of ALL of their Vertigo titles. The films themselves would be a mix of Tarantino, Hitchcock, and Lynch type tastes no doubt. I hope they make a film version of Howard Chaykin and Dave Tischman's \"American Century\" comic ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[2] += "
";
arnews[3]="
";
arnews[3] += "Earlier this month we’ve been getting what I think have been our best looks at Avatar in two TV spots. Avatar is the forthcoming 3-D feature film produced, directed and written by James Cameron. Its cast includes Sam Worthington, Zoe Saldana ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 06:12:00 GMT";
arnews[3] += "
";
arnews[4]="
";
arnews[4] += "It’s eery how the CGI animation in this film manages to capture the physical characteristics of the actors. Not just with Saldana, but with all the other actors you can differentiate between them because they still have their faces. Since it took ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 18:01:00 GMT";
arnews[4] += "
";
arnews[5]="
";
arnews[5] += "USA Today has published a new photo of Neytiri, the blue-skinned heroine from James Cameron's Avatar . The character, played by Zoe Saldana is the love interest of hero Jake Sulley, a paraplegic soldier who takes part in a covert operation to ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 06:12: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("");document.write("");