jQuery(document).ready(function(){ 
	jQuery('#pageWrapper').dropShadow({left: 0, top: 0, blur: 4});
});