
    $(function(){
        $(".hjpg").jQIR("jpg","img/");
        $(".hjpg2").jQIR("jpg","../../../img/");
        $(".hgif").jQIR("gif","img/");
        $(".hpng").jQIR("png","img/");
    });

