jQuery(document).ready(function(){
	jQuery("#tabs").tabs({
		ajaxOptions: {
			error: function(xhr, status, index, anchor) {
						$jQuery(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.");
					}
			}
	});
});

