$(function() {
    $('#tabs').tabs({ 
    	selected: tabIndex,
    	ajaxOptions: {complete: en_redirectOn204}
    });
});

//********** EN LIBRARY FUNCTIONS ***************************
function en_redirectOn204(xhr) {
	if(xhr.status==204) {
		window.location = baseUrl + "/content/auth/timeout";
	}
}
