jQuery(document).ready(function(){
	
	jQuery('#collegeVisits').click(function(){
		
		window.location.href = '/visits';
		
	});
	
	jQuery('#collegeVisits').css('cursor', 'pointer');
});
