jQuery(function($){
    $('.categorylink').autoHeight({column:2, clear:1});
});
jQuery(function($){
    $('.topcategorylink').autoHeight({column:3, clear:1});
});
jQuery(function($){
    $('.videobox').autoHeight({column:2, clear:1});
});
jQuery(function($){
    $('.videobox dt span').autoHeight({column:2, clear:1});
});
