/*
Author: wurui
Update: 2009/03/30
Author URI: http://www.hirui.net
*/
jQuery(document).ready(
	function(){
		jQuery(
			function() {
				jQuery("#menus").lavaLamp({fx:"backout", speed:700})
			}
		);
	}
)

