$(function(){

    $("#map_canvas").tweatMap({
        considerGL: true,
        fetchResultsOnLoad: true
    });

    $('input[name=category]').categoryFader();

    $('#autolocate').click(function(){
        $.fn.myautolocate($.fn.geolocateSuccess, $.fn.notifyGeolocationUnsupported, 3000);
    })
    


   

    
});

