function open_create_post()
{
	$( "body" ).fadeTo( 'fast', 0.2, function(){
		alert( 'create post' );
		$( "body" ).fadeTo( 'fast', 1.0 );
	});
}

function close_create_post()
{

}