/* <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 *
 * $Id: index-zh-CN.js 308 2011-02-28 07:52:33Z wah $
 */

jQuery(document).ready(function() {
	$('#amalgam').hover(
		function() {
			$(this).attr('src', '/images/cn/zh-CN/frontpage/ad-mercury-free_over.gif');
		},
		function() {
			$(this).attr('src', '/images/cn/zh-CN/frontpage/ad-mercury-free.gif');
		}
	);
	
	$('#ft').jqFancyTransitions({
		navigation: true,
		links: true,
		position: 'top',
		direction: 'fountain',
		effect: '',
		strips: 1,
		prev: '&lt;',
		next: '&gt;'		
	});

	$('.scroll-pane').jScrollPane({
		showArrows: true,
		autoReinitialise: true,
		verticalDragMinHeight: 50,
		verticalDragMaxHeight: 50
	});
});

