$('#about').click(function(){
										
	$('#about-txt').slideDown( 200);									
	
	return false;
});
$(function(){
      $("#twitter").tweet({
        avatar_size: 32,
        count: 1,
		loading_text: "loading tweets...",
        username: "BokicaBo",
        template: function(i){return i["text"]}
      });
    });
  
