Deprecated: Assigning the return value of new by reference is deprecated in /home/m7100/public_html/blog/wp-settings.php on line 512
Deprecated: Assigning the return value of new by reference is deprecated in /home/m7100/public_html/blog/wp-settings.php on line 527
Deprecated: Assigning the return value of new by reference is deprecated in /home/m7100/public_html/blog/wp-settings.php on line 534
Deprecated: Assigning the return value of new by reference is deprecated in /home/m7100/public_html/blog/wp-settings.php on line 570
Deprecated: Assigning the return value of new by reference is deprecated in /home/m7100/public_html/blog/wp-includes/cache.php on line 103
Deprecated: Assigning the return value of new by reference is deprecated in /home/m7100/public_html/blog/wp-includes/query.php on line 61
Deprecated: Assigning the return value of new by reference is deprecated in /home/m7100/public_html/blog/wp-includes/theme.php on line 1109
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/m7100/public_html/blog/wp-settings.php:512) in /home/m7100/public_html/blog/wp-content/plugins/mobilepress/mobilepress.php on line 26
Deprecated: Function eregi() is deprecated in /home/m7100/public_html/blog/wp-content/plugins/mobilepress/functions.php on line 20
Deprecated: Function eregi() is deprecated in /home/m7100/public_html/blog/wp-content/plugins/mobilepress/functions.php on line 23
Deprecated: Function eregi() is deprecated in /home/m7100/public_html/blog/wp-content/plugins/mobilepress/check.php on line 53
Deprecated: Function eregi() is deprecated in /home/m7100/public_html/blog/wp-content/plugins/mobilepress/check.php on line 60
Deprecated: Function eregi() is deprecated in /home/m7100/public_html/blog/wp-content/plugins/mobilepress/check.php on line 67
Deprecated: Function eregi() is deprecated in /home/m7100/public_html/blog/wp-content/plugins/mobilepress/check.php on line 74
Deprecated: Function eregi() is deprecated in /home/m7100/public_html/blog/wp-content/plugins/mobilepress/check.php on line 98
Deprecated: Function eregi() is deprecated in /home/m7100/public_html/blog/wp-content/plugins/mobilepress/check.php on line 98
Warning: Cannot modify header information - headers already sent by (output started at /home/m7100/public_html/blog/wp-settings.php:512) in /home/m7100/public_html/blog/wp-content/plugins/twitter-tools.php on line 1005
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://yourgreenalternative.com/blog/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();
}