window.onload = function()  
{
	$(".article-text_left_full img").dropShadow({left: -1, top: -1, blur: 2, opacity: 0.4});				
}
