function parar() {
	notis.stop();
	}

function arranca() {
	notis.start();
	}
