$(document).ready(
	function()
	{
		$('#jameswellington_index_img').hover(
			function()
			{
				this.src = '/img/bonadea/lay_middle_jameswellington_index_hover.jpg';
			},
			function()
			{
				this.src = '/img/bonadea/lay_middle_jameswellington_index.jpg';
			}
		);
		
		$('#martinandmoore_index_img').hover(
			function()
			{
				this.src = '/img/bonadea/lay_middle_martinandmoore_index_hover.jpg';
			},
			function()
			{
				this.src = '/img/bonadea/lay_middle_martinandmoore_index.jpg';
			}
		);
	}
);
