var oElement = element.document.createElement("DIV");
var sUniqueID = element.document.uniqueID;
with(oElement)
{
id = sUniqueID;
style.paddingRight = "5px";
style.paddingLeft = "5px";
style.paddingBottom = "5px";
innerHTML = "<P><IMG SRC='important.gif' BORDER=0 STYLE='margin-right:2px;'><SPAN STYLE='font-weight:bold;'>Notice</SPAN>: An error has occurred in the program that will not allow you to view this portion of the topic. Click "" + element.innerText + "" again to cancel this message.</P>";