$(document).ready(function(){
    
    $(".dropshadow").dropShadow({
        left: 2, 
        top: 2, 
        blur: 2
    });
    
});