in this page the close icon wen use AjaxSearch is duplicated?

The js source code is the following:
sf = $(p+'ajaxSearch_form');
if (sf) {
var c = new Element('img'); //= Close Image
c.setProperties({src: _close, alt: _closeAlt, id: p+'searchClose'});
c.setStyle('opacity', '0');
sf.appendChild(c);
as['sc'] = c;
