// JavaScript Document

$(document).ready(function() {
	
	$(".areasDiv1").click(function() {
		divLinkUrl("juridicus.html");
	});
	
});
