Event.observe(window, 'load', init) ;
function init() {
	new Ajax.Updater('res', '../../../../../adminpanther/src/send_mail_queue.php');
}
	

