function random_imglink(){
  var myimages=new Array()
  //specify random images below. You can have as many as you wish
  myimages[1]="graphics/quotes/image1.gif"
  myimages[2]="graphics/quotes/image2.gif"
  myimages[3]="graphics/quotes/image3.gif"
  myimages[4]="graphics/quotes/image4.gif"
  myimages[5]="graphics/quotes/image5.gif"
  
  //specify corresponding links below
  var imagelinks=new Array()
  imagelinks[1]="http://www.amperordirect.com/pc/r-skype-voip/z-reference-skype-home-premium.html"
  imagelinks[2]="http://www.amperordirect.com/pc/r-skype-voip/z-reference-skype-mac.html"
  imagelinks[3]="http://www.amperordirect.com/pc/c-internet-phones/internet-phone-dualphone.html"
  imagelinks[4]="http://www.amperordirect.com/c/z-coupon-center/index.html"
  imagelinks[5]="http://www.amperordirect.com/pc/c-internet-phones/internet-phone-smc-WSKP100.html"
  
  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 align="right"></a>')
}

  random_imglink()
//-->


