$(function() {
	$('.fade').highlight();
	
	$('#forsale').click(function() {
		window.location = $('#forsale a').attr('href');
	});
	
});
