$(document).ready (function() {
	$('#tx-contenttop-bg-link-box1').hover(function () {
		$('#tx-contenttop-bg-green-box1').attr('src', '/typo3conf/ext/content_top/res/arrow-top-2.gif');
	}, function () {
		$('#tx-contenttop-bg-green-box1').attr('src', '/typo3conf/ext/content_top/res/arrow-top-1.gif');
	});
	
	$('#tx-contenttop-bg-link-box2').hover(function () {
		$('#tx-contenttop-bg-green-box2').attr('src', '/typo3conf/ext/content_top/res/arrow-top-2.gif');
	}, function () {
		$('#tx-contenttop-bg-green-box2').attr('src', '/typo3conf/ext/content_top/res/arrow-top-1.gif');
	});
	
	$('#tx-contenttop-bg-link-box3').hover(function () {
		$('#tx-contenttop-bg-green-box3').attr('src', '/typo3conf/ext/content_top/res/arrow-top-2.gif');
	}, function () {
		$('#tx-contenttop-bg-green-box3').attr('src', '/typo3conf/ext/content_top/res/arrow-top-1.gif');
	});
});
