function goToInbox()
{
	if( confirm("No changes will be made and you will be returned to the inbox.  Are you sure?") )
		window.location = "/scl/messages/";	
}