﻿var hide = "Скрыть";
var show = "Показать";

jQuery.noConflict();
jQuery(document).ready(function() {
	jQuery("input.nameInp").jQueryInputHints({hintText:"Имя"});
	jQuery("input.surnameInp").jQueryInputHints({hintText:"Фамилия"});
	jQuery("input.phoneInp").jQueryInputHints({hintText:"Телефон"});	
});
