<!--
function sortBy(sort)
{
	window.location.href = window.location + '?sort=' + sort;
}

function resetPostcode()
{
	window.location.href = window.location + '?rp=1';
}
-->