/* Author: Kevin Perrine

 */

(function ($) {
    $(document).ready(function () {
        $('.contact').fancybox({   width:730,
                                   height:400,
                                   autoSize:false,
                                   scrolling:'no'
                               });

        setTimeout(function () {
            $(".error").fadeOut("1200", function () {
                $(".error").remove();
            });

        }, 2000);

    });
}(jQuery));






