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