function postTitle(url) {

	var f = document.forms.postTitleForm;

	f.action = url;

	f.submit();

}