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 use mouseenter, mouseleave functions.