var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mike White - Associated Content
";
arnews[0] += "He became internationally famous singing about an \"Achy Breaky Heart.\" The song allowed him to have fame, riches, and everything he had ever dreamed of. He says he found more fulfillment when he returned to his roots of faith and family, however. She ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 GMT";
arnews[0] += "
";
arnews[1]="Margaret Ladd - Daily Telegram
";
arnews[1] += "Howard (Linda) Ladd of Onsted, Francis (Cheryl) Ladd of Sand Creek, David (Vickie) Ladd of Grand Rapids and Larry (Theresa) Ladd of Cadillac, Mich.; 14 grandchildren and many great-grandchildren. In addition to her husband, Margaret was preceded in ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 04:51:00 GMT";
arnews[1] += "
";
totcount = 2;
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("