window.onload = function(){
	var comments = document.getElementsByClassName('comments');
	var storycomments = document.getElementsByClassName('storycomments');
	var contentAccordion = new fx.Accordion(comments, storycomments, {opacity: false, alwaysHide: true, duration: 500});
}