/* made this global
$(document).ready(function () {
	$("#main").find("a[href^='http']").click(function() {
		return confirm("You will be redirected to an unaffiliated site.");
	});
});
*/
