Deprecated: Assigning the return value of new by reference is deprecated in /home/mattber/public_html/wp-settings.php on line 472

Deprecated: Assigning the return value of new by reference is deprecated in /home/mattber/public_html/wp-settings.php on line 487

Deprecated: Assigning the return value of new by reference is deprecated in /home/mattber/public_html/wp-settings.php on line 494

Deprecated: Assigning the return value of new by reference is deprecated in /home/mattber/public_html/wp-settings.php on line 530

Deprecated: Assigning the return value of new by reference is deprecated in /home/mattber/public_html/wp-includes/cache.php on line 103

Deprecated: Assigning the return value of new by reference is deprecated in /home/mattber/public_html/wp-includes/query.php on line 21

Deprecated: Assigning the return value of new by reference is deprecated in /home/mattber/public_html/wp-includes/theme.php on line 623

Warning: Cannot modify header information - headers already sent by (output started at /home/mattber/public_html/wp-settings.php:472) in /home/mattber/public_html/wp-content/plugins/twitter-tools.php on line 784
function akttPostTweet() { var tweet_field = jQuery('#aktt_tweet_text'); var tweet_text = tweet_field.val(); if (tweet_text == '') { return; } var tweet_msg = jQuery("#aktt_tweet_posted_msg"); jQuery.post( "http://mattbertie.com/index.php" , { ak_action: "aktt_post_tweet_sidebar" , aktt_tweet_text: tweet_text } , function(data) { tweet_msg.html(data); akttSetReset(); } ); tweet_field.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(); }