$(document).ready(function() {
   
   $("#pic01").click(function() {
      $("#imageViewer img").remove();
      $("#imageViewer").html("<img src=\"http://dynamorphosis.tivixsites.com/wp/wp-content/themes/dynamorphosis/images/full/hero01.jpg\" alt=\"loading\">");
   });
   
    $("#pic02").click(function() {
         $("#imageViewer img").remove();
         $("#imageViewer").html("<img src=\"http://dynamorphosis.tivixsites.com/wp/wp-content/themes/dynamorphosis/images/full/hero02.jpg\" alt=\"loading\">");
     });

     $("#pic03").click(function() {
         $("#imageViewer img").remove();
         $("#imageViewer").html("<img src=\"http://dynamorphosis.tivixsites.com/wp/wp-content/themes/dynamorphosis/images/full/hero03.jpg\" alt=\"loading\">");
     });

     $("#pic04").click(function() {
         $("#imageViewer img").remove();
         $("#imageViewer").html("<img src=\"http://dynamorphosis.tivixsites.com/wp/wp-content/themes/dynamorphosis/images/full/hero04.jpg\" alt=\"loading\">");
     });

     $("#pic05").click(function() {
         $("#imageViewer img").remove();
         $("#imageViewer").html("<img src=\"http://dynamorphosis.tivixsites.com/wp/wp-content/themes/dynamorphosis/images/full/hero05.jpg\" alt=\"loading\">");
     });

     $("#pic06").click(function() {
         $("#imageViewer img").remove();
         $("#imageViewer").html("<img src=\"http://dynamorphosis.tivixsites.com/wp/wp-content/themes/dynamorphosis/images/full/hero06.jpg\" alt=\"loading\">");
     });

     $("#pic07").click(function() {
         $("#imageViewer img").remove();
         $("#imageViewer").html("<img src=\"http://dynamorphosis.tivixsites.com/wp/wp-content/themes/dynamorphosis/images/full/hero07.jpg\" alt=\"loading\">");
     });

     $("#pic08").click(function() {
         $("#imageViewer img").remove();
         $("#imageViewer").html("<img src=\"http://dynamorphosis.tivixsites.com/wp/wp-content/themes/dynamorphosis/images/full/hero08.jpg\" alt=\"loading\">");
     });

     $("#pic09").click(function() {
         $("#imageViewer img").remove();
         $("#imageViewer").html("<img src=\"http://dynamorphosis.tivixsites.com/wp/wp-content/themes/dynamorphosis/images/full/hero09.jpg\" alt=\"loading\">");
     });

     $("#pic10").click(function() {
         $("#imageViewer img").remove();
         $("#imageViewer").html("<img src=\"http://dynamorphosis.tivixsites.com/wp/wp-content/themes/dynamorphosis/images/full/hero10.jpg\" alt=\"loading\">");
     });

     $("#pic11").click(function() {
         $("#imageViewer img").remove();
         $("#imageViewer").html("<img src=\"http://dynamorphosis.tivixsites.com/wp/wp-content/themes/dynamorphosis/images/full/hero11.jpg\" alt=\"loading\">");
     });

     $("#pic12").click(function() {
         $("#imageViewer img").remove();
         $("#imageViewer").html("<img src=\"http://dynamorphosis.tivixsites.com/wp/wp-content/themes/dynamorphosis/images/full/hero12.jpg\" alt=\"loading\">");
     });

     $("#pic13").click(function() {
         $("#imageViewer img").remove();
         $("#imageViewer").html("<img src=\"http://dynamorphosis.tivixsites.com/wp/wp-content/themes/dynamorphosis/images/full/hero13.jpg\" alt=\"loading\">");
     });

     $("#pic14").click(function() {
         $("#imageViewer img").remove();
         $("#imageViewer").html("<img src=\"http://dynamorphosis.tivixsites.com/wp/wp-content/themes/dynamorphosis/images/full/hero14.jpg\" alt=\"loading\">");
     });

     $("#pic15").click(function() {
         $("#imageViewer img").remove();
         $("#imageViewer").html("<img src=\"http://dynamorphosis.tivixsites.com/wp/wp-content/themes/dynamorphosis/images/full/hero15.jpg\" alt=\"loading\">");
     });

     $("#pic16").click(function() {
         $("#imageViewer img").remove();
         $("#imageViewer").html("<img src=\"http://dynamorphosis.tivixsites.com/wp/wp-content/themes/dynamorphosis/images/full/hero16.jpg\" alt=\"loading\">");
     });

     $("#pic17").click(function() {
         $("#imageViewer img").remove();
         $("#imageViewer").html("<img src=\"http://dynamorphosis.tivixsites.com/wp/wp-content/themes/dynamorphosis/images/full/hero17.jpg\" alt=\"loading\">");
     });

     $("#pic18").click(function() {
         $("#imageViewer img").remove();
         $("#imageViewer").html("<img src=\"http://dynamorphosis.tivixsites.com/wp/wp-content/themes/dynamorphosis/images/full/hero18.jpg\" alt=\"loading\">");
     });

     $("#pic19").click(function() {
         $("#imageViewer img").remove();
         $("#imageViewer").html("<img src=\"http://dynamorphosis.tivixsites.com/wp/wp-content/themes/dynamorphosis/images/full/hero19.jpg\" alt=\"loading\">");
     });

     $("#pic20").click(function() {
         $("#imageViewer img").remove();
         $("#imageViewer").html("<img src=\"http://dynamorphosis.tivixsites.com/wp/wp-content/themes/dynamorphosis/images/full/hero20.jpg\" alt=\"loading\">");
     });

     $("#pic21").click(function() {
         $("#imageViewer img").remove();
         $("#imageViewer").html("<img src=\"http://dynamorphosis.tivixsites.com/wp/wp-content/themes/dynamorphosis/images/full/hero21.jpg\" alt=\"loading\">");
     });

     $("#pic22").click(function() {
         $("#imageViewer img").remove();
         $("#imageViewer").html("<img src=\"http://dynamorphosis.tivixsites.com/wp/wp-content/themes/dynamorphosis/images/full/hero22.jpg\" alt=\"loading\">");
     });

     $("#pic23").click(function() {
         $("#imageViewer img").remove();
         $("#imageViewer").html("<img src=\"http://dynamorphosis.tivixsites.com/wp/wp-content/themes/dynamorphosis/images/full/hero23.jpg\" alt=\"loading\">");
     });

     $("#pic24").click(function() {
         $("#imageViewer img").remove();
         $("#imageViewer").html("<img src=\"http://dynamorphosis.tivixsites.com/wp/wp-content/themes/dynamorphosis/images/full/hero24.jpg\" alt=\"loading\">");
     });
});

