
	$(document).ready(function(){
		
		/*
// community header animation
		function m_over() {
			$(this).animate({ backgroundPosition: "-747px 0" });
			}
		
		function m_out(){
			$(this).animate({ backgroundPosition: "0px 0" });
			}
		
		$('#community_header_button').hover(m_over, m_out);
*/
			
	});
