function random_imglink(){
  var myimages=new Array()
  //specify random images below. You can have as many as you wish
  myimages[1]="e-banner/Riesz-Spaces.gif"
  myimages[2]="e-banner/Mitigate-Magnetic.gif"
  myimages[3]="e-banner/Biomedical Sciences copy.gif"
  myimages[4]="e-banner/Copper Quest for a Cure copy.gif"
  myimages[5]="e-banner/Biopolymers in Drug Delivery copy.gif"
  myimages[6]="e-banner/Amelogenins Multifaceted copy.gif"
  myimages[7]="e-banner/Current Trends of Supercritical Fluid Technology in Pharmaceutical, Nutraceutical and Food Processing Industries copy.gif"

  //specify corresponding links below
  var imagelinks=new Array()
  imagelinks[1]="http://www.benthamscience.com/ebooks/9781608050031/index.htm"
  imagelinks[2]="http://www.benthamscience.com/ebooks/9781608050390/index.htm"
  imagelinks[3]="http://www.benthamscience.com/ebooks/9781608050406/index.htm"
  imagelinks[4]="http://www.benthamscience.com/ebooks/9781608050604/index.htm"
  imagelinks[5]="http://www.benthamscience.com/ebooks/9781608050789/index.htm"
  imagelinks[6]="http://www.benthamscience.com/ebooks/9781608051717/index.htm"
  imagelinks[7]="http://www.benthamscience.com/ebooks/9781608050468/index.htm"

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

  if (ry==0)
     ry=1
     document.write('<a href='+'"'+imagelinks[ry]+'"'+' onclick="window.open(this.href); return false;"><img src="'+myimages[ry]+'" border=0></a>')
}

  random_imglink()

