$(document).ready( function() {

    $("#AP01 .thumbnail a").click( function() {
        var changeSrc = $(this).attr("href");
        $("#AP01 .target img").fadeOut(
            "slow",
            function() {
                $(this).attr("src", changeSrc);
                $(this).fadeIn();
            }
        );
        return false;
    });
	
    $("#AP02 .thumbnail a").click( function() {
        var changeSrc = $(this).attr("href");
        $("#AP02 .target img").fadeOut(
            "slow",
            function() {
                $(this).attr("src", changeSrc);
                $(this).fadeIn();
            }
        );
        return false;
    });
	
	$("#AP03 .thumbnail a").click( function() {
        var changeSrc = $(this).attr("href");
        $("#AP03 .target img").fadeOut(
            "slow",
            function() {
                $(this).attr("src", changeSrc);
                $(this).fadeIn();
            }
        );
        return false;
    });
	
	$("#AP04 .thumbnail a").click( function() {
        var changeSrc = $(this).attr("href");
        $("#AP04 .target img").fadeOut(
            "slow",
            function() {
                $(this).attr("src", changeSrc);
                $(this).fadeIn();
            }
        );
        return false;
    });
	
	$("#AP05 .thumbnail a").click( function() {
        var changeSrc = $(this).attr("href");
        $("#AP05 .target img").fadeOut(
            "slow",
            function() {
                $(this).attr("src", changeSrc);
                $(this).fadeIn();
            }
        );
        return false;
    });
	
	$("#AP06 .thumbnail a").click( function() {
        var changeSrc = $(this).attr("href");
        $("#AP06 .target img").fadeOut(
            "slow",
            function() {
                $(this).attr("src", changeSrc);
                $(this).fadeIn();
            }
        );
        return false;
    });
	
	$("#AP07 .thumbnail a").click( function() {
        var changeSrc = $(this).attr("href");
        $("#AP07 .target img").fadeOut(
            "slow",
            function() {
                $(this).attr("src", changeSrc);
                $(this).fadeIn();
            }
        );
        return false;
    });
	
	$("#AP08 .thumbnail a").click( function() {
        var changeSrc = $(this).attr("href");
        $("#AP08 .target img").fadeOut(
            "slow",
            function() {
                $(this).attr("src", changeSrc);
                $(this).fadeIn();
            }
        );
        return false;
    });
	
	$("#AP09 .thumbnail a").click( function() {
        var changeSrc = $(this).attr("href");
        $("#AP09 .target img").fadeOut(
            "slow",
            function() {
                $(this).attr("src", changeSrc);
                $(this).fadeIn();
            }
        );
        return false;
    });
	
	$("#AP10 .thumbnail a").click( function() {
        var changeSrc = $(this).attr("href");
        $("#AP10 .target img").fadeOut(
            "slow",
            function() {
                $(this).attr("src", changeSrc);
                $(this).fadeIn();
            }
        );
        return false;
    });
	
	$("#AP11 .thumbnail a").click( function() {
        var changeSrc = $(this).attr("href");
        $("#AP11 .target img").fadeOut(
            "slow",
            function() {
                $(this).attr("src", changeSrc);
                $(this).fadeIn();
            }
        );
        return false;
    });

   
});


