function reEmbed(eid) {
	obj = document.getElementById (eid);

	document.write (obj.value);
}
