$(document).ready(function(){
				$(".thumbnail").click(function(event){
					event.preventDefault();
					$("#preview").html("<img src=\"images/weddings/"+$(this).attr("id")+".jpg\" alt=\"Janet King Photography\"/>");
				});
			});
                                                
 
//$(document).ready(function() {

//$('#navigation #link ul li a').hover(function() { 
//$(this).addClass('selected'); 
//}, function() { 
//$(this).removeClass('selected'); 
//}); 

//});
