
$(function() {
    $('#growY').cycle({
       fy:     'growY',
       delay:  -4000
    });
   
});

$(document).ready(function(){
    $(".box .btn-delete").click(function(){
        $(this).parents(".box").animate({ backgroundColor: "#fbc7c7" }, "fast")
        .animate({ opacity: "hide" }, "slow")
        return false;
    });	
});
/*
window.addEvent('domready', function(){
  var JTooltips = new Tips($$('.hasTip'), { maxTitleChars: 50, fixed: false});
});
*/

