$(document).ready(function() {
	//expanding lists
	$("h4.trigger").toggler({speed: 500});
});

$(document).ajaxSuccess(function() {  
Cufon('#content div.wpcf7-response-output');
});
