$(function(){
	$.superbox();
	$('.map').maphilight({fade: false});
	
	$("map[name=world] area").each(function(index, element){
		$(element).attr("href", $(element).attr("href") + "&country="+escape($(element).attr("title")));
	});
});