var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Holiday films
";
arnews[0] += "It's been less than a dazzling year at the movies, so fingers crossed that Hollywood is saving the best for last.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:26:42 GMT";
arnews[0] += "
";
arnews[1]="Home movies
";
arnews[1] += "Betty Blue This is the directora s cut of Jean-Jacques Beineixa s 1986 sexy, tragic drama about a young handyman and a beautiful waitress who begin an erotic escapade that grows into a genuine relationship, then tumbles into madness.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:53:58 GMT";
arnews[1] += "
";
arnews[2]="Avatar Preview
";
arnews[2] += "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[2] += "
Publ.Date : Fri, 20 Nov 2009 13:59:15 GMT";
arnews[2] += "
";
arnews[3]="Humans Gear Up for War in New Avatar Featurette
";
arnews[3] += "And at this point I would normally say that we've reached a saturation point with clips, trailer and featurettes, but we must remember that this is a 19-hour movie .";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 09:18:58 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]="Art: Optical Perspective
";
arnews[5] += "Perspective is a tool artists use to make things look closer or farther away. The five key elements to this are: value, detail, overlapping, position, and size.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 23:40:08 GMT";
arnews[5] += "
";
arnews[6]="A picture-perfect holiday season: Have yourself some very merry movies
";
arnews[6] += "Add to your holiday to-do list: See loads of movies. Hollywood is packing the next six weeks with Oscar hopefuls, animated fun, sci-fi trickery, naughty ninjas, and a fresh take on the world's greatest sleuth.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 07:27:19 GMT";
arnews[6] += "
";
totcount = 7;
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("