jQuery.noConflict();
jQuery(document).ready(function($){
   $('a:has(img)').css('border','0');
});
