function changePage(div, page){
	new Ajax.Updater(div, page, { method: "get"});
}
