function cetakcopyright()
{
	copyright=new Date();
	update=copyright.getFullYear();
	document.write("Copyright &copy; "+ update + " Unex Aviation. All rights reserved.");
}
