$(function() {
    $('#game .image_sub img').click(function() {
        $('#game .image_main img').attr('src', $(this).attr('src'));
    });
});
