<!-- Hide from old browsers
function mix1() {
  iArray=new Array(
    "iging1.gif",
    "iging2.gif");
  bild1=Math.floor(iArray.length*Math.random());
  bild1='<IMG SRC="'+ iArray[bild1]+ '" BORDER=0>';
document.write(bild1);
}
function mix2() {
iArray=new Array(
    "iging1.gif",
    "iging2.gif");
  bild2=Math.floor(iArray.length*Math.random());
  bild2='<IMG SRC="'+ iArray[bild2]+ '" BORDER=0>';
document.write(bild2);
}
function mix3() {
iArray=new Array(
    "iging1.gif",
    "iging2.gif");
  bild3=Math.floor(iArray.length*Math.random());
  bild3='<IMG SRC="'+ iArray[bild3]+ '" BORDER=0>';
document.write(bild3);
}
function mix4() {
iArray=new Array(
    "iging1.gif",
    "iging2.gif");
  bild4=Math.floor(iArray.length*Math.random());
  bild4='<IMG SRC="'+ iArray[bild4]+ '" BORDER=0>';
document.write(bild4);
}
function mix5() {
iArray=new Array(
    "iging1.gif",
    "iging2.gif");
  bild5=Math.floor(iArray.length*Math.random());
  bild5='<IMG SRC="'+ iArray[bild5]+ '" BORDER=0>';
document.write(bild5);
}
function mix6() {
iArray=new Array(
    "iging1.gif",
    "iging2.gif");
  bild6=Math.floor(iArray.length*Math.random());
  bild6='<IMG SRC="'+ iArray[bild6]+ '" BORDER=0>';
document.write(bild6);
}
// end hiding --></script>