$(document).ready(function(){
	$('#cryptex').tooltip({ 
    	track: true, 
    	delay: 0, 
    	showURL: false 
	}); 
});
