$(document).ready(function(){
	$(".fb").hover(function() {
		$(this).attr("src","http://www.eliterankmarketing.com/wp-content/themes/twentyeleven/graphics/icon-fb-rl.gif");
			}, function() {
		$(this).attr("src","http://www.eliterankmarketing.com/wp-content/themes/twentyeleven/graphics/icon-fb.gif");
	});
});

$(document).ready(function(){
	$(".tw").hover(function() {
		$(this).attr("src","http://www.eliterankmarketing.com/wp-content/themes/twentyeleven/graphics/icon-tw-rl.gif");
			}, function() {
		$(this).attr("src","http://www.eliterankmarketing.com/wp-content/themes/twentyeleven/graphics/icon-tw.gif");
	});
});

$(document).ready(function(){
	$(".rss").hover(function() {
		$(this).attr("src","http://www.eliterankmarketing.com/wp-content/themes/twentyeleven/graphics/icon-rss-rl.gif");
			}, function() {
		$(this).attr("src","http://www.eliterankmarketing.com/wp-content/themes/twentyeleven/graphics/icon-rss.gif");
	});
});

$(document).ready(function(){
	$(".rank").hover(function() {
		$(this).attr("src","http://www.eliterankmarketing.com/wp-content/themes/twentyeleven/graphics/button-rank-rl.jpg");
			}, function() {
		$(this).attr("src","http://www.eliterankmarketing.com/wp-content/themes/twentyeleven/graphics/button-rank.jpg");
	});
});

$(document).ready(function(){
	$(".social").hover(function() {
		$(this).attr("src","http://www.eliterankmarketing.com/wp-content/themes/twentyeleven/graphics/button-social-rl.jpg");
			}, function() {
		$(this).attr("src","http://www.eliterankmarketing.com/wp-content/themes/twentyeleven/graphics/button-social.jpg");
	});
});

$(document).ready(function(){
	$(".contact").hover(function() {
		$(this).attr("src","http://www.eliterankmarketing.com/wp-content/themes/twentyeleven/graphics/button-contact-rl.jpg");
			}, function() {
		$(this).attr("src","http://www.eliterankmarketing.com/wp-content/themes/twentyeleven/graphics/button-contact.jpg");
	});
});
