﻿//<![CDATA[
$(document).ready(function() {
    $("#announcementText").hide();
    $("#announcementText").fadeIn("slow");
});
//]]>