if (itsNatDocRef == null)
{
String msg = "There is no referrer. Adding markup to transport";
Element div = doc.createElement("div");
Text text = doc.createTextNode(msg);
div.appendChild(text);
doc.getBody().appendChild(div);
//outElem.appendChild(div);
Element h = doc.createElement("h3");