jQuery(document).ready(function() {
jQuery('body').hide();
setTimeout(function() { jQuery('body').show();},2000);
});body {
display: none;
}fontSpy('Relative Book', {
timeOut: 100000,
success: function() {
$('body').show();
},
failure: function() {
$('body').show();
}
});