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

