/***************************************
How to edit this:
1:	Add a new
	quote[x]="some did you know in HTML";
	where x is the next number (e.g. if 0 is the last # taken, then use 1 -- if 10 is the last number used then use 11)
****************************************/
quote = new Array();
var sec = new Date().getSeconds()
quote[0]="Did you know that miniature carrots were developed by ARS' <A HREF=\"http://ars.usda.gov/main/site_main.htm?modecode=36552000\">Vegetable Crops Research Unit</A>, Madison, Wisconsin?";
quote[1]="Did you know that dairy farming has been improved by the efforts of ARS scientists at the <A HREF=\"http://ars.usda.gov/main/site_main.htm?modecode=36553000\">U.S. Dairy Forage Research Center</A>, which opened its doors on the University of Wisconsin campus in Madison, WI, 20 years ago.";
quote[2]="Did you know that cleaner, greener jet fuels made from formulas that contain part soybean oil could clean up the air and give added profits to soybean growers.";
quote[3]="Did you know that the <A HREF=\"http://www.ars.usda.gov/main/site_main.htm?modecode=36-20-00-00\">National Center for Agricultural Utilization Research</A> penicillin research team invented deep-tank fermentation technology to mass produce the infection-fighting lifesaving drug penicillin, and the antibiotics industry was born.";
quote[4]="Did you know that using a small amount of butter in a product called \"fantesk\" instead of cream makes a lower-fat ice cream with full-fat flavor.";
document.write(quote[sec % quote.length]);