$(document).ready(function(){
			if ($.browser.msie) {			
				$('#page').boxShadow(  0,   0, 8, "#bbb");			
			} 
		});

