function sortProperties(){
				
				var arguments=document.getElementById('sortSelect').value;
				
				if(arguments!="null"){
					document.location="properties/index.php?" + arguments;
				} else {
					document.location="properties/index.php";
				}

			}