window.addEvent('domready', function(){
	new Ajax('clients.php',{update: $('client_list'), method: 'get'}).request();
});