$("#tweet_replies_2408404_add").html("<div id=\"tweet_reply_form_2408404\">\n<form action=\"/offices/42865-lisa-jackson/tweets\" class=\"rjs_form new_reply_tweet\" id=\"new_tweet\" method=\"post\"><div style=\"margin:0;padding:0\"><input name=\"authenticity_token\" type=\"hidden\" value=\"/cooKhcq4oXAdBgWZOQdvvlssrhjmKCSFB4QlAHGNOs=\" /><\/div>\n	<div id=\"tweet_content_2408404Down\"><\/div>\n	\n		<input type=\"hidden\" name=\"tweet[reply_tweet_id]\" value=\"2408404\">\n		<input type=\"hidden\" name=\"tweet[reply_user_id]\" value=\"495305\">		\n	\n	\n	<textarea class=\"textcounting\" cols=\"50\" id=\"tweet_content_2408404\" name=\"tweet[content]\" rows=\"3\">#GovLuv @theairhunter <\/textarea>\n	<input id=\"tweet_submit\" name=\"commit\" type=\"submit\" value=\"\" />\n	<a href=\"#\" class=\"tweet_cancel\" id =\"tweet_cancel_2408404\">Cancel<\/a>	\n<\/form>\n<\/div>");
$("#tweet_content_2408404").focus();
jQuery(document).ready(function() {
	$("a.rjs").click( function() {
	  $.ajax({
	      url: this.href,
	      dataType: "script",
	      beforeSend: function(xhr) {xhr.setRequestHeader("Accept", "text/javascript");}
	  });
	  return false;
	});
	$(".rjs_form").submitWithAjax();
	$(".textcounting").charCounter(140, {classname: "charcounter", format: "%1", pulse: false, delay: 100});
	$("#tweet_content").charCounter(140, {container: "#tweet_contentDown", classname: "charcounter", format: "%1", pulse: false, delay: 100});
});
$("#tweet_cancel_2408404").click(function() {
    $("#tweet_reply_form_2408404").fadeOut("slow");
    return false;
});


