function changeAtt(object, attribute, value){
	return object.setAttribute(attribute, value);
}
