Est. 2001 The Perennial Leaders in Thoroughbred Sales
Colts-Racing Prospects and Stallion Prospect Form
**IMPORTANT**
You will see a confirmation page when this form has been sent. IN ADDITION please confirm by phone that Paramount Sales has received your nomination at (859) 296-6455.
Thank you.
jQuery(document).ready(function($) {
console.log('HERE >>>>');
// Target the gallery wrapper element (replace with your actual selector)
var galleryWrapper = $('.wp-block-gallery');
// Initialize Lity on click of gallery image
galleryWrapper.find('a').on('click', function(event) {
event.preventDefault();
lity(this);
});
});