$(document).ready(function() {
	$('#globalheader').appleEffect({
		zIndex: 9999,
		timeout: 400,
		speed: 800
	});
});

