// JavaScript Document

<!--
 


function random_imglink(){
  var myimages=new Array()
  
  myimages[1]="home/comp_2.jpg"
  myimages[2]="home/comp_3.jpg"
  myimages[3]="home/comp_4.jpg"
  myimages[4]="home/comp_5.jpg"
  myimages[5]="home/comp_6.jpg"
  myimages[6]="home/comp_7.jpg"
  myimages[7]="home/comp_8.jpg"
  myimages[8]="home/comp_9.jpg"


 

  //corresponding links
  var imagelinks=new Array()
  imagelinks[1]="http://www.lotuslighthimalaya.com/Incense.htm"
  imagelinks[2]="http://www.lotuslighthimalaya.com/Incense.htm"
  imagelinks[3]="http://www.lotuslighthimalaya.com/Incense.htm"
  imagelinks[4]="http://www.lotuslighthimalaya.com/Incense.htm"
  imagelinks[5]="http://www.lotuslighthimalaya.com/Incense.htm"
  imagelinks[6]="http://www.lotuslighthimalaya.com/Incense.htm"
  imagelinks[7]="http://www.lotuslighthimalaya.com/Incense.htm"
  imagelinks[8]="http://www.lotuslighthimalaya.com/Incense.htm"
 

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

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

  random_imglink()
//-->
