
jQuery(document).ready(function(){
			jQuery('img.aniPic').animate({
				"height": '120px',
				"width": '600px'
			},8000,'linear',
			function(){
			//$(this).puls();
			});
			jQuery('img.aniPicH').animate({
				"height": '443',
				"width": '660px'
			},12000,'linear',
			function(){
			//$(this).puls();
			});
			jQuery('h3.accordion,h4.accordion,h5.accordion').click(function(){
				jQuery(this).next('p.accordion,div.accordion').slideToggle();
			});//h4.accordion.click
});//ready



