// scripts coded by Xhacker
// www.coolhack.ht.st

/*  NO OUT OF FRAME  
if(top.frames.length <= 0)
top.location = "index2.htm";
      END NFO      */

/*      NOCLICK      */
function noclick(){
if (event.button==2){ 
  window.blur();
  window.status="Hey Mec !, Qu'est ce que tu cherche ?"; }}
/*   END NO CLICK    */


document.onmousedown=noclick
