$(function() {
	$(".news").colorbox({width:"600", inline:true});
	$("#tabs").tabs({
		cookie: {
				// store cookie for a day, without, it would be a session cookie
				name: "home",
				expires: 1
			}
	});
});
