<!-- hide script from old browsers
var theImages = new Array()

//Random-loading images
theImages[0] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/Bjorkeli.jpg' // replace with names of images
theImages[1] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/Bjorkskog.jpg' // replace with names of images
theImages[2] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/Drammensis.jpg' // replace with names of images
theImages[3] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/Fjellhytte.jpg' // replace with names of images
theImages[4] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/Gilafjell.jpg' // replace with names of images
theImages[5] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/Grindafjell2.jpg' // replace with names of images
theImages[6] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/Helin.jpg' // replace with names of images
theImages[7] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/Horisont.jpg' // replace with names of images
theImages[8] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/Hytte.jpg' // replace with names of images
theImages[9] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/Kvister.jpg' // replace with names of images
theImages[10] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/Lupusfjell.jpg' // replace with names of images
theImages[11] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/Lyng.jpg' // replace with names of images
theImages[12] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/Maane.jpg' // replace with names of images
theImages[13] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/Plankegjerde.jpg' // replace with names of images
theImages[14] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/Rankoli.jpg' // replace with names of images
theImages[15] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/Skredli.jpg' // replace with names of images
theImages[16] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/Smaadal.jpg' // replace with names of images
theImages[17] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/Snoskog.jpg' // replace with names of images
theImages[18] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/Storlifjellet.jpg' // replace with names of images
theImages[19] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/Treli.jpg' // replace with names of images

var j = 0
var p = theImages.length;
var whichImage = Math.floor(Math.random()*(p));

function showImage(){ document.write('<a href ="http://www.njff.no/portal/page/portal/njff/forside"><img class="bannerbilde" src="'+theImages[whichImage]+'" width=966 style="border: 2px solid #a9a9a9; border-bottom: 0px;" alt="Bannerbilde: Norges Jeger- og Fiskeforbund"></a>');
}
// end hiding script from old browsers -->
