<!--
/*
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]="http://gai18vn.com//uploads/banner/vnmon.gif"
myimages[2]="http://gai18vn.com//uploads/banner/vnmon1.gif"
myimages[3]="http://gai18vn.com//uploads/banner/vnmon2.gif"
myimages[4]="http://i561.photobucket.com/albums/ss57/thang_cntt/017.gif"
myimages[5]="http://i561.photobucket.com/albums/ss57/thang_cntt/sieumaubiatapchi468x60.gif"
myimages[6]="http://i561.photobucket.com/albums/ss57/thang_cntt/xemlaghien.gif"
myimages[7]="http://clip.321dzo.com/wp-content/themes/321Dzo/themes/blue/images/Banner728x90.gif"


  //specify corresponding links below
  var imagelinks=new Array()
  imagelinks[1]="http://bit.ly/aXYfYr"
  imagelinks[2]="http://bit.ly/aXYfYr "
  imagelinks[3]="http://bit.ly/aXYfYr "
  imagelinks[4]="http://bit.ly/aXYfYr "
  imagelinks[5]="http://bit.ly/aXYfYr "
  imagelinks[6]="http://bit.ly/aXYfYr "
  imagelinks[7]="http://bit.ly/aXYfYr "  


  var ry=Math.floor(Math.random()*myimages.length)

  if (ry==0)
     ry=1
     document.write('<a href='+'"'+imagelinks[ry]+'"'+'  target='+'"_blank"'+'><img src="'+myimages[ry]+'" width="750" height="100" border=0></a>')
}

  random_imglink()
//-->
