window.onload=function(){SetCalls();}
function SetCalls(){
 var el=document.getElementById('submit');
 if (el) el.onclick=function(){document.forms[0].submit();}
 el=document.getElementById('map');
 if (el) {
  if (GBrowserIsCompatible()) {
   var map = new GMap2(document.getElementById("map"));
   map.setCenter(new GLatLng(47.390447,8.516979), 16);
   map.addControl(new GSmallZoomControl());
   map.addControl(new GMapTypeControl());
  }
 }
 _uacct="UA-342673-1";
 urchinTracker();
}