$(document).ready(function() {
	
	$("#topFivePicture1").hide();
	$("#topFivePicture2").hide(); 
	$("#topFivePicture3").hide(); 
	$("#topFivePicture4").hide(); 
	 
/*	 $("#topfivearea1").hover(function (){
	   	  $("#topFivePicture1").show();
	     }, 
	     function () {
	   	  $("#topFivePicture0").show();
	   	  $("#topFivePicture1").hide();
	     }
	   );

	 $("#topfivearea2").hover(function (){
	   	  $("#topFivePicture2").show();
	     }, 
	     function () {
	   	  $("#topFivePicture2").hide();
	     }
	   );
	 
	 $("#topfivearea3").hover(function (){
	   	  $("#topFivePicture3").show();
	     }, 
	     function () {
	   	  $("#topFivePicture3").hide();
	     }
	   );
	 
	 $("#topfivearea4").hover(function (){
	   	  $("#topFivePicture4").show();
	     }, 
	     function () {
	   	  $("#topFivePicture4").hide();
	     }
	   ); fuer top5*/
	 
});