var r_text = new Array ();
r_text[0] = "Animal mortality insurance is our primary business &mdash; not a sideline.";
r_text[1] = "Over 55 years of insurance service to the animal owner.";
r_text[2] = "American Live Stock Inc. is the premier livestock insurer in the United States.";
r_text[3] = "Partnering with you, the animal owner, to provide sound protection for your investment and your livelihood.";
r_text[4] = "American Live Stock Inc., founded by cattlemen to provide insurance protection for the animal owner.";
r_text[5] = "Superior service, dependability, industry commitment. ";
var i = Math.round(5*Math.random());

document.write(r_text[i]);