$(function(){
	
	$(".input_search").attr( {"value":"Поиск по сайту..."});
	$(".input_search").focus(function(){
		$(this).val("");
	});
});
