var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Around Annapolis: Youngsters get moving with Mighty Milers
";
arnews[0] += "Like a lot of kids his age, 10-year-old Jonathan Clingenpeel said he fell into a habit of eating too many snacks and watching a lot of television.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:10:49 GMT";
arnews[0] += "
";
arnews[1]="News of Yesteryear
";
arnews[1] += "From the Annals of 1909 One of the largest and most beautiful events of the summer season was the garden party given by Miss Aleene Newton in honor of her house guests, Miss Eula Lee Converse and Miss Ruth Converse, of Valdosta, and Miss Kathleen Golden of Columbus.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 01:22:41 GMT";
arnews[1] += "
";
arnews[2]="Scene & Herd: Pop Tarts' Celebrity Sightings
";
arnews[2] += "Lauren Bosworth and Stephanie Pratt artying up a storm at Maxim & Ubisoft Assassin'sA Creed 2 Launch at Voyeur in West Hollywood last Wednesday Kid Rock hanging out last Monday afternoon at country music's most famous honky-tonk, Tootsie's Orchid Lounge in Nashville.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 20:46:08 GMT";
arnews[2] += "
";
arnews[3]="So Long Elsie
";
arnews[3] += "When Elsie Robertson died last week, at the age of 94, Buffalo lost an important link to its theater history.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 05:00:00 GMT";
arnews[3] += "
";
arnews[4]="Rusk's Collins inks full-ride scholarship to UTA
";
arnews[4] += "By Jay Neal sports@jacksonvilleprogress.com RUSK - Every fall and spring, standout prep athletes from local high schools sign their national letter of iintent to continue playing their sport of choice at the collegiate level at a school of their choosing.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Brower birth annouoncement
";
arnews[5] += "Donald and Jennifer Fleetwood Brower are the proud parents of Katherine Elise Brower born June 2, 2009 at St.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 23:05:53 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("