$(document).ready(function(){
	
  $("#Find_Out_More").mouseover(function(){
    $(this).attr("src", "/images_en/ourGoalsFindOutMoreHover.gif");
  }).mouseout(function(){
    $(this).attr("src", "/images_en/ourGoalsFindOutMore.gif");
  });

  $("#Donate_Now").mouseover(function(){
    $(this).attr("src", "/images_en/donateHover.gif");
  }).mouseout(function(){
    $(this).attr("src", "/images_en/donate.gif");
  });

  $("#Submit_Institutional_Action_Plan").mouseover(function(){
    $(this).attr("src", "/images_en/submitIAPHover.gif");
  }).mouseout(function(){
    $(this).attr("src", "/images_en/submitIAP.gif");
  });

  $("#Newsletter_Signup").mouseover(function(){
    $(this).attr("src", "/images_en/newsletterSignupHover.gif");
  }).mouseout(function(){
    $(this).attr("src", "/images_en/newsletterSignup.gif");
  });

  $("#RESULTS_Educational_Fund").mouseover(function(){
    $(this).attr("src", "/images_en/aProjectOfHover.gif");
  }).mouseout(function(){
    $(this).attr("src", "/images_en/aProjectOf.gif");
  });
  
  try {
    var pageTracker = _gat._getTracker("UA-4074329-1");
    pageTracker._trackPageview();
  } catch(err) {}
  
});