var pagetools = {
	
	lastestProjects: function() {
		var myAjax = new Ajax('/modules/latest_projects.php', { update:$('latest-projects') }).request();
	}
	
};