function efetuarlogin(){	
	xajax_login(document.getElementById('login').value,document.getElementById('senha').value);		
}

