function getE(objectID) {
	return document.getElementById(objectID);
}