$(document).ready(function() {
	$('.post').hover(function(){
	    $(".cover", this).stop().animate({top:'106px'},{queue:false,duration:300});
	}, function() {
	    $(".cover", this).stop().animate({top:'140px'},{queue:false,duration:200});
	});
	
	$(function(){			
	    $('#main').masonry();				
	})
	
	$.Juitter.start({
	    searchType:"searchWord",
	    searchObject:"interbarney,interbaney,cersibon",
	    live:"live-30",
	    placeHolder:"clipping",
	    loadMSG: "Ligando o twitter...",
	    total: 1,
	    readMore: "#",
	    nameUser:"text",
	    openExternalLinks:"sameWindow",
	    filter:"sex->*BAD word*,porn->*BAD word*,fuck->*BAD word*,shit->*BAD word*"
	});
});