function random_imglink(){
  var myimages=new Array()
  //specify random images below. You can have as many as you wish
  myimages[1]="http://www.asianfinest.org/wp-content/themes/wp-andreas09-16/header/Header_1.jpg"
  myimages[2]="http://www.asianfinest.org/wp-content/themes/wp-andreas09-16/header/Header_2.jpg"
  myimages[3]="http://www.asianfinest.org/wp-content/themes/wp-andreas09-16/header/Header_3.jpg"
  myimages[4]="http://www.asianfinest.org/wp-content/themes/wp-andreas09-16/header/Header_4.jpg"
  myimages[5]="http://www.asianfinest.org/wp-content/themes/wp-andreas09-16/header/Header_5.jpg"
  myimages[6]="http://www.asianfinest.org/wp-content/themes/wp-andreas09-16/header/Header_6.jpg"
  myimages[7]="http://www.asianfinest.org/wp-content/themes/wp-andreas09-16/header/Header_7.jpg"
  myimages[8]="http://www.asianfinest.org/wp-content/themes/wp-andreas09-16/header/Header_8.jpg"
  myimages[9]="http://www.asianfinest.org/wp-content/themes/wp-andreas09-16/header/Header_9.jpg"
  myimages[10]="http://www.asianfinest.org/wp-content/themes/wp-andreas09-16/header/Header_10.jpg"
  myimages[11]="http://www.asianfinest.org/wp-content/themes/wp-andreas09-16/header/Header_11.jpg"
 
  var ry=Math.floor(Math.random()*myimages.length)

  if (ry==0)
     ry=1
     document.write('<img src="'+myimages[ry]+'"></a>')
}

  random_imglink()
//-->
