var strQuote = "<table width='100%'  border='0' cellspacing='0' cellpadding=0><tr><td class='quoteCell'><a href='http://www.aquaflor-usa.com/secondary/features/dont_let_esc.asp' target='_self' class='randomText'>Losses from ESC cost the US catfish industry more than $13 million a year.</a></td></tr></table>~" 
+"<table width='100%'  border='0' cellspacing='0' cellpadding=0><tr><td class='quoteCell'><a href='http://www.aquaflor-usa.com/secondary/features/catfish_disease.asp' target='_self' class='randomText'>Mortality rates run as high as 60 percent in mature farm-raised catfish.</a></td></tr></table>~" 
+"<table width='100%'  border='0' cellspacing='0' cellpadding=0><tr><td class='quoteCell'><a href='http://www.aquaflor-usa.com/secondary/features/catfish_disease.asp' target='_self' class='randomText'>Catfish producers typically lose 30 percent of their younger fish to disease.</a></td></tr></table>~" +"<table width='100%'  border='0' cellspacing='0' cellpadding=0><tr><td class='quoteCell'><a href='http://www.aquaflor-usa.com/secondary/features/vfd_drugs.asp' target='_self' class='randomText'>VFD is a new drug category established by FDA to more closely control new therapeutics and their use in food animals.</a></td></tr></table>~" +
"<table width='100%'  border='0' cellspacing='0' cellpadding=0><tr><td class='quoteCell'><a href='http://www.aquaflor-usa.com/secondary/faqs/faqs1.asp' target='_self' class='randomText'>AQUAFLOR has established an excellent safety record for fish, human food and the environment.</a></td></tr></table>~" + "<table width='100%'  border='0' cellspacing='0' cellpadding=0><tr><td class='quoteCell'><a href='http://www.aquaflor-usa.com/secondary/faqs/faqs.asp' target='_self' class='randomText'>AQUAFLOR has proved to be highly palatable when blended with catfish feed.</a></td></tr></table>~" + "<table width='100%'  border='0' cellspacing='0' cellpadding=0><tr><td class='quoteCell'><a href='http://www.aquaflor-usa.com/secondary/product_info/literature.asp' target='_self' class='randomText'>In MSU studies, challenged fingerlings treated with AQUAFLOR had a cumulative mortality rate of only 0.8 percent, vs. 60 percent for untreated.</a></td></tr></table>~" + "<table width='100%'  border='0' cellspacing='0' cellpadding=0><tr><td class='quoteCell'><a href='http://www.aquaflor-usa.com/secondary/product_info/brochure.asp' target='_self' class='randomText'>In studies at MSU, challenged fingerlings treated with AQUAFLOR showed an infection rate of only 1.7 percent, vs. 72.3 percent for untreated.</a></td></tr></table>~" + "<table width='100%'  border='0' cellspacing='0' cellpadding=0><tr><td class='quoteCell'><a href='http://www.aquaflor-usa.com/secondary/product_info/literature.asp' target='_self' class='randomText'>AQUAFLOR has shown excellent stability in feed following high temperature extrusion.</a></td></tr></table>~" + "<table width='100%'  border='0' cellspacing='0' cellpadding=0><tr><td class='quoteCell'><a href='http://www.aquaflor-usa.com/secondary/faqs/faqs.asp' target='_self' class='randomText'>Feed mills, their distributors, veterinarians and producers need to learn about the VFD process and comply with regulations.</a></td></tr></table>~" + "<table width='100%'  border='0' cellspacing='0' cellpadding=0><tr><td class='quoteCell'><a href='http://www.aquaflor-usa.com/secondary/features/approved.asp' target='_self' class='randomText'>FDA’s recent approval of AQUAFLOR for catfish marked a significant milestone in the industry’s combined efforts to make more products available for public and commercial aquaculture.</a></td></tr></table>~" + "<table width='100%'  border='0' cellspacing='0' cellpadding=0><tr><td class='quoteCell'><a href='http://www.aquaflor-usa.com/secondary/features/dogscats.asp' target='_self' class='randomText'>Veterinarians near major catfish-production areas of the US are boning up on aquatic diseases to help meet the expected surge in demand for VFD drugs.</a></td></tr></table>~" + "<table width='100%'  border='0' cellspacing='0' cellpadding=0><tr><td class='quoteCell'><a href=' http://www.aquaflor-usa.com/secondary/articles/aquafocus.asp' target='_self' class='randomText'>Economic implications of feeding fingerlings during outbreaks of ESC in catfish, by Terrill R. Hanson</a></td></tr></table>~" + "<table width='100%'  border='0' cellspacing='0' cellpadding=0><tr><td class='quoteCell'><a href=' http://www.aquaflor-usa.com/secondary/news_releases/news_release.asp' target='_self' class='randomText'>AQUAFLOR® approved for freshwater-reared salmonids</a></td></tr></table>~";

function showQuote()
{
var intRandom1 = new Number(Math.round(Math.random() * (strQuote.split("~").length-1)));
document.write(strQuote.split("~")[intRandom1]);

}
