$(function() {
  $(".menyn").lavaLamp({
	  fx: "linear",
	  speed: 180
  
  });

    $('#quote-slider').cycle({ 
    fx:     'scrollUp',
    timeout: 3000,
    easing: "easeInOutQuad",
    speed: 2000,
    pause: true
});
    function onBefore(){
        $('#quote-slider span').fadeIn(200);
    }
    function onAfter(){
        $('#quote-slider span').fadeOut(200);
    }

applesearch.init();

    $('.tags a.icon').hover(function(){
        $('.tag-overlay').show();
    });

    $('.tags').bind('mouseleave',function(){
        $('.tag-overlay').hide();
    });

       twttr.anywhere(function(twitter) {
            twitter.hovercards();
   });

    $("a[rel^='lightbox']").prettyPhoto({theme:'facebook'});
});
