﻿/// <reference path="jquery-1.3.2.min.js" />

(function($) {
    $(document).ready(function() {
        if ($(".productSelector.product select").length == 0) {
            $(".productSelector.product").hide();
        }
    });
})(jQuery);