$(document).ready(function () {  
	$(function() {
		$("#princess_ball_tabs").tabs({
			cookie: { expires: 1 },
			cache: false
		});
	});
});
