$(document).ready(function(){
$(".end").fadeTo("slow", 0.2);
$(".end").hover(function(){
$(this).fadeTo("slow", 1.0);
},function(){
$(this).fadeTo("slow", 0.2);
});
});
$(document).ready(function(){
$(".pic1").fadeTo("slow", 0.7);
$(".pic1").hover(function(){
$(this).fadeTo("slow", 1.0);
},function(){
$(this).fadeTo("slow", 0.7);
});
});
$(document).ready(function(){
$(".pic2").fadeTo("slow", 0.7);
$(".pic2").hover(function(){
$(this).fadeTo("slow", 1.0);
},function(){
$(this).fadeTo("slow", 0.7);
});
});
$(document).ready(function(){
$(".pic3").fadeTo("slow", 0.7);
$(".pic3").hover(function(){
$(this).fadeTo("slow", 1.0);
},function(){
$(this).fadeTo("slow", 0.7);
});
});
$(document).ready(function(){
$(".pic4").fadeTo("slow", 0.7);
$(".pic4").hover(function(){
$(this).fadeTo("slow", 1.0);
},function(){
$(this).fadeTo("slow", 0.7);
});
});
