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