$(function() {
	$('.special').click(function() {
		window.location = $('a', this)[0].href;
		return false;
	})
});
