function editBio() {
	$('#userspace-bio').get(0).submit();
}
function postBlog() {
	$('#userspace-blogpost').get(0).submit();
}
