var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Private detectives join search for teen
";
arnews[0] += "An organization that helps parents and law enforcement search for missing children has hired a private detective agency to aid in the search for Brittanee Drexel, a New York teen who disappeared while vacationing in Myrtle Beach last April.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:10:46 GMT";
arnews[0] += "
";
arnews[1]="Private detectives join search for teen
";
arnews[1] += "An organization that helps parents and law enforcement search for missing children has hired a private detective agency to aid in the search for Brittanee Drexel, a New York teen who disappeared while vacationing in Myrtle Beach last April.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:09:38 GMT";
arnews[1] += "
";
arnews[2]="Detective agency to join search for missing New York teen
";
arnews[2] += "An organization that helps parents and law enforcement search for missing children has hired a private detective agency to aid in the search for Brittanee Drexel, a New York teen who disappeared while vacationing in Myrtle Beach last April.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 19:56:00 GMT";
arnews[2] += "
";
arnews[3]="Community briefly: Shreveport mayor to address AARP group
";
arnews[3] += "Shreveport Mayor Cedric Glover will be the speaker when AARP Local 3832 meets at noon Wednesday at Lakeside Community Center, 2200 Milam St.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Private detective searches for missing NY teen
";
arnews[4] += "The head of a company that helps parents find missing children has hired a detective agency to search for a New York state teenager missing in South Carolina for almost a year.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 14:10:15 GMT";
arnews[4] += "
";
arnews[5]="Brittanee Drexel to be sought by private detective agency
";
arnews[5] += "The head of a company that helps parents find missing children has hired a detective agency to search for Brittanee Drexel.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 13:32:15 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("