<!-- 
//cd14.js
//	Our onLoad handler kicks off the collection of entropy
function nowLoaded() {    
ce();	    	    	    	// Add time we got here to entropy
mouseMotionEntropy(60);   	// Initialise collection of mouse motion entropy
}
// -->
