$(document).ready(function() {
	$.getJSON('js/archives.js', function(data,textStatus)
	{
		$('#JSON-result').html('<p><a href="' + data.link1 + '" target="_blank"><img src="images/StudentNewsletter/GatewaySource.jpg" border="0" height="58" width="450"></a><br /><a href="' + data.link1 + '" target="_blank">View the most recent issue of the Gateway Source</a></p>');
		$('#JSON-result-home').html('<a href="' + data.link1 + '" target="_blank">The Gateway Source</a>');
	});
});

