var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mrs. Delfred Romero II
";
arnews[0] += "Elizabeth Claire Broussard and Delfred Chad Romero II exchanged wedding vows on Friday, November 20, 2009, during a 7pm ceremony.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Births
";
arnews[1] += "A boy, Dylan Wayne Stanley, was born to Briana and Jeremy Stanley on Oct. 18, 2009.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:57:00 GMT";
arnews[1] += "
";
arnews[2]="Ada royalty crowned Monday
";
arnews[2] += "Contestants for the 2010 Miss Ada Scholarship Pageant and the Miss Ada Outstanding Teen Pageant make final preparations this weekend for competition Monday night.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 04:27:06 GMT";
arnews[2] += "
";
arnews[3]="Aces look to sustain success
";
arnews[3] += "It's probably safe to say the Granville High School girls basketball team isn't going to sneak up on anybody.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 02:54:50 GMT";
arnews[3] += "
";
arnews[4]="Sellier cruises into TATT second round
";
arnews[4] += "THIRD SEED Trevine Sellier got her campaign underway in the Women's Singles of the TATT Open yesterday with a breezy straight sets win against the unseeded Rachael Nwokolo at the Eddie Taylor Public Courts, St Clair.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:19:33 GMT";
arnews[4] += "
";
arnews[5]="Class 1A volleyball: Bronte wins 3-1, advances to state final
";
arnews[5] += "The Bronte High School volleyball team's journey isn't over yet. The Lady Longhorns took down the state's No.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 02:21:27 GMT";
arnews[5] += "
";
arnews[6]="Alex goes on scoring streak to down Laker girls' hockey
";
arnews[6] += "Freshmen Callie Johnson and Emily Payne share a smile after Payne's first period goal Thursday evening against Alexandria inside Kent Freeman Arena.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 23:34:52 GMT";
arnews[6] += "
";
arnews[7]="People in the News: Scholars from Boston University, The Governor's Academy & Phillips Exeter
";
arnews[7] += "DEANa S LIST. Chantal M. De Bakker, of Hollis, was named to the deana s list for the spring 2009 semester at Boston University.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 16:52:56 GMT";
arnews[7] += "
";
arnews[8]="Middle school hosts solo and ensemble fest
";
arnews[8] += "CHARLOTTE - On Nov. 14, Charlotte Middle School hosted the 2009 District VIII Junior High Solo and Ensemble Festival.";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("