if(!$chk(ISO)) {
	var ISO = {};
}

ISO.formResult = function(xmlString, targetElement) {
	var tpmContainer = new Element('div');
	tpmContainer.setHTML(xmlString);	
	$(targetElement).replaceWith(tpmContainer.getFirst());
}