var arnews = new Array(8);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="AFM: New Films to Deliver Deon Taylor's Chain Letter
";
arnews[0] += "If you're a regular reader of the site, then you know that we've touted Deon Taylor as an up-and-coming director to watch.";
arnews[0] += "
Publ.Date : Sun, 08 Nov 2009 21:53:43 GMT";
arnews[0] += "
";
arnews[1]="Alynda Wheata s Beat Cop: The Last Patrol
";
arnews[1] += "There's no way I'm going to get this right. We never say precisely what we ought to when we part, the words are never perfect enough - not even for those of us who get paid to write them...or used to, anyway.";
arnews[1] += "
Publ.Date : Fri, 06 Nov 2009 18:01:57 GMT";
arnews[1] += "
";
arnews[2]="10-6: "Death And The Maiden" 2009.11.05
";
arnews[2] += "So, it looks like we might finally be moving towards Wendy going out into the field.";
arnews[2] += "
Publ.Date : Fri, 06 Nov 2009 07:33:13 GMT";
arnews[2] += "
";
totcount = 3;
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("