function pagination(url,page)
{
	window.location = url + "?starting=" + page;
}