var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stress Relief Online, Aromatherapy by Mail
";
arnews[0] += "ABOUT a decade ago, when Johnson & Johnson , whose baby products include powders, oils and diaper rash creams, was conducting focus groups, marketers noticed that mothers would bring up not just what to put on their babies' skin, but also what got under their own.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:14:55 GMT";
arnews[0] += "
";
arnews[1]="College Grove: Celebrate the love that surrounds you
";
arnews[1] += "Opening thought: Ye shall know them by their fruits. Do men gather grapes of thorns, or figs of thistles? - St.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Stress Relief Online, Aromatherapy by Mail
";
arnews[2] += "ABOUT a decade ago, when Johnson & Johnson , whose baby products include powders, oils and diaper rash creams, was conducting focus groups, marketers noticed that mothers would bring up not just what to put on their babies' skin, but also what got under their own.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 06:48:13 GMT";
arnews[2] += "
";
arnews[3]="Eunice Inez (King) Givens
";
arnews[3] += "Eunice Inez Givens, age 90 of Murfreesboro, passed away on February 7, 2010 at Middle Tennessee Medical Center.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 23:06:31 GMT";
arnews[3] += "
";
arnews[4]="Carrie Underwood at Super Bowl 2010
";
arnews[4] += "Photo: Donald Miralle, Getty Images Carrie Underwood sang the national anthem at the Super Bowl 2010 game tonight.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 02:30:00 GMT";
arnews[4] += "
";
arnews[5]="Pauline Wilger
";
arnews[5] += "A Funeral Mass for longtime Bristol area resident, Pauline Wilger will be held at 10 a.m., Tuesday, February 9, 2010 at the St.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 08: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("