$(function(){
	$(".call-button").hover(function(){
	    $(this).attr('src', '/images/sites/lawson/call-button-h.png');
	}, function (){
	    $(this).attr('src', '/images/sites/lawson/call-button.png');
	})

	$("#speaker1").hover(function () {
	    $(this).attr('src', '/images/icons/speaker1-selected.png');
	}, function () {
	    $(this).attr('src', '/images/icons/speaker1.png');
	})

	$("#speaker2").hover(function () {
	    $(this).attr('src', '/images/icons/speaker2-selected.png');
	}, function () {
	    $(this).attr('src', '/images/icons/speaker2.png');
	})

	$("#speaker3").hover(function () {
	    $(this).attr('src', '/images/icons/speaker3-selected.png');
	}, function () {
	    $(this).attr('src', '/images/icons/speaker3.png');
	})

	$("#dash1").hover(function () {
	    $(this).attr('src', '/images/icons/dash1-selected.png');
	}, function () {
	    $(this).attr('src', '/images/icons/dash1.png');
	})

	$("#dash2").hover(function () {
	    $(this).attr('src', '/images/sites/lawson/dash2-selected.png');
	}, function () {
	    $(this).attr('src', '/images/icons/dash2.png');
	})

	$("#dash3").hover(function () {
	    $(this).attr('src', '/images/sites/lawson/dash3-selected.png');
	}, function () {
	    $(this).attr('src', '/images/icons/dash3.png');
	})

	$("#dollar1").hover(function () {
	    $(this).attr('src', '/images/sites/lawson/dollar1-selected.png');
	}, function () {
	    $(this).attr('src', '/images/icons/dollar1.png');
	})

	$("#dollar2").hover(function () {
	    $(this).attr('src', '/images/sites/lawson/dollar2-selected.png');
	}, function () {
	    $(this).attr('src', '/images/icons/dollar2.png');
	})

	$("#dollar3").hover(function () {
	    $(this).attr('src', '/images/sites/lawson/dollar3-selected.png');
	}, function () {
	    $(this).attr('src', '/images/icons/dollar3.png');
	})
});
