$(document).ready(function(){	
	$("area").click(function(){
		this.target = "_blank";
	});
});