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

	$$(".nthChild-1 a img").addEvent("mouseenter", function() {
    $$(".nthChild-1 a img").setProperty("src", "/custom/communitybankbay/image/ql-onlineBanking-hover.png"); })

	$$(".nthChild-1 a img").addEvent("mouseleave", function() {
	$$(".nthChild-1 a img").setProperty("src", "/custom/communitybankbay/image/ql-onlineBanking.png"); })
	
	$$(".nthChild-2 a img").addEvent("mouseenter", function() {
    $$(".nthChild-2 a img").setProperty("src", "/custom/communitybankbay/image/ql-oakland-hover.png"); })

	$$(".nthChild-2 a img").addEvent("mouseleave", function() {
	$$(".nthChild-2 a img").setProperty("src", "/custom/communitybankbay/image/ql-oakland.png"); })
	
	$$(".nthChild-3 a img").addEvent("mouseenter", function() {
    $$(".nthChild-3 a img").setProperty("src", "/custom/communitybankbay/image/ql-bayarea.png"); })

	$$(".nthChild-3 a img").addEvent("mouseleave", function() {
	$$(".nthChild-3 a img").setProperty("src", "/custom/communitybankbay/image/ql-bayarea-hover.png"); })	
		
});
