function selectlocation(strLocation){
	location.href='?i=Property Search&location='+strLocation+'&s=Search';
}

function proptypechanged(strType){
	var strURL=location.href;
	//alert(strURL);
	
	strURL=strURL.replace(/\&type\=[^\&]*/,'');
	
	location.href=strURL+'&type='+strType;
}
