var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="US Army single mom follow-up report#1
";
arnews[0] += "The article on Army Specialist four Hutchinson seemed to attract considerable attention and comments.";
arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Mourners remember Dale mother and son slain in their home
";
arnews[1] += "Jeanine Mullen had an infectious laugh, inviting smile and big heart, family and friends said Saturday during the funeral for Mullen and her 4-year-old son, Waltfredo, who were found shot to death last week in their Dale home.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:11:20 GMT";
arnews[1] += "
";
arnews[2]="Is Jane Eyre well maid?
";
arnews[2] += "John Mullan selects the best teachers in literature for The Guardian . Lucy Snowe makes it into the list: The heroine of Charlotte BrontA 's last novel, Villette , finds employment teaching in a private girls' boarding school in Belgium.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 16:09:25 GMT";
arnews[2] += "
";
arnews[3]="Preview Turkey Carving
";
arnews[3] += "Andy Samberg of \"Saturday Night Live\" joins Martha to make Libby's Famous Pumpkin Pie and then Martha teaches him how to carve a turkey .";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 16:04:18 GMT";
arnews[3] += "
";
arnews[4]="Martha Stewart hosts Vegetarian Thanksgiving show
";
arnews[4] += "On Thursday Martha Stewart devoted an entire show to vegetarianism. The show titled Vegetarian Thanksgiving focused on meat free side dishes, the commercial food industry, and healthy dietary choices.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:38:43 GMT";
arnews[4] += "
";
totcount = 5;
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("