<!--
function change_city()
{
  var x = document.getElementById("select_city");

  document.new_link_location.action = x.options[x.selectedIndex].value;

  document.new_link_location.method = "post";
  document.new_link_location.submit();

}
-->
