// Odsgard Bannersystem (C) 2008-2009, Kris Lux for Odsgard A/S, www.odsgard.dk
var img = document.createElement("img");
img.setAttribute("width", "140");
img.setAttribute("height", "140");
img.setAttribute("src", "http://www.odsgard.dk/bansys/media.php?id=365");
img.style.border = "none";
var a = document.createElement("a");
a.setAttribute("href", "http://www.odsgard.dk/bansys/247/365");
a.setAttribute("target", "_blank");
a.appendChild(img);
document.getElementById("obsntnp1").appendChild(a);