$(function () {
	$('h2 a, #menu a, a img, ol.commentlist li div.reply a, #submit, .wpcf7-submit, #random-lab img').hover(function() {
		$(this).fadeTo("fast", 0.7);
	}, function() {
		$(this).fadeTo("fast", 1);
	});
});
