$(document).ready(function()
{var dataForm=$('#dataForm');jqControllerFuncs.Animation();});var jqControllerFuncs={Animation:function()
{$(".item:eq(0)").show("slow",function(){$(this).next().show("slow",arguments.callee);});$('#content').each(function(e){$(this).animate({paddingTop:"10px"},1500,"easeInOutBack");});$("#gallery A").lightBox();$('.slideshow').cycle({fx:'fade',speedIn:1000,speedOut:1000,sync:0,timeout:5000,delay:-4000,easing:'easeInOutCubic'});$("#toTop").scrollToTop({speed:1000,ease:"easeOutCubic"});}}
