var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lipscomb University to honor Mother Maybelle Carter
";
arnews[0] += "Lipscomb University will honor Mother Maybelle Carter at its inaugural Music from the Mountain concert on Feb.";
arnews[0] += "
Publ.Date : Fri, 22 Jan 2010 22:52:27 GMT";
arnews[0] += "
";
arnews[1]="Confessions, Failures and Presentations That Are Not Canned
";
arnews[1] += "Scott Berkun made a very salient point during his Confessions of a Public Speaker presentation at Web 2.0 NY 2009.";
arnews[1] += "
Publ.Date : Mon, 23 Nov 2009 23:26:01 GMT";
arnews[1] += "
";
totcount = 2;
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("