$(function() {$("#1").lavaLamp({fx: "backout",speed: 800,click: function(event, menuItem) {return true;}});});
	<!--teach-->
	function AutoScroll(obj){$(obj).find("ul:first").animate({marginTop:"-102px"},500,function(){$(this).css({marginTop:"0px"}).find("li:first").appendTo(this);});}$(document).ready(function(){setInterval('AutoScroll("#scrollDiv")',3000)});
	<!--link-->
	$(document).ready(function() {
			$("ul.gallery li").hover(function() {
					var thumbOver = $(this).find("img").attr("src"); 
					$(this).find("a.thumb").css({'background' : 'url(' + thumbOver + ') no-repeat center bottom'});
					$(this).find("span").stop().fadeTo('normal', 0 , function() {
							$(this).hide() 
					});
			} , function() {
					$(this).find("span").stop().fadeTo('normal', 1).show();
			});
	});
