jQuery(function() {
	
	/*slide in paragraph on homepage */
jQuery("div#rightCntr div.staanBox div.csc-textpic-text > h6").click(function(){
		jQuery(this).parent().find('p').slideToggle("slow");		
 	});

});
