if ( $('#toolbar').length ) {
Sticky = $("#toolbar");
Sticky.hcSticky({
stickTo: "#yui-main",
stickTo: "main",
stickyClass: "floating"
});
}
-