#include "fcb_inc_vars"
#include "fcb_inc_general"

void main()
{
    SetLocalInt(GetModule(), "iAllowExceedILR", 0);

    switch_ILR_enable(TRUE);
}

//modified by hohos (Dec 02, 2006)