// JavaScript Document
	$(document).ready(function () {
		$("#announcements").animate({'top': '0'},'slow','swing');
	});

