jQuery(function($){$.preload('#rollover-images img',{find:'.gif',replace:'_over.gif'});$('#rollover-images img').hover(function(){this.src=this.src.replace('.gif','_over.gif');},function(){this.src=this.src.replace('_over','');});});
