//Created 29 Mar 2008
//Author: nivlam.com
//Permission given to use the script provided that this notice remains as is.

function noteClose()
{
	document.getElementById('note').style.display = "none";
}

function announcementClose()
{
	document.getElementById('announcement').style.display = "none";
}


