	$(document).ready(
			function(){			
									
			

				
				$("div.worcester img.dot").hover(function(){ 
        			$("div.logos.worcs").fadeIn(""); 
 				}, function() { 
        			$("div.logos.worcs").fadeOut(""); 
 				}); 
 				
 				$("div.tewkesbury img.dot").hover(function(){ 
        			$("div.logos.tewks").fadeIn(""); 
 				}, function() { 
        			$("div.logos.tewks").fadeOut(""); 
 				}); 
 				
 				$("div.cheltenham img.dot").hover(function(){ 
        			$("div.logos.chelt").fadeIn(""); 
 				}, function() { 
        			$("div.logos.chelt").fadeOut(""); 
 				});
 				
 				$("div.gloucester img.dot").hover(function(){ 
        			$("div.logos.glos").fadeIn(""); 
 				}, function() { 
        			$("div.logos.glos").fadeOut(""); 
 				});

				$("div.stonehouse img.dot").hover(function(){ 
        			$("div.logos.stnhse").fadeIn(""); 
 				}, function() { 
        			$("div.logos.stnhse").fadeOut(""); 
 				});
 				
 				$("div.caldicot img.dot").hover(function(){ 
        			$("div.logos.cald").fadeIn(""); 
 				}, function() { 
        			$("div.logos.cald").fadeOut(""); 
 				});
 				
 				$("div.newport img.dot").hover(function(){ 
        			$("div.logos.newp").fadeIn(""); 
 				}, function() { 
        			$("div.logos.newp").fadeOut(""); 
 				});
 				
 				$("div.cardiff img.dot").hover(function(){ 
        			$("div.logos.card").fadeIn(""); 
 				}, function() { 
        			$("div.logos.card").fadeOut(""); 
 				});
 				
 				$("div.bridgend img.dot").hover(function(){ 
        			$("div.logos.brdg").fadeIn(""); 
 				}, function() { 
        			$("div.logos.brdg").fadeOut(""); 
 				});
 				
 	});
