$(document).ready(function(){
	$('#slider').simpleSlider();
	
	
	$('#search').focus(function(){$(this).val('')})
});

