String author = page.getAuthor();
if( author != null && author.length() > 0 )
{
author = TextUtil.replaceEntities(author);
if( engine.pageExists(author) )
{
// FIXME: It's very boring to have to do this.
// Slow, too.
RenderingManager mgr = engine.getRenderingManager();