var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A Modern Western
";
arnews[0] += "Traveler and his mare Alfa lived in Disappointment Valley, Colorado, before a large wild horse roundup pulled them apart.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 14:00:06 GMT";
arnews[0] += "
";
arnews[1]="Another chapter in Cronenberg's history of violence
";
arnews[1] += "David Cronenberg's follow-up to A History of Violence is far moodier, but somewhat less emotional as it takes a Russian mob story and turns it into an anthropological examination of the criminal's warped code of ethics.";
arnews[1] += "
Publ.Date : Fri, 28 Dec 2007 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Miller Theatre listens to Lou Reed's experimental soundtrack
";
arnews[2] += "Ever since Lou Reed released his four-part experimental guitar feedback noise music album \"Metal Machine Music\" in 1975, the typical reaction has been one of confusion and revulsion.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="New Visalia Independent Film Series announced
";
arnews[3] += "Regal Entertainment Group has booked the latest lineup for the Visalia Independent Film Series, the series that brings \"art\" titles to the chain's downtown Visalia theater.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 02:57:15 GMT";
arnews[3] += "
";
arnews[4]="Kerns: SAG could not guarantee Oscar nomination for Diane Kruger
";
arnews[4] += "With the number of Academy Award Best Picture candidates doubled from five to 10, one would assume that the chances of any popular movie being overlooked would decrease.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 07:09:40 GMT";
arnews[4] += "
";
arnews[5]="Who Should Reese Witherspoon Date Next?
";
arnews[5] += "The actress talks about her role as spokeswoman for Avon, and her perfume. It looks like Reese Witherspoon may be ready to play the field again after her split from hottie BF Jake Gyllenhaal.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 14:59:55 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("