$(function() {
	$('.twtimg').animate({"opacity": .3 });

	$('.twttxt, .twtimg').hover(function() {
		$('.twtimg').stop().animate({ "opacity": 1 });
	}, function() {
		$('.twtimg').stop().animate({ "opacity": .3 });
	});
});
$(function() {
	$('.diggimg').animate({"opacity": .3 });

	$('.diggtxt,.diggimg').hover(function() {
		$('.diggimg').stop().animate({ "opacity": 1 });
	}, function() {
		$('.diggimg').stop().animate({ "opacity": .3 });
	});
});
$(function() {
	$('.ad img').animate({"opacity": .3 });

	$('.ad img').hover(function() {
		$(this).stop().animate({ "opacity": 1 });
	}, function() {
		$(this).stop().animate({ "opacity": .3 });
	});
});
$(function() {
	$('ul#largeads li img').animate({"opacity": .3 });

	$('ul#largeads li img').hover(function() {
		$(this).stop().animate({ "opacity": 1 });
	}, function() {
		$(this).stop().animate({ "opacity": .3 });
	});
});
$(function() {
	$('#subscribebox img').animate({"opacity": .5 });

	$('#subscribebox img').hover(function() {
		$(this).stop().animate({ "opacity": 1 });
	}, function() {
		$(this).stop().animate({ "opacity": .5 });
	});
});
$(function() {
	$('input#s').animate({"opacity": .3 });

	$('input#s').hover(function() {
		$(this).stop().animate({ "opacity": 1 });
	}, function() {
		$(this).stop().animate({ "opacity": .3 });
	});
});
$(function() {
	$('input#searchsubmit').animate({"opacity": .3 });

	$('input#searchsubmit').hover(function() {
		$(this).stop().animate({ "opacity": 1 });
	}, function() {
		$(this).stop().animate({ "opacity": .3 });
	});
});
$(function() {
	$('.sharebox a, .sharebox img').animate({"opacity": .4 });

	$('.sharebox a, .sharebox img').hover(function() {
		$(this).stop().animate({ "opacity": 1 });
	}, function() {
		$(this).stop().animate({ "opacity": .4 });
	});
});
$(function() {
	$('div#morePrev a').animate({"opacity": .3 });

	$('div#morePrev a').hover(function() {
		$(this).stop().animate({ "opacity": 1 });
	}, function() {
		$(this).stop().animate({ "opacity": .3 });
	});
});
$(function() {
	$('p.meta').animate({"opacity": .2 });

	$('p.meta').hover(function() {
		$(this).stop().animate({ "opacity": 1 });
	}, function() {
		$(this).stop().animate({ "opacity": .2 });
	});
});
$(function() {
	$('a.more-link').animate({"opacity": .3 });

	$('a.more-link').hover(function() {
		$(this).stop().animate({ "opacity": 1 });
	}, function() {
		$(this).stop().animate({ "opacity": .3 });
	});
});
