jQuery(function($) {
    $('ul li').ahover({toggleEffect: 'width'});
});