
$(function() {
	$('dl.plan').each(
		function(i){
			$(this).toggleClass('plan on');
		}
	);
});