﻿(function($) {

    $(document).ready(function() {
        if ($("#hidBCKGImg").attr('value') != undefined && $("#hidBCKGImg").attr('value') != '') {
            $(".section_column1 .description").css("background-image", "url('" + $("#hidBCKGImg").attr('value') + "')");
            //$(".section_column1 .synopsis p").css("background", "url('')");
        }

        if ($("a.contact").size() < 2) {
            $("a.contact").remove();
        }

    });
})(jQuery);
