(function($){$(function(){var author=$('#author').val();if(author!=''&&$('#email').val()!=''){$('#authorData').hide();$('#authorData').before('<div id="welcome">Welcome back, <strong>'+author+'</strong>! <a href="#">Change &raquo;</a></div>')
$('#welcome a').toggle(function(){$('#authorData').show(300);$(this).html('Minimize &raquo;');return false;},function(){$('#authorData').hide(300);$(this).html('Change &raquo;');return false;});}});})(jQuery)
var andrei=jQuery.noConflict();andrei('#moreless').toggle(function(){andrei('#morelinks').show('normal');andrei('#moreless').html('&laquo; Less');},function(){andrei('#morelinks').hide('normal');andrei('#moreless').html('More &raquo;');});
getTwitters('tweet', {id: 'andrei1015',count: 7,enableLinks: true,ignoreReplies: true,clearContents: true,template: '%text% - <a href="http://twitter.com/%user_screen_name%/statuses/%id_str%/">%time%</a>'});
