Event.observe(window, 'load', init) ;
function init() {	
	new Ajax.Request('../../../../../adminpanther/src/send_mail_queue.php', {method: 'get'});
}
	
