// JavaScript Document
function getIt(x) {
	var y;
	y=document.getElementById(x);
	return y;
}
