$(document).ready(function() {
	$('a[rel=external]').attr('target','_blank');
	$('#counter').children().click(function() { window.location.href = '/goodnewsdone/'; });
	$('#partners div h4').click(function() { window.location.href = $(this).children('a').attr('href'); });
	$('#partners div h4').css('cursor','hand');
});
