var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="3 FMU booters named to All-PBC soccer squad
";
arnews[0] += "Three Francis Marion University men's soccer players have been named to the Peach Belt Conference 2009 All-Conference Team.";
arnews[0] += "
Publ.Date : Tue, 10 Nov 2009 14:34:00 GMT";
arnews[0] += "
";
arnews[1]="Justin Long joins 'The Conspirator'
";
arnews[1] += "Justin Long is joining James McAvoy and Robin Wright Penn in \"The Conspirator,\" the historical drama that Robert Redford is directing.";
arnews[1] += "
Publ.Date : Tue, 13 Oct 2009 15:00:00 GMT";
arnews[1] += "
";
arnews[2]="Justin Long joins cast of Robert Redford's 'The Conspirator'
";
arnews[2] += "Justin Long is joining James McAvoy and Robin Wright Penn in \"The Conspirator,\" the historical drama directed by Robert Redford, according to The Hollywood Reporter .";
arnews[2] += "
Publ.Date : Mon, 12 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Justin Long delves into drama with "Conspirator"
";
arnews[3] += "Justin Long is joining James McAvoy and Robin Wright Penn in \"The Conspirator,\" the historical drama that Robert Redford is directing.";
arnews[3] += "
Publ.Date : Wed, 14 Oct 2009 02:46:40 GMT";
arnews[3] += "
";
arnews[4]="First Images from Michael Winterbottoma s 'The Killer Inside Me'
";
arnews[4] += "Hey, look, it's Jessica Alba as a prostitute! A really classy looking prostitute, anyway.";
arnews[4] += "
Publ.Date : Tue, 13 Oct 2009 14:33:33 GMT";
arnews[4] += "
";
arnews[5]="Hollywood blockbusters about Abraham Lincoln to clash
";
arnews[5] += "The director told Variety magazine that he would not pull the plug on the film, which is set to star Liam Neeson.";
arnews[5] += "
Publ.Date : Wed, 16 Sep 2009 10:31:13 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("