<!-- hide script from old browsers
var theImages = new Array()

//Random-loading images
theImages[0] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/gjerde.jpg' // replace with names of images
theImages[1] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/grankvist.jpg' // replace with names of images
theImages[2] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/granskog.jpg' // replace with names of images
theImages[3] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/issvull.jpg' // replace with names of images
theImages[4] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/kinatre.jpg' // replace with names of images
theImages[5] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/kringlefjell.jpg' // replace with names of images
theImages[6] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/krystall.jpg' // replace with names of images
theImages[7] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/lauvkvist.jpg' // replace with names of images
theImages[8] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/lauvskog.jpg' // replace with names of images
theImages[9] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/luna.jpg' // replace with names of images
theImages[10] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/lupus.jpg' // replace with names of images
theImages[11] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/maane.jpg' // replace with names of images
theImages[12] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/never.jpg' // replace with names of images
theImages[13] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/rosalyng.jpg' // replace with names of images
theImages[14] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/rosaskog.jpg' // replace with names of images
theImages[15] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/rosasky.jpg' // replace with names of images
theImages[16] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/skoghimmel.jpg' // replace with names of images
theImages[17] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/solaas.jpg' // replace with names of images
theImages[18] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/trerot.jpg' // replace with names of images
theImages[19] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/vintersol.jpg' // replace with names of images
theImages[20] = 'http://www.njff.no/portal/page/portal/admin/bannerbilder/myrskogen.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 -->