﻿$(document).ready(function () {
    $('.map').maphilight();

    $('#splash-box-pics').cycle({
        fx: 'fade',
        timeout: 6000
    });

    $('#readmorebox').hide();

    $('#readmore-toggle').click(function () {
        $('#readmorebox').toggle(400);
        return false;
    });
});
