var $j = jQuery.noConflict();

$j(document).ready(function(){ 

	$j('#schedulewidget').writeCapture().html('<script src="https://healcode.com/schedules/us1217qhqj.js"> </script>');

	$j('#healcodefullschedule').writeCapture().html('<script src="https://healcode.com/schedules/o61218vf12.js"> </script>');

	$j("#scheduleArea").css('height', '0px');
	
	$j("a.scheduleclicker").toggle( 
				function () { 
 					$j("#scheduleArea").animate({height: "290px"}, {queue:false, duration: 950, easing: 'easeOutBounce'}) 
                }, 
                function () { 
					$j("#scheduleArea").animate({height: "0px"}, {queue:false, duration: 950, easing: 'easeOutBounce'})  
				} 
		); 
	
	$j(function () {
             $j("a.contactclicker").click(function () {
                 $j('html, body').animate({scrollTop: $j(document).height()
                 },
                 400);
                 return false;
             });

         });
      
}); 
