// basic routines, function and such stuff

$get = function(id){
	return document.getElementById(id);
}