$('h1').solidShadow();
$('h2').solidShadow('inline','#194C77','#A5C0D6','left',15);
This is not a generic dropshadow plugin. This plugin creates solid shadows. There is no fading or blurring. It creates a solid shadow in any direction of any length on block and inline elements.
$('.box').solidShadow('block','#eee','#274258','left',15);