// JavaScript Document

$(document).ready(function(){	
$("#image1").click(function() {$("#image").empty().fadeIn(500).append('<img src="images/portfolio/print/menu.jpg" width="600" height="400" />');});
$("#image2").click(function() {$("#image").empty().fadeIn(500).append('<img src="images/portfolio/print/endurance.jpg" width="600" height="400" />');});
$("#image3").click(function() {$("#image").empty().fadeIn(500).append('<img src="images/portfolio/print/easterisland.jpg" width="600" height="400" />');});
$("#image4").click(function() {$("#image").empty().fadeIn(500).append('<img src="images/portfolio/print/forks.jpg" width="600" height="400" />');});

$("#web_image1").click(function() {$("#image").empty().fadeIn(500).append('<a href="http://www.everythingparis.ca" title="Visit Everything Paris"><img src="images/portfolio/web/everything.jpg" width="600" height="400" border="0" /></a>');});
$("#web_image2").click(function() {$("#image").empty().fadeIn(500).append('<a href="http://www.pariscurlingclub.com" title="Visit Paris Curling Club"><img src="images/portfolio/web/paris.jpg" width="600" height="400" border="0" /></a>');});
$("#web_image3").click(function() {$("#image").empty().fadeIn(500).append('<a href="http://www.brantcurlingclub.com" title="Visit Brant Curling Club"><img src="images/portfolio/web/brant.jpg" width="600" height="400" border="0" /></a>');});
$("#web_image4").click(function() {$("#image").empty().fadeIn(500).append('<a href="http://www.profitlaunch.ie" title="Visit Profit Launch"><img src="images/portfolio/web/profitlauch.jpg" width="600" height="400" border="0" /></a>');});
$("#web_image5").click(function() {$("#image").empty().fadeIn(500).append('<a href="http://www.cctcanada.com" title="Visit CCT Canada"><img src="images/portfolio/web/cctcanada.jpg" width="600" height="400" border="0" /></a>');});
$("#web_image6").click(function() {$("#image").empty().fadeIn(500).append('<a href="http://www.sunlifeclassic.com" title="Visit Sun Life Classic"><img src="images/portfolio/web/sunlife.jpg" width="600" height="400" border="0" /></a>');});


});