// JavaScript Document
    $(function() {
        $("#imagephoto_top img, #imagephoto img").lazyloader({
            effect : "fadeIn",
            threshold : 100,
            imgSrcAttr : 'imgsrc',
            beforeLoadCls: 'loading'
        });
    });

