$(function() {
	$('#FeaturedListing').live('click', function(e) { 
		window.location = $(this).find('a.ListingLink').attr('href');
	});
});

