window.onload = new function()
{
	//dt = new Date();
	//eval("document.oncontextmenu = function() { alert(\"Copyright 1999-"+dt.getFullYear()+" Anatomical Justice, LLC. All Rights Reserved\"); return false; }");
}

function ShowCopyrightMessage()
{
	alert("The illustrations depicted on anatomicaljustice.com are copyright protected under the Digital Millennium Copyright Act of 1998. Comped illustrations are not permitted for use in final projects or products, whether for internal or external use.");
}