jQuery(function($) {

$(document).ready(function() {
        // copy and paste line below for each hoverArea.
        $("#container1").hoverArea();
        $("#container2").hoverArea();

    });

});
