/**
 * @author user
 */
 $(document).ready(function(){
	 $(".address input").focus(function () {
	 $(this).val('');
	 });
 });