window.addEvent('domready', function() {

 	$$(".learnMore img").addEvent("mouseenter", function() {
	$$(this).setProperty("src", "/custom/foundersbanktx/image/btn-learnmore-hover.png"); })
	
	$$(".learnMore img").addEvent("mouseleave", function() {
	$$(this).setProperty("src", "/custom/foundersbanktx/image/btn-learnmore.png"); })	
		
});
