<!-- hide script from old browsers
var theImages = new Array()

//Random-loading images
theImages[0] = 'http://www.djf.dk/portal/page/portal/admin/offentlig/bannerbilder/banner01.jpg' // replace with names of images
theImages[1] = 'http://www.djf.dk/portal/page/portal/admin/offentlig/bannerbilder/banner02.jpg' // replace with names of images
theImages[2] = 'http://www.djf.dk/portal/page/portal/admin/offentlig/bannerbilder/banner03.jpg' // replace with names of images
theImages[3] = 'http://www.djf.dk/portal/page/portal/admin/offentlig/bannerbilder/banner04.jpg' // replace with names of images
theImages[4] = 'http://www.djf.dk/portal/page/portal/admin/offentlig/bannerbilder/banner05.jpg' // replace with names of images
theImages[5] = 'http://www.djf.dk/portal/page/portal/admin/offentlig/bannerbilder/banner06.jpg' // replace with names of images
theImages[6] = 'http://www.djf.dk/portal/page/portal/admin/offentlig/bannerbilder/banner07.jpg' // replace with names of images
theImages[7] = 'http://www.djf.dk/portal/page/portal/admin/offentlig/bannerbilder/banner08.jpg' // replace with names of images
theImages[8] = 'http://www.djf.dk/portal/page/portal/admin/offentlig/bannerbilder/banner09.jpg' // replace with names of images
theImages[9] = 'http://www.djf.dk/portal/page/portal/admin/offentlig/bannerbilder/banner10.jpg' // replace with names of images
theImages[10] = 'http://www.djf.dk/portal/page/portal/admin/offentlig/bannerbilder/banner11.jpg' // replace with names of images
theImages[11] = 'http://www.djf.dk/portal/page/portal/admin/offentlig/bannerbilder/banner12.jpg' // replace with names of images
theImages[12] = 'http://www.djf.dk/portal/page/portal/admin/offentlig/bannerbilder/banner13.jpg' // replace with names of images

var j = 0
var p = theImages.length;

var whichImage = Math.round(Math.random()*(p-1));

function showImage(){ document.write('<a href ="http://www.djf.dk/portal/page/portal/jb"><img class="bannerbilde" src="'+theImages[whichImage]+'" width=932 style="border: 0px" alt="Bannerbillede, Foto af Jørn Bailum"></a>');
}
// end hiding script from old browsers -->