
var mapstraction;var refreshRate=3000;$(document).ready(function()
{$("#panel").slideBox({width:"100%",height:"100px",position:"top"});mapstraction=new Mapstraction('map_canvas','openstreetmap');mapstraction.setCenterAndZoom(new LatLonPoint(44.4368,26.090467),13);mapstraction.addControls({pan:true,zoom:'large',map_type:true});mapstraction.addEventListener('moveend',refreshCachesFull);refreshCachesFull();});
