var getAround = {

submitLocator: function()
	{
	document.getElementById("cityLocatorForm").submit();
	}

}