function searchAllPages(){
	var url = "../search/index.html?keyword=" + $("#searchq").val() + "&li=" + 20;
	window.location.href = url;
}