	
	
	$(document).ready(function(){		
		if($('.sysError').length > 0){
			jAlert($('.sysError').html(), '錯誤訊息');
			}
		});
