public void call(JsArrayMixed args) {
Node n = Y.one(anchor);
// System.out.println("later: "+anchor+" - "+n);
if(n!=null) {
// System.out.println("anchored: "+n);
n.scrollIntoView(true);
// n.setStyle("background-color", "red");
timer.cancel();
}
}
}, JsArrayMixed.createArray(), true);