goudabanner=new Array; 

goudabanner[1]="no_bedrift3.png"; 

// 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='770' height='219' border='0' >");
