// onload時の動作
$(function(){
  // 全てのa直下imgに対して画像のマウスオーバー設定
  $('a > img').switcher();
  // imageフォーム要素に対して画像のマウスオーバー設定
  $('input[type="image"]').switcher();
});

