Basically I want to change the image src to add -active.png on hover.
-active.png
So fb.png would become fb-active.png on hover, and fb.png when it\'s not hovering.
You can add an extra attribute to your image, like "alt_img" and then just wait for the hover event and switch the attributes. Its a very simple approach.