$(document).ready(function(){
$(".toggle").click(function(){$('#begin-wrapper').slideToggle('slow');return false});
$(".ricerca").click(function(){$('#cerca').toggle();return false});
$(".ricerca-chiudi").click(function(){$('#cerca').toggle();return false});
}
);