jQuery(document).ready(function($)
{
    $('.ro a img').rollover('_');
    $('img.ro').rollover('_');
});

