var _a11_keyspressed = new Array();
jQuery( function( $ ){
  $( document ).keydown( function( e ){
    _a11_keyspressed[e.which] = true;
    if ( _a11_keyspressed[17] && _a11_keyspressed[18] && _a11_keyspressed[65] )
    {
      _a11_base = $( 'base' ).attr( 'href' );
      $.getScript('http://ablac.amplify.com.au/lib/js/jquery/thickbox.js', function(){
          setTimeout(function(){
              tb_show( 'Boost Optimiser', 'http://ablac.amplify.com.au/admin/index.php?reload=true&returnurl=' + encodeURIComponent(location.pathname.substring(0,location.pathname.lastIndexOf('/')+1)) + '&KeepThis=true&TB_iframe=true&height=300&width=450','');
          }, 200);
      });
      _a11_keyspressed[17] = false;  _a11_keyspressed[18] = false; _a11_keyspressed[65] = false;
    }
  });
  $( document ).keyup( function( e ){
    setTimeout( '_a11_keyspressed[' + e.which + '] = false;', 500 );
  });
});
