Summer Picnic Hosted By Byland Shorthorns
Aug 28, 2022
Ohio Shorthorn Breeders' Association Summer Picnic
Sunday, August 28, 2022
Hosted by Byland Shorthorns, Jon and Lori Byers
More information coming soon.
function checkWholeForm2343(theForm){var why = "";if (theForm.EmailAddress) if (theForm.EmailAddress.value.length > 0) why += checkEmail(theForm.EmailAddress.value);if (theForm.CaptchaV2) why += isEmpty(theForm.CaptchaV2.value, "Enter Word Verification in box below");if (why != ""){alert(why);return false;}return true;} //