function postTweet() {
	var tweet_msg;
	tweet_msg = tweet.elements["tweet_msg"].value;
	window.location="?tweet_msg="+escape(tweet_msg);
}
function reTweet(username) {
	document.getElementById("retweet_"+username).style.display = "block";
}
