jQuery(document).ready
(

    function()
    {
        jQuery('#quoteOverlayImg').height( jQuery('#quoteImg').height() );
    }


);

