
//Orar Object
function Orar(){
	
	this.submitPage = function(){
		document.getElementById('form_orar').submit();
		return true;
	}
	
}
