/* Get Clear 1.0.0 (MooTools 1.2.0 required). Copyright (c) Jared Burns <http://www.pixallent.com>. MIT Style License. */
window.addEvent("domready",function(){var A=$$("input.field");A.each(function(B){var C=B.value;B.addEvent("focus",function(){if(B.value==C){B.value=""}});B.addEvent("blur",function(){if(B.value==""){B.value=C}})})});