﻿origImage = null;

$(function() {
    $("#work1").hover(function() {
        origImage = $(this).attr("src");
        $(this).attr("src", "image/work/movemove.jpg")
    }, function() {
        $(this).attr("src", origImage)
    });
    $("#work2").hover(function() {
        origImage = $(this).attr("src");
        $(this).attr("src", "image/work/biopack.jpg")
    }, function() {
        $(this).attr("src", origImage)
    });
    $("#infinishow").hover(function() {
        origImage = $(this).attr("src");
        $(this).attr("src", "image/work/infini_show_white.jpg")
    }, function() {
        $(this).attr("src", origImage)
    });
    $("#biopack_th").hover(function() {
        origImage = $(this).attr("src");
        $(this).attr("src", "image/thumbpic/biopack_th.jpg")
    }, function() {
        $(this).attr("src", origImage)
    });
    $("#maepen_ht").hover(function() {
        origImage = $(this).attr("src");
        $(this).attr("src", "image/thumbpic/maepen_th.jpg")
    }, function() {
        $(this).attr("src", origImage)
    });
    $("#wawa_th").hover(function() {
        origImage = $(this).attr("src");
        $(this).attr("src", "image/thumbpic/wawa_th.jpg")
    }, function() {
        $(this).attr("src", origImage)
    });
    $("#movemove_th").hover(function() {
        origImage = $(this).attr("src");
        $(this).attr("src", "image/thumbpic/movemove.jpg")
    }, function() {
        $(this).attr("src", origImage)
    });
    $("#abo_th").hover(function() {
        origImage = $(this).attr("src");
        $(this).attr("src", "image/thumbpic/abo.jpg")
    }, function() {
        $(this).attr("src", origImage)
    });
    $("#time_th").hover(function() {
        origImage = $(this).attr("src");
        $(this).attr("src", "image/thumbpic/timegame_th.jpg")
    }, function() {
        $(this).attr("src", origImage)
    });
    $("#pollen_th").hover(function() {
        origImage = $(this).attr("src");
        $(this).attr("src", "image/thumbpic/pollen.jpg")
    }, function() {
        $(this).attr("src", origImage)
    });
    $("#hypeup_th").hover(function() {
        origImage = $(this).attr("src");
        $(this).attr("src", "image/thumbpic/hypeup_th.jpg")
    }, function() {
        $(this).attr("src", origImage)
    });
  
    $("#firstencounter_th").hover(function() {
        origImage = $(this).attr("src");
        $(this).attr("src", "image/thumbpic/firstencounter_th.jpg")
    }, function() {
        $(this).attr("src", origImage)
    });
    $("#OKhouse").hover(function() {
        origImage = $(this).attr("src");
        $(this).attr("src", "image/thumbpic/ok_house_th.jpg")
    }, function() {
        $(this).attr("src", origImage)
    });
    $("#SummerHouse").hover(function() {
        origImage = $(this).attr("src");
        $(this).attr("src", "image/thumbpic/summerhouse_th.jpg")
    }, function() {
        $(this).attr("src", origImage)
    });
    $("#tsu-memorium").hover(function() {
        origImage = $(this).attr("src");
        $(this).attr("src", "image/thumbpic/tsu_th.jpg")
    }, function() {
        $(this).attr("src", origImage)
    });
    $("#Silhouette").hover(function() {
        origImage = $(this).attr("src");
        $(this).attr("src", "image/thumbpic/sil_th.jpg")
    }, function() {
        $(this).attr("src", origImage)
    });
    $("#websketch").hover(function() {
        origImage = $(this).attr("src");
        $(this).attr("src", "image/thumbpic/joyobject_th.jpg")
    }, function() {
        $(this).attr("src", origImage)
    });
    $("#prosa_th").hover(function() {
        origImage = $(this).attr("src");
        $(this).attr("src", "image/thumbpic/prosa_th.jpg")
    }, function() {
        $(this).attr("src", origImage)
    });
    $("#Linslogo").hover(function() {
        origImage = $(this).attr("src");
        $(this).attr("src", "image/thumbpic/lin_thumb.jpg")
    }, function() {
        $(this).attr("src", origImage)
    });
    $("#onground_th").hover(function() {
        origImage = $(this).attr("src");
        $(this).attr("src", "image/thumbpic/onground_th.jpg")
    }, function() {
        $(this).attr("src", origImage)
    });
	  $("#infinilogo").hover(function() {
        origImage = $(this).attr("src");
        $(this).attr("src", "image/thumbpic/infinilogo_th.jpg")
    }, function() {
        $(this).attr("src", origImage)
    });
	  
	

    
   
}); 