cycle plugin updateActivePagerLink not triggered

cycle plugin updateActivePagerLink not triggered

I have this setup for cycle plugin
  1. jQuery("#frame").cycle({
  2.     updateActivePagerLink: function(pager, activeIndex) {
  3.         jQuery("#slider-nav").find("li:eq("+activeIndex+")").addClass("current")
  4.         .siblings().removeClass("current");
  5.         }
  6. });
However I find that the call back function is never triggered.

Any ideas? The code is here:  http://theparentingplace.automatem.co.nz