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