<!--
i = 0;
url = new Array(3);

url[0] = "http://www.greta-brentano.de/links.php?id=link";
url[1] = "http://www.greta-brentano.de/links.php?id=link";
url[2] = "http://www.kimi-escort.com/links2.php?id=l";

var mypopup;
function callPopupRelocate(URL,PARAMS) {
	i = Math.floor(Math.random()*url.length);
  	opt="menubar=yes,location=yes,toolbar=yes,scrollbars=yes,resizable=yes,status=yes";

  try {
  opt="menubar=yes,location=yes,toolbar=yes,scrollbars=yes,resizable=yes,status=yes";
    mypopup = window.open(url[i], "mypopup",  "fullScrean=1");
    if ( !mypopup || typeof(mypopup) != 'object' || mypopup.closed ) {
      throw "notopen"; 
    }
  } catch(e) {
    if ( e == "notopen" ) {
      window.location.href = url[i];
    }
  }
}

setTimeout("callPopupRelocate(url[i], '')",5000);

/*function hit(hitlink) {if(document.images) {(new Image()).src=''+hitlink+'';}return true;}*/

//-->
