function akttPostTweet(){var b=jQuery("#aktt_tweet_text");var a=b.val();if(a==""){return}var c=jQuery("#aktt_tweet_posted_msg");jQuery.post("http://www.proficiant.com/index.php",{ak_action:"aktt_post_tweet_sidebar",aktt_tweet_text:a},function(d){c.html(d);akttSetReset()});b.val("").focus();jQuery("#aktt_char_count").html("");jQuery("#aktt_tweet_posted_msg").show()}function akttSetReset(){setTimeout("akttReset();",2000)}function akttReset(){jQuery("#aktt_tweet_posted_msg").hide()};
