
$(function() {
    $('.mapImage').maphilight();
    $('#CareyPaulLink').mouseover(function(e) {
        $('#CareyPaul').mouseover();
    }).mouseout(function(e) {
        $('#CareyPaul').mouseout();
    }).click(function(e) { e.preventDefault(); });
});


$(function() {
    $('.mapImage').maphilight();
    $('#CurryLink').mouseover(function(e) {
        $('#Curry').mouseover();
    }).mouseout(function(e) {
        $('#Curry').mouseout();
    }).click(function(e) { e.preventDefault(); });
});


$(function() {
    $('.mapImage').maphilight();
    $('#EdVoylesLink').mouseover(function(e) {
        $('#EdVoyles').mouseover();
    }).mouseout(function(e) {
        $('#EdVoyles').mouseout();
    }).click(function(e) { e.preventDefault(); });
});


$(function() {
    $('.mapImage').maphilight();
    $('#GwinnettLink').mouseover(function(e) {
        $('#Gwinnett').mouseover();
    }).mouseout(function(e) {
        $('#Gwinnett').mouseout();
    }).click(function(e) { e.preventDefault(); });
});


$(function() {
    $('.mapImage').maphilight();
    $('#HennesyLink').mouseover(function(e) {
        $('#Hennesy').mouseover();
    }).mouseout(function(e) {
        $('#Hennesy').mouseout();
    }).click(function(e) { e.preventDefault(); });
});


$(function() {
    $('.mapImage').maphilight();
    $('#HeritageLink').mouseover(function(e) {
        $('#Heritage').mouseover();
    }).mouseout(function(e) {
        $('#Heritage').mouseout();
    }).click(function(e) { e.preventDefault(); });
});


$(function() {
    $('.mapImage').maphilight();
    $('#CarlandLink').mouseover(function(e) {
        $('#Carland').mouseover();
    }).mouseout(function(e) {
        $('#Carland').mouseout();
    }).click(function(e) { e.preventDefault(); });
});


$(function() {
    $('.mapImage').maphilight();
    $('#CarlandNorthLink').mouseover(function(e) {
        $('#CarlandNorth').mouseover();
    }).mouseout(function(e) {
        $('#CarlandNorth').mouseout();
    }).click(function(e) { e.preventDefault(); });
});


$(function() {
    $('.mapImage').maphilight();
    $('#MallofGeorgiaLink').mouseover(function(e) {
        $('#MallofGeorgia').mouseover();
    }).mouseout(function(e) {
        $('#MallofGeorgia').mouseout();
    }).click(function(e) { e.preventDefault(); });
});


$(function() {
    $('.mapImage').maphilight();
    $('#ConyersLink').mouseover(function(e) {
        $('#Conyers').mouseover();
    }).mouseout(function(e) {
        $('#Conyers').mouseout();
    }).click(function(e) { e.preventDefault(); });
});


$(function() {
    $('.mapImage').maphilight();
    $('#MiltonMartinLink').mouseover(function(e) {
        $('#MiltonMartin').mouseover();
    }).mouseout(function(e) {
        $('#MiltonMartin').mouseout();
    }).click(function(e) { e.preventDefault(); });
});



$(function() {
    $('.mapImage').maphilight();
    $('#NalleyLink').mouseover(function(e) {
        $('#Nalley').mouseover();
    }).mouseout(function(e) {
        $('#Nalley').mouseout();
    }).click(function(e) { e.preventDefault(); });
});



$(function() {
    $('.mapImage').maphilight();
    $('#PhilHughesLink').mouseover(function(e) {
        $('#PhilHughes').mouseover();
    }).mouseout(function(e) {
        $('#PhilHughes').mouseout();
    }).click(function(e) { e.preventDefault(); });
});



$(function() {
    $('.mapImage').maphilight();
    $('#SonsLink').mouseover(function(e) {
        $('#Sons').mouseover();
    }).mouseout(function(e) {
        $('#Sons').mouseout();
    }).click(function(e) { e.preventDefault(); });
});



$(function() {
    $('.mapImage').maphilight();
    $('#TeamLink').mouseover(function(e) {
        $('#Team').mouseover();
    }).mouseout(function(e) {
        $('#Team').mouseout();
    }).click(function(e) { e.preventDefault(); });
});



$(function() {
    $('.mapImage').maphilight();
    $('#WillettSouthLink').mouseover(function(e) {
        $('#WillettSouth').mouseover();
    }).mouseout(function(e) {
        $('#WillettSouth').mouseout();
    }).click(function(e) { e.preventDefault(); });
});

