﻿function removeElement(node){
node.parentNode.removeChild(node);
}
