
$(document).ready(function() {

 $('a.lightbox').lightBox();
 $('.corner').corner();
// $('.polucorner').corner("top");
 $("map.metromap *").tooltip({ 
    positionLeft: true,
    showURL: false 
 });


});

