/* <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 *
 * $Id$
 */

jQuery(document).ready(function() {
	$('#amalgam').hover(
		function() {
			$(this).attr('src', '/images/global/en/frontpage/ad-mercury-free_over.gif');
		},
		function() {
			$(this).attr('src', '/images/global/en/frontpage/ad-mercury-free.gif');
		}
	);
});
