function $E(elt) {
	var newElt = $$(elt);
	if (newElt.length>0) { return newElt[0]; } else { return null; }
}
