
	$(function() {

		$('body').addClass('js');

		$('span.des_email').desEmail();

	});
