$(function(){$('input[type="text"], input[type="email"]').each(function(a){$(this).attr("value",$('label[for="'+this.id+'"]').html())});$('input[type="text"], input[type="email"]').one("focus",function(a){$(this).attr("value","")})});
