1jQuery(function () {
2    if (JSINFO['act'] && JSINFO.act == 'show') {
3        jQuery.post(
4                DOKU_BASE + 'lib/exe/ajax.php',
5            {
6                call: 'plugin_top',
7                page: JSINFO.id
8            }
9        );
10    }
11});