$(document).ready(function(){
	$.get("../index.php",{controller:"Staff",action:"List"},
	function(data){
		$(".top09").append(data);
	})
});