extProfile.declare(BasePersonEntry.class,
Website.getDefaultDescription(false, true));
extProfile.declare(BasePersonEntry.class,
new ExtensionDescription(Where.class, new XmlNamespace("gd",
"http://schemas.google.com/g/2005"), "where", false, false, false));
new Where().declareExtensions(extProfile);
}