var arnews = new Array(2); totcount = 2; rnd = 0; document.write("
| ");
document.write("Yahoo! News: Health News "); document.write(" "); document.title=document.title+ " "; arnews[0]="US smoking rate still stuck at 1 in 5 adults ... "; arnews[0] += "AP - U.S. smoking rates continue to hold steady, at about one in five adults lighting up regularly, frustrated he..."; arnews[0] += " "; arnews[1]="FDA cites claims on 2 green tea beverages (AP... "; arnews[1] += "AP - Federal health regulators have issued warnings to the makers of Canada Dry ginger ale and Lipton tea for mak..."; 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]); } document.write(" |