var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Renewed Focus On Safety At MCS
";
arnews[0] += "Metal detectors are used year round at some Memphis Schools, randomly at others.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 00:43:14 GMT";
arnews[0] += "
";
arnews[1]="Five things to do this weekend
";
arnews[1] += "Be entertained and educated about pets and pet products during this two-day event, which includes performances, hands-on petting opportunities, adoptions, shopping for pets and more.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:33:04 GMT";
arnews[1] += "
";
arnews[2]="Second-Half Surge Leads Berry Past Covenant; Lady Scots Lose
";
arnews[2] += "Despite a solid first half in which the Covenant shot 48% from the field as a team, the Vikings of Berry College defeated the Scots 79-60 in both team's regular season opener.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 22:25:03 GMT";
arnews[2] += "
";
arnews[3]="Berry basketball teams tip off season tonight
";
arnews[3] += "The Berry basketball teams will kick off the 2009-10 season tonight with a doubleheader against Covenant.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 04:31:16 GMT";
arnews[3] += "
";
arnews[4]="Marriage License Applications, Annulments Granted, Divorces Granted
";
arnews[4] += "Abraham, Donald P. and Glotta, Tamara L., both of Wichita. Antonios, Samer I. and Robbins, Ashley S., both of Andover.";
arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 05:53:37 GMT";
arnews[4] += "
";
arnews[5]="Weezzy7
";
arnews[5] += "Too involved in school to know what was going on in the real world last week? Here's an update: world TONY BLAIR GIVES NOTICE: Britain's Prime Minister Tony Blair announced he'd step down as head of the Labour Party and as leader of the country effective June 27.";
arnews[5] += "
Publ.Date : Tue, 15 May 2007 07:00:00 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("