function login() {
	 this.notify = function(message) {
	 	if(message) {
	 		jQuery('.notes').show();
	 		jQuery('.notes').html(message);
	 	}
	 }
}
	
