$(function(){
	$('.info form').find('input#mce-EMAIL').focus(function(){
		$(this).val('');
	});
	$('#header .contact a').click(function(){
		$('.vcard').slideToggle();
	})
});