function changePage(url, value){
	document.location.href(url+"&page="+value)
}
