';
    echo '
';
    //new game or something
    //include 'games/bamboofield.html';
    echo '
';
    //profile
    include('user/profile.php');
    echo '
';
}
else
{
    //profile(login) & register
    echo '';
    echo '
';
    //register
    include('user/register.php');
    echo '
';
    //profile
    include('user/profile.php');
    echo '
';
}
//4-row
echo '
';
include 'includes/footer.php';