/* YSlow guidelines say you should really load your JS at the bottom; this is at the top for reading purposes */
	   $(function(){
			$('ul#homeBeforeAfter').fuFade({
				speed: 2000,
				timeout: 10000,
				containerheight: '248px'
			});
		});

/* YSlow guidelines say you should really load your JS at the bottom; this is at the top for reading purposes */
	   $(function(){
			$('ul#shampooBeforeAfter').fuFade({
				speed: 2000,
				timeout: 10000,
				containerheight: '366px'
			});
		});
