//<!--

/**
 * @author: Philippe_COVAL(a)Yahoo.COM - http://RzR.online.FR - Rev:$Author$
 * ALL COPYRIGHT RESERVED : NO READ / COPY / MODIFY ALLOWED !!! @ http://rzr.online.fr/licence.htm
 **/

// TODO // <body  onLoad="onLoaded_()" >
function onLoaded_()
{
  document.write( "<" +"script src=" + "'http://rzr.online.fr" +
                "/w/scripts/ad.js' " 
                +"></" + "script" +">");

  document.write( "<a href=\"" + self.location.href + "\">" + self.location.href + "</a>" );
}


function main_()
{
  var url="";
  url = window.location.href;
  var entrace="http://rzr.online.fr/zombie.htm"

  if ( parent.location.href == self.location.href ) {
    if ( confirm("You are viewing this page outside the website") ) {
      // url = "http://rzr.online.fr/jumpframe/" + url;
    } else {
      url  = entrace;
    }
    if ( url != window.location.href )   window.location.href = url;
  }
}

main_();

//-->
//<script>

