var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="SBU honor society inducts new members
";
arnews[0] += "The Zeta Kappa Chapter of the National Delta Mu Delta Honor Society at Southwest Baptist University recently inducted 14 new members in a ceremony held on the Bolivar campus.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Tank Top Tuesday
";
arnews[1] += "So last week the sad yet inevitable news came that \"Dollhouse\" was done . Sure, the writing was on the wall .";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 12:18:07 GMT";
arnews[1] += "
";
arnews[2]="Dollhouse: Where the Cast Should Go Next?
";
arnews[2] += "With Dollhouse 's doors closing, and Joss presumably heading back to the drawing board, what will happen to all those actors who will be out of a job? After all, some of them already get too-little work on non-Whedon projects as it is.";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 03:04:32 GMT";
arnews[2] += "
";
arnews[3]="Was it right to axe 'Dollhouse'?
";
arnews[3] += "By now, you're either crying in to your pillow or rejoicing at the news that Fox has cancelled Dollhouse .";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 22:07:34 GMT";
arnews[3] += "
";
arnews[4]="'Dollhouse': Why we're happy it got canceled
";
arnews[4] += "Cancellation was a blessing for Joss Whedon's sci fi drama \"Dollhouse,\" not only for the beleaguered viewers at home but for the production itself.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 02:43:41 GMT";
arnews[4] += "
";
arnews[5]="'Precious' is a bleak but hope-filled drama
";
arnews[5] += "It only takes a few scenes into the bleak, but hope-filled drama \"Precious: Bbased on the Novel 'Push' by Sapphire\" to realize you're in the presence of two commanding actresses whose courageous, uncompromising, full-bore performances rank among the decade's very best film achievements.";
arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 07:29:58 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("