$(document).ready(function(){
	$("#tabs").tabs({
		ajaxOptions: {
			error: function(xhr, status, index, anchor) {
			$(anchor.hash).html("Couldn't load this tab. We'll try to fix this as soon as possible. If this wouldn't be a demo.");
			}
		}
	});				
});

$(document).ready(function(){
	$("#ward").tabs({
		ajaxOptions: {
			error: function(xhr, status, index, anchor) {
			$(anchor.hash).html("Couldn't load this tab. We'll try to fix this as soon as possible. If this wouldn't be a demo.");
			}
		}
	});				
});
