function random_imglink(){
  var myimages=new Array()
  //specify random images below. You can have as many as you wish
myimages[1]="e-banner/Frontiers in Medicinal Chemistry Volume 1 copy.gif"
myimages[2]="e-banner/Protozoa copy.gif"
myimages[3]="e-banner/Pathogenic Escherichia coli in Latin America copy.gif"
myimages[4]="e-banner/Frontiers in Anti-infective Drug Discovery copy.gif"
myimages[5]="e-banner/Frontiers in Cardiovascular Drug Discovery copy.gif"
myimages[6]="e-banner/Frontiers in Drug Design & Discovery Volume 1 copy.gif"
myimages[7]="e-banner/Frontiers in Drug Design & Discovery Volume 2 copy.gif"
myimages[8]="e-banner/Frontiers in Drug Design & Discovery Volume 3 copy.gif"
myimages[9]="e-banner/Frontiers in Drug Design & Discovery Volume 4 copy.gif"
myimages[10]="e-banner/Latest Findings of Omega3 Long ChainPolyunsaturated Fatty Acids From Molecular Mechanisms to New Applications in Health and Diseases.gif"


  //myimages[2]="e-banner/Protein.gif"
  //myimages[3]="e-banner/Casebook.gif"

  //specify corresponding links below
  var imagelinks=new Array()
  imagelinks[1]="http://www.benthamscience.com/ebooks/9781608052042/index.htm"
  imagelinks[2]="http://www.benthamscience.com/ebooks/9781608051489/index.htm"
  imagelinks[3]="http://www.benthamscience.com/ebooks/9781608051922/index.htm"
  imagelinks[4]="http://www.benthamscience.com/ebooks/9781608051588/index.htm"
  imagelinks[5]="http://www.benthamscience.com/ebooks/9781608051601/index.htm"
  imagelinks[6]="http://www.benthamscience.com/ebooks/9781608051991/index.htm"
  imagelinks[7]="http://www.benthamscience.com/ebooks/9781608052004/index.htm"
  imagelinks[8]="http://www.benthamscience.com/ebooks/9781608052011/index.htm"
  imagelinks[9]="http://www.benthamscience.com/ebooks/9781608052028/index.htm"
  imagelinks[10]="http://www.benthamscience.com/ebooks/9781608051779/index.htm"
  //imagelinks[2]="http://benthamscience.com/ebooks/9781608050130/index.htm"
  //imagelinks[3]="http://www.java-scripts.net"

  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()

