var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New Mammogram Guidelines Vs Cancer
";
arnews[0] += "I'm sure you've heard by now the recommendations from a panel of experts on the U.S. Preventive Services Task Force that women should now put off for a decade having routine mammograms.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 23:44:53 GMT";
arnews[0] += "
";
arnews[1]="Lawyers on stage
";
arnews[1] += "Attorneys say acting on stage in local theater gives them an advantage in the courtroom.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 20:12:34 GMT";
arnews[1] += "
";
arnews[2]="Lawyers on stage
";
arnews[2] += "Attorneys say acting on stage in local theater gives them an advantage in the courtroom.";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 12:07:42 GMT";
arnews[2] += "
";
arnews[3]="Charles Arthur Venable
";
arnews[3] += "Charles Arthur Venable, 76, went home to be with the Lord Monday, October 13, 2009.";
arnews[3] += "
Publ.Date : Wed, 14 Oct 2009 15:08:51 GMT";
arnews[3] += "
";
arnews[4]="Charles Arthur Venable
";
arnews[4] += "Charles Arthur Venable, 76, went home to be with the Lord Monday, October 13, 2009.";
arnews[4] += "
Publ.Date : Wed, 14 Oct 2009 15:08:51 GMT";
arnews[4] += "
";
arnews[5]="Charles Arthur Venable
";
arnews[5] += "Charles Arthur Venable, 76, went home to be with the Lord Monday, October 13, 2009.";
arnews[5] += "
Publ.Date : Wed, 14 Oct 2009 15:08:51 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("