$(document).ready(function(){
	
});

function search(){
	if( $('#input-search').val() == '' ){
		$('#input-search').focus();
		return false;
	}
}
