//random teaser image
function random_imglink_skolan(){
  var myimages=new Array();
  //specify random images below. You can have as many as you wish
  myimages[1]= Factlab.ImageRoot + "img/randPuff2.png";
  myimages[2] = Factlab.ImageRoot + "img/randPuff3.png";
  myimages[3] = Factlab.ImageRoot + "img/randPuff9.png";

  //specify corresponding links below
  var imagelinks=new Array();
  imagelinks[1] = Factlab.ImageRoot + "partners/DN/skolan.aspx";
  imagelinks[2] = Factlab.ImageRoot + "partners/DN/skolan.aspx";
  imagelinks[3] = Factlab.ImageRoot + "partners/DN/skolan.aspx";

  var ry=Math.floor(Math.random()*myimages.length);

  if (ry==0) {
     ry=1;
  }
  document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border=0></a>');
}

function random_imglink() {
  var myimages=new Array();
  //specify random images below. You can have as many as you wish
  myimages[1] = Factlab.ImageRoot + "img/randPuff1.png";
  myimages[2] = Factlab.ImageRoot + "img/randPuff4.png";
  myimages[3] = Factlab.ImageRoot + "img/randPuff5.png";
  myimages[4] = Factlab.ImageRoot + "img/randPuff6.png";
  myimages[5] = Factlab.ImageRoot + "img/randPuff7.png";
  myimages[6] = Factlab.ImageRoot + "img/randPuff8.png";

  //specify corresponding links below
  var imagelinks=new Array();
//  imagelinks[1]="../ar-det-mojligt.htm";
//  imagelinks[2]="../ar-det-mojligt.htm";
//  imagelinks[3]="../ar-det-mojligt.htm";
//  imagelinks[4]="../ar-det-mojligt.htm";
//  imagelinks[5]="../ar-det-mojligt.htm";
  //  imagelinks[6]="../ar-det-mojligt.htm";
  imagelinks[1] = Factlab.ImageRoot + "partners/DN/ardetmojligt.aspx";
  imagelinks[2] = Factlab.ImageRoot + "partners/DN/ardetmojligt.aspx";
  imagelinks[3] = Factlab.ImageRoot + "partners/DN/ardetmojligt.aspx";
  imagelinks[4] = Factlab.ImageRoot + "partners/DN/ardetmojligt.aspx";
  imagelinks[5] = Factlab.ImageRoot + "partners/DN/ardetmojligt.aspx";
  imagelinks[6] = Factlab.ImageRoot + "partners/DN/ardetmojligt.aspx";

  var ry=Math.floor(Math.random()*myimages.length);

  if (ry==0) {
     ry=1;
  }
  document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border=0></a>');
}
