
<!--
/*
Random Image Link Script
By Website Abstraction (http://www.wsabstract.com)
and Java-scripts.net (http://www.java-scripts.net)
*/

function random_imglink(){
  var myimages=new Array()
  //specify random images below. You can have as many as you wish
  myimages[1]="graphics/x_move_tip_1.gif"
  myimages[2]="graphics/x_move_tip_2.gif"
  myimages[3]="graphics/x_move_tip_3.gif"
  myimages[4]="graphics/x_move_tip_4.gif"
  myimages[5]="graphics/x_move_tip_5.gif"
  myimages[6]="graphics/x_move_tip_6.gif"
  myimages[7]="graphics/x_move_tip_7.gif"
  myimages[8]="graphics/x_move_tip_8.gif"
  myimages[9]="graphics/x_move_tip_9.gif"
  myimages[10]="graphics/x_move_tip_10.gif"
  myimages[11]="graphics/x_move_tip_11.gif"  
  myimages[12]="graphics/x_move_tip_12.gif" 
  myimages[13]="graphics/x_move_tip_13.gif" 
  myimages[14]="graphics/x_move_tip_14.gif" 
  myimages[15]="graphics/x_move_tip_15.gif"
  myimages[16]="graphics/x_move_tip_16.gif"
  myimages[17]="graphics/x_move_tip_17.gif"
  myimages[18]="graphics/x_move_tip_18.gif"
  //myimages[19]="graphics/x_move_tip_19.gif"
  //myimages[20]="graphics/x_move_tip_20.gif"
  //myimages[21]="graphics/x_move_tip_21.gif"
  //specify corresponding links below
  var imagelinks=new Array()
  imagelinks[1]="tips.htm#tip1"
  imagelinks[2]="tips.htm#tip2"
  imagelinks[3]="tips.htm#tip3"
  imagelinks[4]="tips.htm#tip4"
  imagelinks[5]="tips.htm#tip5"
  imagelinks[6]="tips.htm#tip6"
  imagelinks[7]="tips.htm#tip7"
  imagelinks[8]="tips.htm#tip8"
  imagelinks[9]="tips.htm#tip9"
  imagelinks[10]="tips.htm#tip10"
  imagelinks[11]="tips.htm#tip11"
  imagelinks[12]="tips.htm#tip12"
  imagelinks[13]="tips.htm#tip13"
  imagelinks[14]="tips.htm#tip14"
  imagelinks[15]="tips.htm#tip15"
  imagelinks[16]="tips.htm#tip16"
  imagelinks[17]="tips.htm#tip17"
  imagelinks[18]="tips.htm#tip18"
  //imagelinks[19]="x_tips.htm#tip19"
  //imagelinks[20]="x_tips.htm#tip20"
  //imagelinks[21]="x_tips.htm#tip21"
  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>')
}

  random_imglink()
//-->














