$("#tweet_replies_2407179_add").html("<div id=\"tweet_reply_form_2407179\">\n<form action=\"/offices/562-joseph-biden/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=\"5Jye8cLJF0OHfFj30HA1wM2F0JECLsBVUPPZQmudaF4=\" /><\/div>\n	<div id=\"tweet_content_2407179Down\"><\/div>\n	\n		<input type=\"hidden\" name=\"tweet[reply_tweet_id]\" value=\"2407179\">\n		<input type=\"hidden\" name=\"tweet[reply_user_id]\" value=\"506102\">		\n	\n	\n	<textarea class=\"textcounting\" cols=\"50\" id=\"tweet_content_2407179\" name=\"tweet[content]\" rows=\"3\">#GovLuv @nokillanimalist <\/textarea>\n	<input id=\"tweet_submit\" name=\"commit\" type=\"submit\" value=\"\" />\n	<a href=\"#\" class=\"tweet_cancel\" id =\"tweet_cancel_2407179\">Cancel<\/a>	\n<\/form>\n<\/div>");
$("#tweet_content_2407179").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_2407179").click(function() {
    $("#tweet_reply_form_2407179").fadeOut("slow");
    return false;
});


