/*************************************************************************
*                         COPYRIGHT NOTICE                               *
*                                                                        *
*   The contents of this file is protected under the United States       *
*   copyright laws as an unpublished work, and is confidential and       *
*   proprietary to Planetography.  Its use or disclosure in whole or in  *
*   part without the expressed written permission of Planetography is    *
*   prohibited.                                                          *
*                                                                        *
*   (c) Copyright 2003,2004 by Planetography.  All rights reserved.      *
**************************************************************************/

function write_xx_factor (destination) {
	m = String.fromCharCode (0x6d, 0x61, 0x69, 0x6c);
	t = String.fromCharCode (0x74, 0x6f, 0x3a);
	p = String.fromCharCode (0x40, 0x70, 0x6c, 0x61, 0x6e, 0x65, 0x74, 0x6f, 0x67, 0x72, 0x61, 0x70, 0x68);
	c = String.fromCharCode (0x79, 0x2e, 0x63, 0x6f, 0x6d);
	document.write ('<a class="AREF11" href="'+m+t+destination+p+c);
	document.write ('">'+destination+p+c+'</a>');
}

