if (currentPageType == "onixProduct")
{
if (document.forms[0].ContributorStatement.value!="") {
document.write('Contributors
');
document.write(unescape(document.forms[0].ContributorStatement.value),'
');
}
if (document.forms[0].Contents.value!="") {
document.write('Contents
');
document.write(unescape(document.forms[0].Contents.value),'
');
}
}