var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Death Proof
";
arnews[0] += "Quentin Tarantino has earned his name, Total Film named him the 12th greatest director of all time.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:15:34 GMT";
arnews[0] += "
";
arnews[1]="Nashville People in Business
";
arnews[1] += "Campaign for a Healthy and Responsible Tennessee announced its board of directors for 2009-10: Margaret Smith is chairwoman.";
arnews[1] += "
Publ.Date : Sun, 08 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Jason Schwartzman Talks Married Life, a Boreda Finale Clues & His a Scott Pilgrima Sword Fights
";
arnews[2] += "Jason Schwartzman busts a move on the red carpet at the premiere of his film 'Fantastic Mr.";
arnews[2] += "
Publ.Date : Sat, 31 Oct 2009 23:26:06 GMT";
arnews[2] += "
";
arnews[3]="'Scott Pilgrim vs. the World' (ALL) Coming Summer 2010
";
arnews[3] += "Bryan Lee O'Malley's video game reference ridden comic book series Scott Pilgrim will be made into a side-scrolling beat-em-up with over the top combat.";
arnews[3] += "
Publ.Date : Sat, 17 Oct 2009 04:11:57 GMT";
arnews[3] += "
";
arnews[4]="Clifford C. 'Paw Paw' Davis
";
arnews[4] += "OLOH - Services are 1:30 p.m. Saturday at Oloh Lighthouse Pentecostal Church for Clifford C. 'Paw Paw' Davis, 77, of Oloh, who died Oct.";
arnews[4] += "
Publ.Date : Fri, 16 Oct 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Aubrey Plaza Interview on Scott Pilgrim Co-Starring Michael Cera
";
arnews[5] += "The folks at MakingOf.com passed along this really cool interview with actress Aubrey Plaza who plays Julie Powers in the upcoming film \"Scott Pilgrim vs.";
arnews[5] += "
Publ.Date : Tue, 13 Oct 2009 11:06:11 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("