window.addEvent("domready",function(){im=new Element("img",{src:"/images/required-field.png",alt:"Required field"});$$("label.required span, legend.required span span").each(function(a){thisIm=im.clone();a.set("html","");a.grab(thisIm)});legend=$("mandatory-fields").getElement("legend");legendIm=im.clone();legendSpan=new Element("span",{html:" = Mandatory Field"});legend.set("html","");legendSpan.grab(legendIm,"top");legend.grab(legendSpan,"bottom");legendSpan.setStyle("position","absolute");legendSpan.setStyle("left",214);legendSpan.setStyle("top",10)});
