//jnjPath='scripts/';

if ( typeof(jnjPath) == "undefined" ) {
	var	jnjPathSet = new Array( 'http://www.geocities.com/jeff_jill2001/scripts/', 'http://jefnjil.myweb.hinet.net/scripts/' );
	var	idx = Math.round( Math.random() * jnjPathSet.length );
	if ( idx >= jnjPathSet.length ) idx = 0; 
	jnjPath = jnjPathSet[ idx];
	}

document.write( '<script type="text/javascript" src="' + jnjPath + 'lsign2.js"></script>' );
document.write( '<script type="text/javascript" src="' + jnjPath + 'mychoice.js"></script>' );
document.write( '<script type="text/javascript" src="' + jnjPath + 'rsign2.js"></script>' );

