
var texte="A La Bonne Heure";

top.defaultStatus=texte;

function msg(txt) {
	top.status=txt;
}


