$j(document).ready(function() {
	$j('.PGRNations').click(function() {
		window.open('http://www.pgrnations.com');
	});
});