/* <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 *
 * $Id: index-en-US.js 294 2011-02-23 15:17:14Z wah $
 */

jQuery(document).ready(function() {
	$('#amalgam').hover(
		function() {
			$(this).attr('src', '/images/us/en-US/frontpage/ad-mercury-free_over.gif');
		},
		function() {
			$(this).attr('src', '/images/us/en-US/frontpage/ad-mercury-free.gif');
		}
	);
	
	$('#ft').jqFancyTransitions({
		navigation: true,
		links: true,
		position: 'top',
		direction: 'fountain',
		effect: '',
		strips: 1
	});
	
	$('.scroll-pane').jScrollPane({
		showArrows: true,
		autoReinitialise: true,
		verticalDragMinHeight: 50,
		verticalDragMaxHeight: 50
	});
});

