function p_user() { document.write( " "); } function p_area() { document.write( " "); } function p_avatar() { document.write( "" ); } function p_age() { document.write( " "); } function p_gender() { document.write( " "); } function p_occu() { document.write( " "); } function dispAvatar() { if( "" == "" ) { document.getElementById( "notlogin" ).style.display = "block"; } else { document.getElementById( "loggedin" ).style.display = "block"; } }