(function(a){a.fn.boxShadow=function(e,b,c,d){if(!a.browser.msie){return}return this.each(function(){a(this).css({position:"relative",zoom:1,zIndex:"2"});a(this).parent().css({position:"relative"});var i=document.createElement("div");a(this).parent().append(i);var f,g,h,j;if(c!=0){a(i).css("filter","progid:DXImageTransform.Microsoft.Blur(pixelRadius="+(c)+", enabled='true')");f=b-c-1;g=e-c-1;h=a(this).outerWidth()+1;j=a(this).outerHeight()+1}else{f=b;g=e;h=a(this).outerWidth();j=a(this).outerHeight()}a(i).css({top:f,left:g,width:h,height:j,background:d,position:"absolute",zIndex:1})})}})(jQuery);
