$(document).ready(function(){
	$(".buy").hover(function() {
		$(this).attr("src","http://www.realation.com/wp-content/themes/twentyten/graphics/buy-rlg.gif");
			}, function() {
		$(this).attr("src","http://www.realation.com/wp-content/themes/twentyten/graphics/buy.gif");
	});
});

$(document).ready(function(){
	$(".portrait-vince").hover(function() {
		$(this).attr("src","http://www.realation.com/wp-content/themes/twentyten/portraits/70x79/portrait-vince-70x79-rl.jpg");
			}, function() {
		$(this).attr("src","http://www.realation.com/wp-content/themes/twentyten/portraits/70x79/portrait-vince-70x79.jpg");
	});
});

$(document).ready(function(){
	$(".portrait-david").hover(function() {
		$(this).attr("src","http://www.realation.com/wp-content/themes/twentyten/portraits/70x79/portrait-david-70x79-rl.jpg");
			}, function() {
		$(this).attr("src","http://www.realation.com/wp-content/themes/twentyten/portraits/70x79/portrait-david-70x79.jpg");
	});
});

$(document).ready(function(){
	$(".portrait-paul").hover(function() {
		$(this).attr("src","http://www.realation.com/wp-content/themes/twentyten/portraits/70x79/portrait-paul-70x79-rl.jpg");
			}, function() {
		$(this).attr("src","http://www.realation.com/wp-content/themes/twentyten/portraits/70x79/portrait-paul-70x79.jpg");
	});
});
