function scribe(text) {    window.status = text; return true;	}function unscribe() {    window.status="";	}
