$(document).ready(function(){
		/*
       $("a").click(function(event){
         alert("As you can see, the link no longer took you to jquery.com");
         event.preventDefault();
       });
	   
	   
	   $("#wrap").click(function(event){
			$("#wrap").addClass("clicked");
			event.preventDefault();
			 });
	   */
	   $("#acss1").click(function(event){
			$("#screenshot").html("<img src='i/ss/ac01.png' />");
			event.preventDefault();
			 });
	   $("#acss2").click(function(event){
			$("#screenshot").html("<img src='i/ss/ac02.png' />");
			event.preventDefault();
			 });
	   $("#acss3").click(function(event){
			$("#screenshot").html("<img src='i/ss/ac03.png' />");
			event.preventDefault();
			 });
	   $("#acss4").click(function(event){
			$("#screenshot").html("<img src='i/ss/ac04.png' />");
			event.preventDefault();
			 });
	   $("#acss5").click(function(event){
			$("#screenshot").html("<img src='i/ss/ac05.png' />");
			event.preventDefault();
			 });
	   
	   $("#bwss1").click(function(event){
			$("#screenshot").html("<img src='i/ss/bw01.png' />");
			event.preventDefault();
			 });
	   $("#bwss2").click(function(event){
			$("#screenshot").html("<img src='i/ss/bw02.png' />");
			event.preventDefault();
			 });
	   $("#bwss3").click(function(event){
			$("#screenshot").html("<img src='i/ss/bw03.png' />");
			event.preventDefault();
			 });
	   
	    $("#ahsss1").click(function(event){
			$("#screenshot").html("<img src='i/ss/ahs01.png' />");
			event.preventDefault();
			 });
	   $("#ahsss2").click(function(event){
			$("#screenshot").html("<img src='i/ss/ahs02.png' />");
			event.preventDefault();
			 });
	   $("#ahsss3").click(function(event){
			$("#screenshot").html("<img src='i/ss/ahs03.png' />");
			event.preventDefault();
			 });
	   
     });


