$(document).ready(function(){
	/*
	$(".menuItem").mouseenter(
		function() {
			$(this).animate({bottom: '11px'});
		}
	);

	$(".menuItem").mouseleave(
		function() {
			$(this).animate({bottom: '0'});
		}
	);
*/

	//FB.init("06598aad3e778a5af02712566f1aecb9", "xd_receiver.htm");
});

