//$("#footer").appendTo("#body");
$("area").each(function(){
    $(this).attr("title",$(this).attr("alt"));
});

$("#vineyard_map area").click(function(){
    window.open($(this).attr("href"),"vineyardMap","height=550,width=550");
    return false;
});
