goudabanner=new Array; 

goudabanner[1]="no_bedrift1.gif"; 

goudabanner[2]="no_bedrift2.gif"; 



// Nye bannere kan indsaettes her

num = Math.random();
num = 1 + ( num * ((goudabanner.length - 1)-1));
num = Math.round(num);

document.write("<img src='/html/no/site09/topimg/" + goudabanner[num] + "' width='960' height='219' border='0' >");