// So you don't have to type over 20 chars when you could type 1.
function e(id)
{
	return document.getElementById(id);
}
