(function(){ // Test for placeholder support function placeholderIsSupported() { var input = document.createElement('input'); return ('placeholder' in input); } // If placeholder text is supported, we can hide the