$(document).ready(function(){
  $('img[@src$=.png]').rollover();
  $('img[@src$=.gif]').rollover();
});


