/* This JavaScript (Random Quotes) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting */

var num_of_quotes = 6;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
title="Jen Otto";
title1="Otto Cattle Co.";
title2="Walnut Grove, MN";
title3="";
title4="";
body="It has been wonderful to have my husband home at night to help with the children and be here after supper. Thank you, HeatWatch, for letting my children spend nighttime with their dad.";
}

if (quotes==1) {
title="Ronnie Whittle";
title1="Manager";
title2="Circle A Angu";
title3="Heifer division";
title4="";
body="We are extremely pleased with our HeatWatch system. I would say it took 90% of the work out of our heat detection. Of the 927 heifers, we bred 844 in 30 days. I would be glad to talk to anyone breeding beef cattle about how well HeatWatch has worked for us here at Circle A. ";
}

if (quotes==2) {
title="JDJ Ranch";
title1="Jim LcLachlan and Dana Barclay";
title2="Evart, MI";
title3="";
title4="";
body="With our extensive embryo transfer program, HeatWatch has aided in identifying the onset of heats in the recipient herd as well as heats with the donors. We have increased our conception rates with our ET and AI breeding programs. It has also cut down on man-hours checking for heats and missing heats altogether. We highly recommend the HeatWatch system";
}

if (quotes==3) {
title="Dr. Don Coover, DVM";
title1="CVR Cattle Co.";
title2="SEK Genetics/Genetics Horizon";
title3="Galesburg, KS.";
title4="";
body="When breeding season rolls around (twice a year for me), I find my HeatWatch system to easily be the most useful, valuable and cost effective piece of equipment on my place. It is nearly 100% effective in detecting heats and enables me to breed more cows and heifers earlier, obtain better results (more pregnancies), use less semen, spend much less time, be more efficient, and generally have a lot more fun…and make money raising cattle! The HeatWatch system would be cheap at twice the price";
}

if (quotes==4) {
title="Jim McDaniel";
title1="Quarterback Ranch";
title2="Hillsboro, TX";
title3="250 Head, Chiangus ";
title4="";
body="HeatWatch works well, especially for catching cows that only have a few heats. HeatWatch catches cows in heat in the middle of the night, which we can see by the lists we generate in the morning. The system is very convenient and has saved us a lot in labor costs associated with visual heat detection. Most of all, HeatWatch works great for catching cows in heat that, in the past, we found very difficult to catch";
}

if (quotes==5) {
title="David Nichols";
title1="National Cattlemen's Beef Association, Board Member";
title2="Nichols Farms";
title3="Bridgewater, Iowa";
title4="800 Angus, 350 Simmental, 100 Salers";
body="HeatWatch represents the kind of technological step forward for artificial insemination like using fresh semen was to going to frozen. To do heat detection right, it requires a lot of valuable employees' time to do other things while increasing conception rates";
}

document.write('<div align=left>');
document.write('<strong>' + title + '</strong><br>');
document.write('' + title1 + '<br>');
document.write('' + title2 + '<br>');
document.write('' + title3 + '<br>');
document.write('' + title4 + '<br>');
document.write('<hr>');
document.write(''+ body +'');
document.write('</div>');

