contentsDocument.append("\n\n(Write Introduction Here)");
// Create New Post button in new blip.
Blip blip = wavelet.appendBlip();
contentsDocument = blip.getDocument();
contentsDocument.appendElement(new FormElement(ElementType.BUTTON, LOGIN_BUTTON_ID,
LOGIN_BUTTON_CAPTION));
// Create new blip for TOC and save blip ID.
String blipKey = String.valueOf(Math.random());
blip = wavelet.appendBlip(blipKey);