﻿jQuery(document).ready(function() {
jQuery(".articleImage img").dropShadow({ left: 2, top: 2, blur: 2, opacity: 1, color: "#000" });
});
