function removeLink(child, parent) {
	parent.removeChild(child);
}
