function checkSearch($elm){
	if($elm.value = 'search...'){
		$elm.value = '';
		$elm.style.color = '#fff';
	}
}