test = function(t) {
	$(t).toggle();
}

if($('content-facts')) {
	$('content-facts').getElementsByClassName('fast-facts-body').invoke('hide');
}