var key = new Array()
var num = 0
 if (document.layers)
  document.captureEvents(event.keypress)
 function loadcredit(e){
  if (document.layers){
   key[num] = e.which
   num = num + 1
  }
  else if (document.all){
   key[num] = event.keyCode
   num = num + 1
  }

  if (key[0] == 97){
    if (key[1] == 105){
      if (key[2] == 97){
        if (key[3] == 109){
          if (key[4] == 107){
          document.write('<p  style="font-size: 20px; font-weight: bold; font-family: Arial; color: #cc0000; z-index: 9999" align="center">&copy;2007 Designed and Developed by:<br /><br />Abdulla Kamal<br />abdulla@ezbh.com<br /><br /><a href="javascript:history.go();" style="text-decoration: none">Close</a></p>')
                  key = ''
                  num = 0

          }
        }
      }
    }
  }

 }